COLOR #9EA558

HEX: #9EA558
RGB: (158,165,88)

Color info

#9EA558 contains mainly red and green colors. Web safe color of #9EA558 is #999966 (or #996).

RGB color model

#9EA558 color RGB value is (158,165,88).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 88 of 255 = 35%

158
165
88

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 88 = 411 (100%)
R 158 of 411 ~ 38.44%
G 165 of 411 ~ 40.15%
B 88 of 411 ~ 21.41%

%38.44
%40.15
%21.41

CMYK color model

#9EA558 color CMYK value is (4,0,47,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 35.29%
CMYK:
(4,0,47,35)
C4M0Y47K35 
(4%,0%,47%,35%)
(0.04/0.00/0.47/0.35)	

CMYK percentages

%4.24
%0
%46.67
%35.29

Codes

Color #9EA558 in popluar color models

9EA558
RGB15816588
HSL65°30.43%49.61%
HSB/HSV65°46.67%64.71%
CMYK4.24%0.00%46.67%
35.29%

Color #9EA558 in popluar number systems.

HEX9EA558
Decimal15816588
Binary10011110101001011011000
Octal236245130

Shades and tints

Shades of #9EA558

#9EA558
(158,165,88)
#909650
(144,150,80)
#828748
(130,135,72)
#747840
(116,120,64)
#666938
(102,105,56)
#585A30
(88,90,48)
#4A4B28
(74,75,40)
#3C3C20
(60,60,32)
#2E2D18
(46,45,24)
#201E10
(32,30,16)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #9EA558

#9EA558
(158,165,88)
#A6AD67
(166,173,103)
#AEB576
(174,181,118)
#B6BD85
(182,189,133)
#BEC594
(190,197,148)
#C6CDA3
(198,205,163)
#CED5B2
(206,213,178)
#D6DDC1
(214,221,193)
#DEE5D0
(222,229,208)
#E6EDDF
(230,237,223)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA558; }

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

This text font color is #9EA558.


Background Color

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

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

This div background color is #9EA558.


Border color

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

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

This div border color is #9EA558.


Opacity

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

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

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

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

This text has shadow with #9EA558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA558 on black background.


Color preview on white background

This text has color #9EA558 on white background.



Black color preview on #9EA558 background

This text has black color on #9EA558 background.


White color preview on #9EA558 background

This text has white color on #9EA558 background.