COLOR #9EA589

HEX: #9EA589
RGB: (158,165,137)

Color info

#9EA589 contains red, green and blue colors in about the same proportion. Web safe color of #9EA589 is #999999 (or #999).

RGB color model

#9EA589 color RGB value is (158,165,137).

  • red value is 158;
  • green value is 165;
  • blue value is 137.
RGB:
(158,165,137)
(62%,65%,54%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 137 of 255 = 54%

158
165
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 137 = 460 (100%)
R 158 of 460 ~ 34.35%
G 165 of 460 ~ 35.87%
B 137 of 460 ~ 29.78%

%34.35
%35.87
%29.78

CMYK color model

#9EA589 color CMYK value is (4,0,17,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(4,0,17,35)
C4M0Y17K35 
(4%,0%,17%,35%)
(0.04/0.00/0.17/0.35)	

CMYK percentages

%4.24
%0
%16.97
%35.29

Codes

Color #9EA589 in popluar color models

9EA589
RGB158165137
HSL75°13.46%59.22%
HSB/HSV75°16.97%64.71%
CMYK4.24%0.00%16.97%
35.29%

Color #9EA589 in popluar number systems.

HEX9EA589
Decimal158165137
Binary100111101010010110001001
Octal236245211

Shades and tints

Shades of #9EA589

#9EA589
(158,165,137)
#90967D
(144,150,125)
#828771
(130,135,113)
#747865
(116,120,101)
#666959
(102,105,89)
#585A4D
(88,90,77)
#4A4B41
(74,75,65)
#3C3C35
(60,60,53)
#2E2D29
(46,45,41)
#201E1D
(32,30,29)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #9EA589

#9EA589
(158,165,137)
#A6AD93
(166,173,147)
#AEB59D
(174,181,157)
#B6BDA7
(182,189,167)
#BEC5B1
(190,197,177)
#C6CDBB
(198,205,187)
#CED5C5
(206,213,197)
#D6DDCF
(214,221,207)
#DEE5D9
(222,229,217)
#E6EDE3
(230,237,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA589 color. Also use rgb(158,165,137) instead hex code.

Text Font Color

.myTextColor { color: #9EA589; }

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

This text font color is #9EA589.


Background Color

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

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

This div background color is #9EA589.


Border color

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

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

This div border color is #9EA589.


Opacity

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

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

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

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

This text has shadow with #9EA589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA589 on black background.


Color preview on white background

This text has color #9EA589 on white background.



Black color preview on #9EA589 background

This text has black color on #9EA589 background.


White color preview on #9EA589 background

This text has white color on #9EA589 background.