COLOR #9DAD5C

HEX: #9DAD5C RGB: (157,173,92)

Color info

#9DAD5C contains mainly red and green colors. Web safe color of #9DAD5C is #999966 (or #996).

RGB color model

#9DAD5C color RGB value is (157,173,92).

RGB: (157,173,92) (62%, 68%, 36%)

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 92 of 255 = 36%

157
173
92

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

Portions of RGB colors in percentages

R + G + B = 157 + 173 + 92 = 422 (100%)
R 157 of 422 ~ 37.2%
G 173 of 422 ~ 41%
B 92 of 422 ~ 21.8'%

%37.2
%41
%21.8

CMYK color model

#9DAD5C color CMYK value is (9,0,47,32).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 46.82%
  • key color value is 32.16%

CMYK: (9,0,47,32)
C9M0Y47K32 (9%, 0%, 47%, 32%)
(0.09 / 0.00 / 0.47 / 0.32)

CMYK percentages

%9.25
%0
%46.82
%32.16

Codes

Color #9DAD5C in popluar color models

9D AD 5C
RGB 157 173 92
HSL 72° 33.06% 51.96%
HSB/HSV 72° 46.82% 67.84%
CMYK 9.25% 0.00% 46.82%
32.16%

Color #9DAD5C in popluar number systems.

HEX 9D AD 5C
Decimal 157 173 92
Binary 10011101 10101101 1011100
Octal 235 255 134

Shades and tints

Shades of #9DAD5C

#9DAD5C
(157,173,92)
#8F9E54
(143,158,84)
#818F4C
(129,143,76)
#738044
(115,128,68)
#65713C
(101,113,60)
#576234
(87,98,52)
#49532C
(73,83,44)
#3B4424
(59,68,36)
#2D351C
(45,53,28)
#1F2614
(31,38,20)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #9DAD5C

#9DAD5C
(157,173,92)
#A5B46A
(165,180,106)
#ADBB78
(173,187,120)
#B5C286
(181,194,134)
#BDC994
(189,201,148)
#C5D0A2
(197,208,162)
#CDD7B0
(205,215,176)
#D5DEBE
(213,222,190)
#DDE5CC
(221,229,204)
#E5ECDA
(229,236,218)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAD5C color. Also use rgb(157,173,92) instead hex code.

Text Font Color

.myTextColor { color: #9DAD5C; }

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

This text font color is #9DAD5C.

Background Color

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

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

This div background color is #9DAD5C.

Border color

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

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

This div border color is #9DAD5C.

Opacity

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

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

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

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

This text has shadow with #9DAD5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAD5C.

Preview

Color preview on black background

This text has color #9DAD5C on black background.


Color preview on white background

This text has color #9DAD5C on white background.


Black color preview on #9DAD5C background

This text has black color on #9DAD5C background.


White color preview on #9DAD5C background

This text has white color on #9DAD5C background.


Related colors

Complementary color

Complementary color for #hex is #6252A3.


I love getcolorcode.com

Triadic colors

1 #5C9DAD and #AD5C9D with #9DAD5C are triadic colors.

2 #5CAD9D and #AD9D5C with #9DAD5C are triadic colors.