COLOR #9EAA53

HEX: #9EAA53
RGB: (158,170,83)

Color info

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

RGB color model

#9EAA53 color RGB value is (158,170,83).

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

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 83 of 255 = 33%

158
170
83

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

Portions of RGB colors in percentages

R + G + B =
158 + 170 + 83 = 411 (100%)
R 158 of 411 ~ 38.44%
G 170 of 411 ~ 41.36%
B 83 of 411 ~ 20.19%

%38.44
%41.36
%20.19

CMYK color model

#9EAA53 color CMYK value is (7,0,51,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 33.33%
CMYK:
(7,0,51,33)
C7M0Y51K33 
(7%,0%,51%,33%)
(0.07/0.00/0.51/0.33)	

CMYK percentages

%7.06
%0
%51.18
%33.33

Codes

Color #9EAA53 in popluar color models

9EAA53
RGB15817083
HSL68°34.39%49.61%
HSB/HSV68°51.18%66.67%
CMYK7.06%0.00%51.18%
33.33%

Color #9EAA53 in popluar number systems.

HEX9EAA53
Decimal15817083
Binary10011110101010101010011
Octal236252123

Shades and tints

Shades of #9EAA53

#9EAA53
(158,170,83)
#909B4C
(144,155,76)
#828C45
(130,140,69)
#747D3E
(116,125,62)
#666E37
(102,110,55)
#585F30
(88,95,48)
#4A5029
(74,80,41)
#3C4122
(60,65,34)
#2E321B
(46,50,27)
#202314
(32,35,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #9EAA53

#9EAA53
(158,170,83)
#A6B162
(166,177,98)
#AEB871
(174,184,113)
#B6BF80
(182,191,128)
#BEC68F
(190,198,143)
#C6CD9E
(198,205,158)
#CED4AD
(206,212,173)
#D6DBBC
(214,219,188)
#DEE2CB
(222,226,203)
#E6E9DA
(230,233,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAA53; }

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

This text font color is #9EAA53.


Background Color

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

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

This div background color is #9EAA53.


Border color

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

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

This div border color is #9EAA53.


Opacity

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

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

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

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

This text has shadow with #9EAA53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAA53 on black background.


Color preview on white background

This text has color #9EAA53 on white background.



Black color preview on #9EAA53 background

This text has black color on #9EAA53 background.


White color preview on #9EAA53 background

This text has white color on #9EAA53 background.