COLOR #9E6312

HEX: #9E6312
RGB: (158,99,18)

Color info

#9E6312 contains mainly red and green colors. Web safe color of #9E6312 is #996600 (or #960).

RGB color model

#9E6312 color RGB value is (158,99,18).

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

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 18 of 255 = 7%

158
99
18

R + G + B ~ 36%. #9E6312 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 99 + 18 = 275 (100%)
R 158 of 275 ~ 57.45%
G 99 of 275 ~ 36%
B 18 of 275 ~ 6.55%

%57.45
%36

CMYK color model

#9E6312 color CMYK value is (0,37,89,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 88.61%
  • key color value is 38.04%
CMYK:
(0,37,89,38)
C0M37Y89K38 
(0%,37%,89%,38%)
(0.00/0.37/0.89/0.38)	

CMYK percentages

%0
%37.34
%88.61
%38.04

Codes

Color #9E6312 in popluar color models

9E6312
RGB1589918
HSL35°79.55%34.51%
HSB/HSV35°88.61%61.96%
CMYK0.00%37.34%88.61%
38.04%

Color #9E6312 in popluar number systems.

HEX9E6312
Decimal1589918
Binary10011110110001110010
Octal23614322

Shades and tints

Shades of #9E6312

#9E6312
(158,99,18)
#905A11
(144,90,17)
#825110
(130,81,16)
#74480F
(116,72,15)
#663F0E
(102,63,14)
#58360D
(88,54,13)
#4A2D0C
(74,45,12)
#3C240B
(60,36,11)
#2E1B0A
(46,27,10)
#201209
(32,18,9)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #9E6312

#9E6312
(158,99,18)
#A67127
(166,113,39)
#AE7F3C
(174,127,60)
#B68D51
(182,141,81)
#BE9B66
(190,155,102)
#C6A97B
(198,169,123)
#CEB790
(206,183,144)
#D6C5A5
(214,197,165)
#DED3BA
(222,211,186)
#E6E1CF
(230,225,207)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6312; }

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

This text font color is #9E6312.


Background Color

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

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

This div background color is #9E6312.


Border color

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

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

This div border color is #9E6312.


Opacity

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

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

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

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

This text has shadow with #9E6312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6312 on black background.


Color preview on white background

This text has color #9E6312 on white background.



Black color preview on #9E6312 background

This text has black color on #9E6312 background.


White color preview on #9E6312 background

This text has white color on #9E6312 background.