COLOR #9EAD72

HEX: #9EAD72
RGB: (158,173,114)

Color info

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

RGB color model

#9EAD72 color RGB value is (158,173,114).

  • red value is 158;
  • green value is 173;
  • blue value is 114.
RGB:
(158,173,114)
(62%,68%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 114 of 255 = 45%

158
173
114

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 114 = 445 (100%)
R 158 of 445 ~ 35.51%
G 173 of 445 ~ 38.88%
B 114 of 445 ~ 25.62%

%35.51
%38.88
%25.62

CMYK color model

#9EAD72 color CMYK value is (9,0,34,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(9,0,34,32)
C9M0Y34K32 
(9%,0%,34%,32%)
(0.09/0.00/0.34/0.32)	

CMYK percentages

%8.67
%0
%34.1
%32.16

Codes

Color #9EAD72 in popluar color models

9EAD72
RGB158173114
HSL75°26.46%56.27%
HSB/HSV75°34.10%67.84%
CMYK8.67%0.00%34.10%
32.16%

Color #9EAD72 in popluar number systems.

HEX9EAD72
Decimal158173114
Binary10011110101011011110010
Octal236255162

Shades and tints

Shades of #9EAD72

#9EAD72
(158,173,114)
#909E68
(144,158,104)
#828F5E
(130,143,94)
#748054
(116,128,84)
#66714A
(102,113,74)
#586240
(88,98,64)
#4A5336
(74,83,54)
#3C442C
(60,68,44)
#2E3522
(46,53,34)
#202618
(32,38,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #9EAD72

#9EAD72
(158,173,114)
#A6B47E
(166,180,126)
#AEBB8A
(174,187,138)
#B6C296
(182,194,150)
#BEC9A2
(190,201,162)
#C6D0AE
(198,208,174)
#CED7BA
(206,215,186)
#D6DEC6
(214,222,198)
#DEE5D2
(222,229,210)
#E6ECDE
(230,236,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAD72 color. Also use rgb(158,173,114) instead hex code.

Text Font Color

.myTextColor { color: #9EAD72; }

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

This text font color is #9EAD72.


Background Color

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

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

This div background color is #9EAD72.


Border color

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

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

This div border color is #9EAD72.


Opacity

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

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

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

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

This text has shadow with #9EAD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAD72 on black background.


Color preview on white background

This text has color #9EAD72 on white background.



Black color preview on #9EAD72 background

This text has black color on #9EAD72 background.


White color preview on #9EAD72 background

This text has white color on #9EAD72 background.