COLOR #74A652

HEX: #74A652
RGB: (116,166,82)

Renk bilgisi

#74A652 contains mainly red and green colors. #74A652 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74A652 color RGB value is (116,166,82).

  • kırmız ton 116;
  • yeşil ton 166;
  • mavi ton 82.
RGB:
(116,166,82)
(45%,65%,32%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 82 of 255 = 32%

116
166
82

R + G + B ~ 47%. #74A652 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 82 = 364 (100%)
R 116 of 364 ~ 31.87%
G 166 of 364 ~ 45.6%
B 82 of 364 ~ 22.53%

%31.87
%45.6
%22.53

CMYK RENK MODELİ

#74A652 rengi CMYK tonu (30,0,51,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 0.00%
  • sarı tonu 50.60%
  • ana renk tonu 34.90%
CMYK:
(30,0,51,35)
C30M0Y51K35 
(30%,0%,51%,35%)
(0.30/0.00/0.51/0.35)	

CMYK yüzdeleri

%30.12
%0
%50.6
%34.9

Codes

Color #74A652 in popluar color models

74A652
RGB11616682
HSL96°33.87%48.63%
HSB/HSV96°50.60%65.10%
CMYK30.12%0.00%50.60%
34.90%

Color #74A652 in popluar number systems.

HEX74A652
Decimal11616682
Binary1110100101001101010010
Octal164246122

Shades and tints

Shades of #74A652

#74A652
(116,166,82)
#6A974B
(106,151,75)
#608844
(96,136,68)
#56793D
(86,121,61)
#4C6A36
(76,106,54)
#425B2F
(66,91,47)
#384C28
(56,76,40)
#2E3D21
(46,61,33)
#242E1A
(36,46,26)
#1A1F13
(26,31,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #74A652

#74A652
(116,166,82)
#80AE61
(128,174,97)
#8CB670
(140,182,112)
#98BE7F
(152,190,127)
#A4C68E
(164,198,142)
#B0CE9D
(176,206,157)
#BCD6AC
(188,214,172)
#C8DEBB
(200,222,187)
#D4E6CA
(212,230,202)
#E0EED9
(224,238,217)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A652 color. Also use rgb(116,166,82) instead hex code.

Text Font Color

.myTextColor { color: #74A652; }

<p style="color:#74A652">This sample text font color is #74A652.</p>

This text font color is #74A652.


Background Color

.myBgColor { background-color: #74A652; }

<div style="background-color:#74A652">Inner text</div>

This div background color is #74A652.


Border color

.myBorderColor { border: 1px solid #74A652; }

<div style="border:3px solid #74A652">Div</div>

This div border color is #74A652.


Opacity

.myOpacity80 { color: #74A652; opacity: 0.8; }

<p style="color:#74A652;opacity:0.8;">80%</p>

Text with #74A652 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74A652;}

<p style="text-shadow: 3px 3px 1px #74A652">Text here.</p>

This text has shadow with #74A652 color.

.textShadow {text-shadow: 3px 3px 1px #74A652, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74A652, 5px 5px 20px red">Text here.</p>

This text has shadow with #74A652 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A652, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74A652, Direction=45, Strength=4)">Text</p>

This text has shadow with #74A652 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #74A652;
  -webkit-box-shadow:	1px 1px 3px 2px #74A652;
  box-shadow:		1px 1px 3px 2px #74A652;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A652;
-webkit-box-shadow: 1px 1px 3px 2px #74A652;
box-shadow:1px 1px 3px 2px #74A652;">
Div content here</div>
This div box has shadow with color #74A652.

Preview

Color preview on black background

This text has color #74A652 on black background.


Color preview on white background

This text has color #74A652 on white background.



Black color preview on #74A652 background

This text has black color on #74A652 background.


White color preview on #74A652 background

This text has white color on #74A652 background.