COLOR #9DA272

HEX: #9DA272
RGB: (157,162,114)

Color info

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

RGB color model

#9DA272 color RGB value is (157,162,114).

  • red value is 157;
  • green value is 162;
  • blue value is 114.
RGB:
(157,162,114)
(62%,64%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 114 of 255 = 45%

157
162
114

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

Portions of RGB colors in percentages

R + G + B =
157 + 162 + 114 = 433 (100%)
R 157 of 433 ~ 36.26%
G 162 of 433 ~ 37.41%
B 114 of 433 ~ 26.33%

%36.26
%37.41
%26.33

CMYK color model

#9DA272 color CMYK value is (3,0,30,36).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 36.47%
CMYK:
(3,0,30,36)
C3M0Y30K36 
(3%,0%,30%,36%)
(0.03/0.00/0.30/0.36)	

CMYK percentages

%3.09
%0
%29.63
%36.47

Codes

Color #9DA272 in popluar color models

9DA272
RGB157162114
HSL66°20.51%54.12%
HSB/HSV66°29.63%63.53%
CMYK3.09%0.00%29.63%
36.47%

Color #9DA272 in popluar number systems.

HEX9DA272
Decimal157162114
Binary10011101101000101110010
Octal235242162

Shades and tints

Shades of #9DA272

#9DA272
(157,162,114)
#8F9468
(143,148,104)
#81865E
(129,134,94)
#737854
(115,120,84)
#656A4A
(101,106,74)
#575C40
(87,92,64)
#494E36
(73,78,54)
#3B402C
(59,64,44)
#2D3222
(45,50,34)
#1F2418
(31,36,24)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #9DA272

#9DA272
(157,162,114)
#A5AA7E
(165,170,126)
#ADB28A
(173,178,138)
#B5BA96
(181,186,150)
#BDC2A2
(189,194,162)
#C5CAAE
(197,202,174)
#CDD2BA
(205,210,186)
#D5DAC6
(213,218,198)
#DDE2D2
(221,226,210)
#E5EADE
(229,234,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA272; }

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

This text font color is #9DA272.


Background Color

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

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

This div background color is #9DA272.


Border color

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

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

This div border color is #9DA272.


Opacity

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

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

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

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

This text has shadow with #9DA272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA272 on black background.


Color preview on white background

This text has color #9DA272 on white background.



Black color preview on #9DA272 background

This text has black color on #9DA272 background.


White color preview on #9DA272 background

This text has white color on #9DA272 background.