COLOR #9E9F2E

HEX: #9E9F2E
RGB: (158,159,46)

Color info

#9E9F2E contains mainly red and green colors. Web safe color of #9E9F2E is #999933 (or #993).

RGB color model

#9E9F2E color RGB value is (158,159,46).

  • red value is 158;
  • green value is 159;
  • blue value is 46.
RGB:
(158,159,46)
(62%,62%,18%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 46 of 255 = 18%

158
159
46

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

Portions of RGB colors in percentages

R + G + B =
158 + 159 + 46 = 363 (100%)
R 158 of 363 ~ 43.53%
G 159 of 363 ~ 43.8%
B 46 of 363 ~ 12.67%

%43.53
%43.8
%12.67

CMYK color model

#9E9F2E color CMYK value is (1,0,71,38).

  • cyan value is 0.63%
  • magenta value is 0.00%
  • yellow value is 71.07%
  • key color value is 37.65%
CMYK:
(1,0,71,38)
C1M0Y71K38 
(1%,0%,71%,38%)
(0.01/0.00/0.71/0.38)	

CMYK percentages

%0.63
%0
%71.07
%37.65

Codes

Color #9E9F2E in popluar color models

9E9F2E
RGB15815946
HSL61°55.12%40.20%
HSB/HSV61°71.07%62.35%
CMYK0.63%0.00%71.07%
37.65%

Color #9E9F2E in popluar number systems.

HEX9E9F2E
Decimal15815946
Binary1001111010011111101110
Octal23623756

Shades and tints

Shades of #9E9F2E

#9E9F2E
(158,159,46)
#90912A
(144,145,42)
#828326
(130,131,38)
#747522
(116,117,34)
#66671E
(102,103,30)
#58591A
(88,89,26)
#4A4B16
(74,75,22)
#3C3D12
(60,61,18)
#2E2F0E
(46,47,14)
#20210A
(32,33,10)
#121306
(18,19,6)
#000000
(0,0,0)

Tints of #9E9F2E

#9E9F2E
(158,159,46)
#A6A741
(166,167,65)
#AEAF54
(174,175,84)
#B6B767
(182,183,103)
#BEBF7A
(190,191,122)
#C6C78D
(198,199,141)
#CECFA0
(206,207,160)
#D6D7B3
(214,215,179)
#DEDFC6
(222,223,198)
#E6E7D9
(230,231,217)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9F2E color. Also use rgb(158,159,46) instead hex code.

Text Font Color

.myTextColor { color: #9E9F2E; }

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

This text font color is #9E9F2E.


Background Color

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

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

This div background color is #9E9F2E.


Border color

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

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

This div border color is #9E9F2E.


Opacity

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

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

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

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

This text has shadow with #9E9F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9F2E on black background.


Color preview on white background

This text has color #9E9F2E on white background.



Black color preview on #9E9F2E background

This text has black color on #9E9F2E background.


White color preview on #9E9F2E background

This text has white color on #9E9F2E background.