COLOR #9DAC74

HEX: #9DAC74 RGB: (157,172,116)

Color info

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

RGB color model

#9DAC74 color RGB value is (157,172,116).

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

RGB channels and saturation

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

157
172
116

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

Portions of RGB colors in percentages

R + G + B = 157 + 172 + 116 = 445 (100%)
R 157 of 445 ~ 35.28%
G 172 of 445 ~ 38.65%
B 116 of 445 ~ 26.07'%

%35.28
%38.65
%26.07

CMYK color model

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

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK: (9,0,33,33) C9M0Y33K33 (9%,0%,33%,33%) (0.09/0.00/0.33/0.33) 

CMYK percentages

%8.72
%0
%32.56
%32.55

Codes

Color #9DAC74 in popluar color models

9D AC 74
RGB 157 172 116
HSL 76° 25.23% 56.47%
HSB/HSV 76° 32.56% 67.45%
CMYK 8.72% 0.00% 32.56%
32.55%

Color #9DAC74 in popluar number systems.

HEX 9D AC 74
Decimal 157 172 116
Binary 10011101 10101100 1110100
Octal 235 254 164

Shades and tints

Shades of #9DAC74

#9DAC74
(157,172,116)
#8F9D6A
(143,157,106)
#818E60
(129,142,96)
#737F56
(115,127,86)
#65704C
(101,112,76)
#576142
(87,97,66)
#495238
(73,82,56)
#3B432E
(59,67,46)
#2D3424
(45,52,36)
#1F251A
(31,37,26)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DAC74

#9DAC74
(157,172,116)
#A5B380
(165,179,128)
#ADBA8C
(173,186,140)
#B5C198
(181,193,152)
#BDC8A4
(189,200,164)
#C5CFB0
(197,207,176)
#CDD6BC
(205,214,188)
#D5DDC8
(213,221,200)
#DDE4D4
(221,228,212)
#E5EBE0
(229,235,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAC74; }

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

This text font color is #9DAC74.

Background Color

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

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

This div background color is #9DAC74.

Border color

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

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

This div border color is #9DAC74.

Opacity

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

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

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

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

This text has shadow with #9DAC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAC74.

Preview

Color preview on black background

This text has color #9DAC74 on black background.


Color preview on white background

This text has color #9DAC74 on white background.


Black color preview on #9DAC74 background

This text has black color on #9DAC74 background.


White color preview on #9DAC74 background

This text has white color on #9DAC74 background.


Related colors

Complementary color

Complementary color for #hex is #62538B.


I love getcolorcode.com

Triadic colors

1 #749DAC and #AC749D with #9DAC74 are triadic colors.

2 #74AC9D and #AC9D74 with #9DAC74 are triadic colors.