COLOR #9EAC74

HEX: #9EAC74 RGB: (158,172,116)

Color info

#9EAC74 contains red, green and blue colors in about the same proportion. Web safe color of #9EAC74 is #999966 (or #996).

RGB color model

#9EAC74 color RGB value is (158,172,116).

RGB: (158,172,116) (62%, 67%, 45%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 116 of 255 = 45%

158
172
116

R + G + B ~ 58%. #9EAC74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 172 + 116 = 446 (100%)
R 158 of 446 ~ 35.43%
G 172 of 446 ~ 38.57%
B 116 of 446 ~ 26.01'%

%35.43
%38.57
%26.01

CMYK color model

#9EAC74 color CMYK value is (8,0,33,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%

CMYK: (8,0,33,33)
C8M0Y33K33 (8%, 0%, 33%, 33%)
(0.08 / 0.00 / 0.33 / 0.33)

CMYK percentages

%8.14
%0
%32.56
%32.55

Codes

Color #9EAC74 in popluar color models

9E AC 74
RGB 158 172 116
HSL 75° 25.23% 56.47%
HSB/HSV 75° 32.56% 67.45%
CMYK 8.14% 0.00% 32.56%
32.55%

Color #9EAC74 in popluar number systems.

HEX 9E AC 74
Decimal 158 172 116
Binary 10011110 10101100 1110100
Octal 236 254 164

Shades and tints

Shades of #9EAC74

#9EAC74
(158,172,116)
#909D6A
(144,157,106)
#828E60
(130,142,96)
#747F56
(116,127,86)
#66704C
(102,112,76)
#586142
(88,97,66)
#4A5238
(74,82,56)
#3C432E
(60,67,46)
#2E3424
(46,52,36)
#20251A
(32,37,26)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EAC74

#9EAC74
(158,172,116)
#A6B380
(166,179,128)
#AEBA8C
(174,186,140)
#B6C198
(182,193,152)
#BEC8A4
(190,200,164)
#C6CFB0
(198,207,176)
#CED6BC
(206,214,188)
#D6DDC8
(214,221,200)
#DEE4D4
(222,228,212)
#E6EBE0
(230,235,224)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAC74 color. Also use rgb(158,172,116) instead hex code.

Text Font Color

.myTextColor { color: #9EAC74; }

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

This text font color is #9EAC74.

Background Color

.myBgColor { background-color: #9EAC74; }

<div style="background-color:#9EAC74">Inner text</div>

This div background color is #9EAC74.

Border color

.myBorderColor { border: 1px solid #9EAC74; }

<div style="border:3px solid #9EAC74">Div</div>

This div border color is #9EAC74.

Opacity

.myOpacity80 { color: #9EAC74; opacity: 0.8; }

<p style="color:#9EAC74;opacity:0.8;">80%</p>

Text with #9EAC74 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 #9EAC74;}

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

This text has shadow with #9EAC74 color.


.textShadow {text-shadow: 3px 3px 1px #9EAC74', 3px 3px 1px red;}

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

This text has shadow with #9EAC74 primary color and red secondary color.


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

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

This text has shadow with #9EAC74 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EAC74; -webkit-box-shadow: 1px 1px 3px 2px #9EAC74; box-shadow:1px 1px 3px 2px #9EAC74;">
Div content here
</div>

This div box has shadow with color #9EAC74.

Preview

Color preview on black background

This text has color #9EAC74 on black background.


Color preview on white background

This text has color #9EAC74 on white background.


Black color preview on #9EAC74 background

This text has black color on #9EAC74 background.


White color preview on #9EAC74 background

This text has white color on #9EAC74 background.


Related colors

Complementary color

Complementary color for #hex is #61538B.


I love getcolorcode.com

Triadic colors

1 #749EAC and #AC749E with #9EAC74 are triadic colors.

2 #74AC9E and #AC9E74 with #9EAC74 are triadic colors.