COLOR #9E9E36

HEX: #9E9E36
RGB: (158,158,54)

Color info

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

RGB color model

#9E9E36 color RGB value is (158,158,54).

  • red value is 158;
  • green value is 158;
  • blue value is 54.
RGB:
(158,158,54)
(62%,62%,21%)

RGB channels and saturation

R 158 of 255 = 62%
G 158 of 255 = 62%
B 54 of 255 = 21%

158
158
54

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

Portions of RGB colors in percentages

R + G + B =
158 + 158 + 54 = 370 (100%)
R 158 of 370 ~ 42.7%
G 158 of 370 ~ 42.7%
B 54 of 370 ~ 14.59%

%42.7
%42.7
%14.59

CMYK color model

#9E9E36 color CMYK value is (0,0,66,38).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 65.82%
  • key color value is 38.04%
CMYK:
(0,0,66,38)
C0M0Y66K38 
(0%,0%,66%,38%)
(0.00/0.00/0.66/0.38)	

CMYK percentages

%0
%0
%65.82
%38.04

Codes

Color #9E9E36 in popluar color models

9E9E36
RGB15815854
HSL60°49.06%41.57%
HSB/HSV60°65.82%61.96%
CMYK0.00%0.00%65.82%
38.04%

Color #9E9E36 in popluar number systems.

HEX9E9E36
Decimal15815854
Binary1001111010011110110110
Octal23623666

Shades and tints

Shades of #9E9E36

#9E9E36
(158,158,54)
#909032
(144,144,50)
#82822E
(130,130,46)
#74742A
(116,116,42)
#666626
(102,102,38)
#585822
(88,88,34)
#4A4A1E
(74,74,30)
#3C3C1A
(60,60,26)
#2E2E16
(46,46,22)
#202012
(32,32,18)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #9E9E36

#9E9E36
(158,158,54)
#A6A648
(166,166,72)
#AEAE5A
(174,174,90)
#B6B66C
(182,182,108)
#BEBE7E
(190,190,126)
#C6C690
(198,198,144)
#CECEA2
(206,206,162)
#D6D6B4
(214,214,180)
#DEDEC6
(222,222,198)
#E6E6D8
(230,230,216)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9E36; }

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

This text font color is #9E9E36.


Background Color

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

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

This div background color is #9E9E36.


Border color

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

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

This div border color is #9E9E36.


Opacity

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

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

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

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

This text has shadow with #9E9E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9E36 on black background.


Color preview on white background

This text has color #9E9E36 on white background.



Black color preview on #9E9E36 background

This text has black color on #9E9E36 background.


White color preview on #9E9E36 background

This text has white color on #9E9E36 background.