COLOR #9DB472

HEX: #9DB472 RGB: (157,180,114)

Color info

#9DB472 contains mainly red and green colors. Web safe color of #9DB472 is #99CC66 (or #9C6).

RGB color model

#9DB472 color RGB value is (157,180,114).

RGB: (157,180,114) (62%, 71%, 45%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 114 of 255 = 45%

157
180
114

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

Portions of RGB colors in percentages

R + G + B = 157 + 180 + 114 = 451 (100%)
R 157 of 451 ~ 34.81%
G 180 of 451 ~ 39.91%
B 114 of 451 ~ 25.28'%

%34.81
%39.91
%25.28

CMYK color model

#9DB472 color CMYK value is (13,0,37,29).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 29.41%

CMYK: (13,0,37,29)
C13M0Y37K29 (13%, 0%, 37%, 29%)
(0.13 / 0.00 / 0.37 / 0.29)

CMYK percentages

%12.78
%0
%36.67
%29.41

Codes

Color #9DB472 in popluar color models

9D B4 72
RGB 157 180 114
HSL 81° 30.56% 57.65%
HSB/HSV 81° 36.67% 70.59%
CMYK 12.78% 0.00% 36.67%
29.41%

Color #9DB472 in popluar number systems.

HEX 9D B4 72
Decimal 157 180 114
Binary 10011101 10110100 1110010
Octal 235 264 162

Shades and tints

Shades of #9DB472

#9DB472
(157,180,114)
#8FA468
(143,164,104)
#81945E
(129,148,94)
#738454
(115,132,84)
#65744A
(101,116,74)
#576440
(87,100,64)
#495436
(73,84,54)
#3B442C
(59,68,44)
#2D3422
(45,52,34)
#1F2418
(31,36,24)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9DB472

#9DB472
(157,180,114)
#A5BA7E
(165,186,126)
#ADC08A
(173,192,138)
#B5C696
(181,198,150)
#BDCCA2
(189,204,162)
#C5D2AE
(197,210,174)
#CDD8BA
(205,216,186)
#D5DEC6
(213,222,198)
#DDE4D2
(221,228,210)
#E5EADE
(229,234,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB472 color. Also use rgb(157,180,114) instead hex code.

Text Font Color

.myTextColor { color: #9DB472; }

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

This text font color is #9DB472.

Background Color

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

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

This div background color is #9DB472.

Border color

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

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

This div border color is #9DB472.

Opacity

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

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

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

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

This text has shadow with #9DB472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB472.

Preview

Color preview on black background

This text has color #9DB472 on black background.


Color preview on white background

This text has color #9DB472 on white background.


Black color preview on #9DB472 background

This text has black color on #9DB472 background.


White color preview on #9DB472 background

This text has white color on #9DB472 background.


Related colors

Complementary color

Complementary color for #hex is #624B8D.


I love getcolorcode.com

Triadic colors

1 #729DB4 and #B4729D with #9DB472 are triadic colors.

2 #72B49D and #B49D72 with #9DB472 are triadic colors.