COLOR #9EA553

HEX: #9EA553
RGB: (158,165,83)

Color info

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

RGB color model

#9EA553 color RGB value is (158,165,83).

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

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 83 of 255 = 33%

158
165
83

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

Portions of RGB colors in percentages

R + G + B =
158 + 165 + 83 = 406 (100%)
R 158 of 406 ~ 38.92%
G 165 of 406 ~ 40.64%
B 83 of 406 ~ 20.44%

%38.92
%40.64
%20.44

CMYK color model

#9EA553 color CMYK value is (4,0,50,35).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK:
(4,0,50,35)
C4M0Y50K35 
(4%,0%,50%,35%)
(0.04/0.00/0.50/0.35)	

CMYK percentages

%4.24
%0
%49.7
%35.29

Codes

Color #9EA553 in popluar color models

9EA553
RGB15816583
HSL65°33.06%48.63%
HSB/HSV65°49.70%64.71%
CMYK4.24%0.00%49.70%
35.29%

Color #9EA553 in popluar number systems.

HEX9EA553
Decimal15816583
Binary10011110101001011010011
Octal236245123

Shades and tints

Shades of #9EA553

#9EA553
(158,165,83)
#90964C
(144,150,76)
#828745
(130,135,69)
#74783E
(116,120,62)
#666937
(102,105,55)
#585A30
(88,90,48)
#4A4B29
(74,75,41)
#3C3C22
(60,60,34)
#2E2D1B
(46,45,27)
#201E14
(32,30,20)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #9EA553

#9EA553
(158,165,83)
#A6AD62
(166,173,98)
#AEB571
(174,181,113)
#B6BD80
(182,189,128)
#BEC58F
(190,197,143)
#C6CD9E
(198,205,158)
#CED5AD
(206,213,173)
#D6DDBC
(214,221,188)
#DEE5CB
(222,229,203)
#E6EDDA
(230,237,218)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA553; }

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

This text font color is #9EA553.


Background Color

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

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

This div background color is #9EA553.


Border color

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

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

This div border color is #9EA553.


Opacity

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

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

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

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

This text has shadow with #9EA553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA553 on black background.


Color preview on white background

This text has color #9EA553 on white background.



Black color preview on #9EA553 background

This text has black color on #9EA553 background.


White color preview on #9EA553 background

This text has white color on #9EA553 background.