COLOR #9E8612

HEX: #9E8612
RGB: (158,134,18)

Color info

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

RGB color model

#9E8612 color RGB value is (158,134,18).

  • red value is 158;
  • green value is 134;
  • blue value is 18.
RGB:
(158,134,18)
(62%,53%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 134 of 255 = 53%
B 18 of 255 = 7%

158
134
18

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

Portions of RGB colors in percentages

R + G + B =
158 + 134 + 18 = 310 (100%)
R 158 of 310 ~ 50.97%
G 134 of 310 ~ 43.23%
B 18 of 310 ~ 5.81%

%50.97
%43.23

CMYK color model

#9E8612 color CMYK value is (0,15,89,38).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 88.61%
  • key color value is 38.04%
CMYK:
(0,15,89,38)
C0M15Y89K38 
(0%,15%,89%,38%)
(0.00/0.15/0.89/0.38)	

CMYK percentages

%0
%15.19
%88.61
%38.04

Codes

Color #9E8612 in popluar color models

9E8612
RGB15813418
HSL50°79.55%34.51%
HSB/HSV50°88.61%61.96%
CMYK0.00%15.19%88.61%
38.04%

Color #9E8612 in popluar number systems.

HEX9E8612
Decimal15813418
Binary100111101000011010010
Octal23620622

Shades and tints

Shades of #9E8612

#9E8612
(158,134,18)
#907A11
(144,122,17)
#826E10
(130,110,16)
#74620F
(116,98,15)
#66560E
(102,86,14)
#584A0D
(88,74,13)
#4A3E0C
(74,62,12)
#3C320B
(60,50,11)
#2E260A
(46,38,10)
#201A09
(32,26,9)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #9E8612

#9E8612
(158,134,18)
#A69127
(166,145,39)
#AE9C3C
(174,156,60)
#B6A751
(182,167,81)
#BEB266
(190,178,102)
#C6BD7B
(198,189,123)
#CEC890
(206,200,144)
#D6D3A5
(214,211,165)
#DEDEBA
(222,222,186)
#E6E9CF
(230,233,207)
#EEF4E4
(238,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8612; }

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

This text font color is #9E8612.


Background Color

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

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

This div background color is #9E8612.


Border color

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

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

This div border color is #9E8612.


Opacity

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

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

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

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

This text has shadow with #9E8612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8612 on black background.


Color preview on white background

This text has color #9E8612 on white background.



Black color preview on #9E8612 background

This text has black color on #9E8612 background.


White color preview on #9E8612 background

This text has white color on #9E8612 background.