COLOR #9DAB74

HEX: #9DAB74 RGB: (157,171,116)

Color info

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

RGB color model

#9DAB74 color RGB value is (157,171,116).

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

RGB channels and saturation

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

157
171
116

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

Portions of RGB colors in percentages

R + G + B = 157 + 171 + 116 = 444 (100%)
R 157 of 444 ~ 35.36%
G 171 of 444 ~ 38.51%
B 116 of 444 ~ 26.13'%

%35.36
%38.51
%26.13

CMYK color model

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

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 32.94%
CMYK: (8,0,32,33) C8M0Y32K33 (8%,0%,32%,33%) (0.08/0.00/0.32/0.33) 

CMYK percentages

%8.19
%0
%32.16
%32.94

Codes

Color #9DAB74 in popluar color models

9D AB 74
RGB 157 171 116
HSL 75° 24.66% 56.27%
HSB/HSV 75° 32.16% 67.06%
CMYK 8.19% 0.00% 32.16%
32.94%

Color #9DAB74 in popluar number systems.

HEX 9D AB 74
Decimal 157 171 116
Binary 10011101 10101011 1110100
Octal 235 253 164

Shades and tints

Shades of #9DAB74

#9DAB74
(157,171,116)
#8F9C6A
(143,156,106)
#818D60
(129,141,96)
#737E56
(115,126,86)
#656F4C
(101,111,76)
#576042
(87,96,66)
#495138
(73,81,56)
#3B422E
(59,66,46)
#2D3324
(45,51,36)
#1F241A
(31,36,26)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DAB74

#9DAB74
(157,171,116)
#A5B280
(165,178,128)
#ADB98C
(173,185,140)
#B5C098
(181,192,152)
#BDC7A4
(189,199,164)
#C5CEB0
(197,206,176)
#CDD5BC
(205,213,188)
#D5DCC8
(213,220,200)
#DDE3D4
(221,227,212)
#E5EAE0
(229,234,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAB74; }

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

This text font color is #9DAB74.

Background Color

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

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

This div background color is #9DAB74.

Border color

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

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

This div border color is #9DAB74.

Opacity

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

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

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

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

This text has shadow with #9DAB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAB74.

Preview

Color preview on black background

This text has color #9DAB74 on black background.


Color preview on white background

This text has color #9DAB74 on white background.


Black color preview on #9DAB74 background

This text has black color on #9DAB74 background.


White color preview on #9DAB74 background

This text has white color on #9DAB74 background.


Related colors

Complementary color

Complementary color for #hex is #62548B.


I love getcolorcode.com

Triadic colors

1 #749DAB and #AB749D with #9DAB74 are triadic colors.

2 #74AB9D and #AB9D74 with #9DAB74 are triadic colors.