COLOR #9EA590

HEX: #9EA590
RGB: (158,165,144)

Color info

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

RGB color model

#9EA590 color RGB value is (158,165,144).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 144 of 255 = 56%

158
165
144

R + G + B ~ 61%. #9EA590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 144 = 467 (100%)
R 158 of 467 ~ 33.83%
G 165 of 467 ~ 35.33%
B 144 of 467 ~ 30.84%

%33.83
%35.33
%30.84

CMYK color model

#9EA590 color CMYK value is (4,0,13,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(4,0,13,35)
C4M0Y13K35 
(4%,0%,13%,35%)
(0.04/0.00/0.13/0.35)	

CMYK percentages

%4.24
%0
%12.73
%35.29

Codes

Color #9EA590 in popluar color models

9EA590
RGB158165144
HSL80°10.45%60.59%
HSB/HSV80°12.73%64.71%
CMYK4.24%0.00%12.73%
35.29%

Color #9EA590 in popluar number systems.

HEX9EA590
Decimal158165144
Binary100111101010010110010000
Octal236245220

Shades and tints

Shades of #9EA590

#9EA590
(158,165,144)
#909683
(144,150,131)
#828776
(130,135,118)
#747869
(116,120,105)
#66695C
(102,105,92)
#585A4F
(88,90,79)
#4A4B42
(74,75,66)
#3C3C35
(60,60,53)
#2E2D28
(46,45,40)
#201E1B
(32,30,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #9EA590

#9EA590
(158,165,144)
#A6AD9A
(166,173,154)
#AEB5A4
(174,181,164)
#B6BDAE
(182,189,174)
#BEC5B8
(190,197,184)
#C6CDC2
(198,205,194)
#CED5CC
(206,213,204)
#D6DDD6
(214,221,214)
#DEE5E0
(222,229,224)
#E6EDEA
(230,237,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA590; }

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

This text font color is #9EA590.


Background Color

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

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

This div background color is #9EA590.


Border color

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

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

This div border color is #9EA590.


Opacity

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

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

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

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

This text has shadow with #9EA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA590 on black background.


Color preview on white background

This text has color #9EA590 on white background.



Black color preview on #9EA590 background

This text has black color on #9EA590 background.


White color preview on #9EA590 background

This text has white color on #9EA590 background.