COLOR #9EA593

HEX: #9EA593
RGB: (158,165,147)

Color info

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

RGB color model

#9EA593 color RGB value is (158,165,147).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 147 of 255 = 58%

158
165
147

R + G + B ~ 62%. #9EA593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 147 = 470 (100%)
R 158 of 470 ~ 33.62%
G 165 of 470 ~ 35.11%
B 147 of 470 ~ 31.28%

%33.62
%35.11
%31.28

CMYK color model

#9EA593 color CMYK value is (4,0,11,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(4,0,11,35)
C4M0Y11K35 
(4%,0%,11%,35%)
(0.04/0.00/0.11/0.35)	

CMYK percentages

%4.24
%0
%10.91
%35.29

Codes

Color #9EA593 in popluar color models

9EA593
RGB158165147
HSL83°9.09%61.18%
HSB/HSV83°10.91%64.71%
CMYK4.24%0.00%10.91%
35.29%

Color #9EA593 in popluar number systems.

HEX9EA593
Decimal158165147
Binary100111101010010110010011
Octal236245223

Shades and tints

Shades of #9EA593

#9EA593
(158,165,147)
#909686
(144,150,134)
#828779
(130,135,121)
#74786C
(116,120,108)
#66695F
(102,105,95)
#585A52
(88,90,82)
#4A4B45
(74,75,69)
#3C3C38
(60,60,56)
#2E2D2B
(46,45,43)
#201E1E
(32,30,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #9EA593

#9EA593
(158,165,147)
#A6AD9C
(166,173,156)
#AEB5A5
(174,181,165)
#B6BDAE
(182,189,174)
#BEC5B7
(190,197,183)
#C6CDC0
(198,205,192)
#CED5C9
(206,213,201)
#D6DDD2
(214,221,210)
#DEE5DB
(222,229,219)
#E6EDE4
(230,237,228)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA593; }

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

This text font color is #9EA593.


Background Color

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

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

This div background color is #9EA593.


Border color

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

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

This div border color is #9EA593.


Opacity

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

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

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

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

This text has shadow with #9EA593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA593 on black background.


Color preview on white background

This text has color #9EA593 on white background.



Black color preview on #9EA593 background

This text has black color on #9EA593 background.


White color preview on #9EA593 background

This text has white color on #9EA593 background.