COLOR #9DAC79

HEX: #9DAC79 RGB: (157,172,121)

Color info

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

RGB color model

#9DAC79 color RGB value is (157,172,121).

RGB: (157,172,121) (62%, 67%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 172 of 255 = 67%
B 121 of 255 = 47%

157
172
121

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

Portions of RGB colors in percentages

R + G + B = 157 + 172 + 121 = 450 (100%)
R 157 of 450 ~ 34.89%
G 172 of 450 ~ 38.22%
B 121 of 450 ~ 26.89'%

%34.89
%38.22
%26.89

CMYK color model

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

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 32.55%

CMYK: (9,0,30,33)
C9M0Y30K33 (9%, 0%, 30%, 33%)
(0.09 / 0.00 / 0.30 / 0.33)

CMYK percentages

%8.72
%0
%29.65
%32.55

Codes

Color #9DAC79 in popluar color models

9D AC 79
RGB 157 172 121
HSL 78° 23.50% 57.45%
HSB/HSV 78° 29.65% 67.45%
CMYK 8.72% 0.00% 29.65%
32.55%

Color #9DAC79 in popluar number systems.

HEX 9D AC 79
Decimal 157 172 121
Binary 10011101 10101100 1111001
Octal 235 254 171

Shades and tints

Shades of #9DAC79

#9DAC79
(157,172,121)
#8F9D6E
(143,157,110)
#818E63
(129,142,99)
#737F58
(115,127,88)
#65704D
(101,112,77)
#576142
(87,97,66)
#495237
(73,82,55)
#3B432C
(59,67,44)
#2D3421
(45,52,33)
#1F2516
(31,37,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #9DAC79

#9DAC79
(157,172,121)
#A5B385
(165,179,133)
#ADBA91
(173,186,145)
#B5C19D
(181,193,157)
#BDC8A9
(189,200,169)
#C5CFB5
(197,207,181)
#CDD6C1
(205,214,193)
#D5DDCD
(213,221,205)
#DDE4D9
(221,228,217)
#E5EBE5
(229,235,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAC79; }

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

This text font color is #9DAC79.

Background Color

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

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

This div background color is #9DAC79.

Border color

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

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

This div border color is #9DAC79.

Opacity

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

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

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

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

This text has shadow with #9DAC79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAC79.

Preview

Color preview on black background

This text has color #9DAC79 on black background.


Color preview on white background

This text has color #9DAC79 on white background.


Black color preview on #9DAC79 background

This text has black color on #9DAC79 background.


White color preview on #9DAC79 background

This text has white color on #9DAC79 background.


Related colors

Complementary color

Complementary color for #hex is #625386.


I love getcolorcode.com

Triadic colors

1 #799DAC and #AC799D with #9DAC79 are triadic colors.

2 #79AC9D and #AC9D79 with #9DAC79 are triadic colors.