COLOR #9E9608

HEX: #9E9608
RGB: (158,150,8)

Color info

#9E9608 contains mainly red and green colors. Web safe color of #9E9608 is #999900 (or #990).

RGB color model

#9E9608 color RGB value is (158,150,8).

  • red value is 158;
  • green value is 150;
  • blue value is 8.
RGB:
(158,150,8)
(62%,59%,3%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 8 of 255 = 3%

158
150
8

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

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 8 = 316 (100%)
R 158 of 316 ~ 50%
G 150 of 316 ~ 47.47%
B 8 of 316 ~ 2.53%

%50
%47.47

CMYK color model

#9E9608 color CMYK value is (0,5,95,38).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 94.94%
  • key color value is 38.04%
CMYK:
(0,5,95,38)
C0M5Y95K38 
(0%,5%,95%,38%)
(0.00/0.05/0.95/0.38)	

CMYK percentages

%0
%5.06
%94.94
%38.04

Codes

Color #9E9608 in popluar color models

9E9608
RGB1581508
HSL57°90.36%32.55%
HSB/HSV57°94.94%61.96%
CMYK0.00%5.06%94.94%
38.04%

Color #9E9608 in popluar number systems.

HEX9E9608
Decimal1581508
Binary10011110100101101000
Octal23622610

Shades and tints

Shades of #9E9608

#9E9608
(158,150,8)
#908908
(144,137,8)
#827C08
(130,124,8)
#746F08
(116,111,8)
#666208
(102,98,8)
#585508
(88,85,8)
#4A4808
(74,72,8)
#3C3B08
(60,59,8)
#2E2E08
(46,46,8)
#202108
(32,33,8)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #9E9608

#9E9608
(158,150,8)
#A69F1E
(166,159,30)
#AEA834
(174,168,52)
#B6B14A
(182,177,74)
#BEBA60
(190,186,96)
#C6C376
(198,195,118)
#CECC8C
(206,204,140)
#D6D5A2
(214,213,162)
#DEDEB8
(222,222,184)
#E6E7CE
(230,231,206)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9608; }

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

This text font color is #9E9608.


Background Color

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

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

This div background color is #9E9608.


Border color

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

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

This div border color is #9E9608.


Opacity

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

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

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

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

This text has shadow with #9E9608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9608 on black background.


Color preview on white background

This text has color #9E9608 on white background.



Black color preview on #9E9608 background

This text has black color on #9E9608 background.


White color preview on #9E9608 background

This text has white color on #9E9608 background.