COLOR #9EA481

HEX: #9EA481 RGB: (158,164,129)

Color info

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

RGB color model

#9EA481 color RGB value is (158,164,129).

RGB: (158,164,129) (62%, 64%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 129 of 255 = 51%

158
164
129

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

Portions of RGB colors in percentages

R + G + B = 158 + 164 + 129 = 451 (100%)
R 158 of 451 ~ 35.03%
G 164 of 451 ~ 36.36%
B 129 of 451 ~ 28.6'%

%35.03
%36.36
%28.6

CMYK color model

#9EA481 color CMYK value is (4,0,21,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%

CMYK: (4,0,21,36)
C4M0Y21K36 (4%, 0%, 21%, 36%)
(0.04 / 0.00 / 0.21 / 0.36)

CMYK percentages

%3.66
%0
%21.34
%35.69

Codes

Color #9EA481 in popluar color models

9E A4 81
RGB 158 164 129
HSL 70° 16.13% 57.45%
HSB/HSV 70° 21.34% 64.31%
CMYK 3.66% 0.00% 21.34%
35.69%

Color #9EA481 in popluar number systems.

HEX 9E A4 81
Decimal 158 164 129
Binary 10011110 10100100 10000001
Octal 236 244 201

Shades and tints

Shades of #9EA481

#9EA481
(158,164,129)
#909676
(144,150,118)
#82886B
(130,136,107)
#747A60
(116,122,96)
#666C55
(102,108,85)
#585E4A
(88,94,74)
#4A503F
(74,80,63)
#3C4234
(60,66,52)
#2E3429
(46,52,41)
#20261E
(32,38,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #9EA481

#9EA481
(158,164,129)
#A6AC8C
(166,172,140)
#AEB497
(174,180,151)
#B6BCA2
(182,188,162)
#BEC4AD
(190,196,173)
#C6CCB8
(198,204,184)
#CED4C3
(206,212,195)
#D6DCCE
(214,220,206)
#DEE4D9
(222,228,217)
#E6ECE4
(230,236,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA481 color. Also use rgb(158,164,129) instead hex code.

Text Font Color

.myTextColor { color: #9EA481; }

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

This text font color is #9EA481.

Background Color

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

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

This div background color is #9EA481.

Border color

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

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

This div border color is #9EA481.

Opacity

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

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

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

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

This text has shadow with #9EA481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA481.

Preview

Color preview on black background

This text has color #9EA481 on black background.


Color preview on white background

This text has color #9EA481 on white background.


Black color preview on #9EA481 background

This text has black color on #9EA481 background.


White color preview on #9EA481 background

This text has white color on #9EA481 background.


Related colors

Complementary color

Complementary color for #hex is #615B7E.


I love getcolorcode.com

Triadic colors

1 #819EA4 and #A4819E with #9EA481 are triadic colors.

2 #81A49E and #A49E81 with #9EA481 are triadic colors.