COLOR #9EA357

HEX: #9EA357 RGB: (158,163,87)

Color info

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

RGB color model

#9EA357 color RGB value is (158,163,87).

RGB: (158,163,87) (62%, 64%, 34%)

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 87 of 255 = 34%

158
163
87

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

Portions of RGB colors in percentages

R + G + B = 158 + 163 + 87 = 408 (100%)
R 158 of 408 ~ 38.73%
G 163 of 408 ~ 39.95%
B 87 of 408 ~ 21.32'%

%38.73
%39.95
%21.32

CMYK color model

#9EA357 color CMYK value is (3,0,47,36).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 36.08%

CMYK: (3,0,47,36)
C3M0Y47K36 (3%, 0%, 47%, 36%)
(0.03 / 0.00 / 0.47 / 0.36)

CMYK percentages

%3.07
%0
%46.63
%36.08

Codes

Color #9EA357 in popluar color models

9E A3 57
RGB 158 163 87
HSL 64° 30.40% 49.02%
HSB/HSV 64° 46.63% 63.92%
CMYK 3.07% 0.00% 46.63%
36.08%

Color #9EA357 in popluar number systems.

HEX 9E A3 57
Decimal 158 163 87
Binary 10011110 10100011 1010111
Octal 236 243 127

Shades and tints

Shades of #9EA357

#9EA357
(158,163,87)
#909550
(144,149,80)
#828749
(130,135,73)
#747942
(116,121,66)
#666B3B
(102,107,59)
#585D34
(88,93,52)
#4A4F2D
(74,79,45)
#3C4126
(60,65,38)
#2E331F
(46,51,31)
#202518
(32,37,24)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #9EA357

#9EA357
(158,163,87)
#A6AB66
(166,171,102)
#AEB375
(174,179,117)
#B6BB84
(182,187,132)
#BEC393
(190,195,147)
#C6CBA2
(198,203,162)
#CED3B1
(206,211,177)
#D6DBC0
(214,219,192)
#DEE3CF
(222,227,207)
#E6EBDE
(230,235,222)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA357 color. Also use rgb(158,163,87) instead hex code.

Text Font Color

.myTextColor { color: #9EA357; }

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

This text font color is #9EA357.

Background Color

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

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

This div background color is #9EA357.

Border color

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

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

This div border color is #9EA357.

Opacity

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

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

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

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

This text has shadow with #9EA357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA357.

Preview

Color preview on black background

This text has color #9EA357 on black background.


Color preview on white background

This text has color #9EA357 on white background.


Black color preview on #9EA357 background

This text has black color on #9EA357 background.


White color preview on #9EA357 background

This text has white color on #9EA357 background.


Related colors

Complementary color

Complementary color for #hex is #615CA8.


I love getcolorcode.com

Triadic colors

1 #579EA3 and #A3579E with #9EA357 are triadic colors.

2 #57A39E and #A39E57 with #9EA357 are triadic colors.