COLOR #9EA46B

HEX: #9EA46B
RGB: (158,164,107)

Color info

#9EA46B contains red, green and blue colors in about the same proportion. Web safe color of #9EA46B is #999966 (or #996).

RGB color model

#9EA46B color RGB value is (158,164,107).

  • red value is 158;
  • green value is 164;
  • blue value is 107.
RGB:
(158,164,107)
(62%,64%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 107 of 255 = 42%

158
164
107

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 107 = 429 (100%)
R 158 of 429 ~ 36.83%
G 164 of 429 ~ 38.23%
B 107 of 429 ~ 24.94%

%36.83
%38.23
%24.94

CMYK color model

#9EA46B color CMYK value is (4,0,35,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(4,0,35,36)
C4M0Y35K36 
(4%,0%,35%,36%)
(0.04/0.00/0.35/0.36)	

CMYK percentages

%3.66
%0
%34.76
%35.69

Codes

Color #9EA46B in popluar color models

9EA46B
RGB158164107
HSL66°23.85%53.14%
HSB/HSV66°34.76%64.31%
CMYK3.66%0.00%34.76%
35.69%

Color #9EA46B in popluar number systems.

HEX9EA46B
Decimal158164107
Binary10011110101001001101011
Octal236244153

Shades and tints

Shades of #9EA46B

#9EA46B
(158,164,107)
#909662
(144,150,98)
#828859
(130,136,89)
#747A50
(116,122,80)
#666C47
(102,108,71)
#585E3E
(88,94,62)
#4A5035
(74,80,53)
#3C422C
(60,66,44)
#2E3423
(46,52,35)
#20261A
(32,38,26)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #9EA46B

#9EA46B
(158,164,107)
#A6AC78
(166,172,120)
#AEB485
(174,180,133)
#B6BC92
(182,188,146)
#BEC49F
(190,196,159)
#C6CCAC
(198,204,172)
#CED4B9
(206,212,185)
#D6DCC6
(214,220,198)
#DEE4D3
(222,228,211)
#E6ECE0
(230,236,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA46B; }

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

This text font color is #9EA46B.


Background Color

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

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

This div background color is #9EA46B.


Border color

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

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

This div border color is #9EA46B.


Opacity

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

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

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

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

This text has shadow with #9EA46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA46B on black background.


Color preview on white background

This text has color #9EA46B on white background.



Black color preview on #9EA46B background

This text has black color on #9EA46B background.


White color preview on #9EA46B background

This text has white color on #9EA46B background.