COLOR #9EA58D

HEX: #9EA58D
RGB: (158,165,141)

Color info

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

RGB color model

#9EA58D color RGB value is (158,165,141).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 141 of 255 = 55%

158
165
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 141 = 464 (100%)
R 158 of 464 ~ 34.05%
G 165 of 464 ~ 35.56%
B 141 of 464 ~ 30.39%

%34.05
%35.56
%30.39

CMYK color model

#9EA58D color CMYK value is (4,0,15,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(4,0,15,35)
C4M0Y15K35 
(4%,0%,15%,35%)
(0.04/0.00/0.15/0.35)	

CMYK percentages

%4.24
%0
%14.55
%35.29

Codes

Color #9EA58D in popluar color models

9EA58D
RGB158165141
HSL78°11.76%60.00%
HSB/HSV78°14.55%64.71%
CMYK4.24%0.00%14.55%
35.29%

Color #9EA58D in popluar number systems.

HEX9EA58D
Decimal158165141
Binary100111101010010110001101
Octal236245215

Shades and tints

Shades of #9EA58D

#9EA58D
(158,165,141)
#909681
(144,150,129)
#828775
(130,135,117)
#747869
(116,120,105)
#66695D
(102,105,93)
#585A51
(88,90,81)
#4A4B45
(74,75,69)
#3C3C39
(60,60,57)
#2E2D2D
(46,45,45)
#201E21
(32,30,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #9EA58D

#9EA58D
(158,165,141)
#A6AD97
(166,173,151)
#AEB5A1
(174,181,161)
#B6BDAB
(182,189,171)
#BEC5B5
(190,197,181)
#C6CDBF
(198,205,191)
#CED5C9
(206,213,201)
#D6DDD3
(214,221,211)
#DEE5DD
(222,229,221)
#E6EDE7
(230,237,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA58D; }

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

This text font color is #9EA58D.


Background Color

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

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

This div background color is #9EA58D.


Border color

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

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

This div border color is #9EA58D.


Opacity

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

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

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

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

This text has shadow with #9EA58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA58D on black background.


Color preview on white background

This text has color #9EA58D on white background.



Black color preview on #9EA58D background

This text has black color on #9EA58D background.


White color preview on #9EA58D background

This text has white color on #9EA58D background.