COLOR #9E4712

HEX: #9E4712
RGB: (158,71,18)

Color info

#9E4712 contains mainly red color. Web safe color of #9E4712 is #993300 (or #930).

RGB color model

#9E4712 color RGB value is (158,71,18).

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

RGB channels and saturation

R 158 of 255 = 62%
G 71 of 255 = 28%
B 18 of 255 = 7%

158
71
18

R + G + B ~ 32%. #9E4712 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 71 + 18 = 247 (100%)
R 158 of 247 ~ 63.97%
G 71 of 247 ~ 28.74%
B 18 of 247 ~ 7.29%

%63.97
%28.74

CMYK color model

#9E4712 color CMYK value is (0,55,89,38).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 88.61%
  • key color value is 38.04%
CMYK:
(0,55,89,38)
C0M55Y89K38 
(0%,55%,89%,38%)
(0.00/0.55/0.89/0.38)	

CMYK percentages

%0
%55.06
%88.61
%38.04

Codes

Color #9E4712 in popluar color models

9E4712
RGB1587118
HSL23°79.55%34.51%
HSB/HSV23°88.61%61.96%
CMYK0.00%55.06%88.61%
38.04%

Color #9E4712 in popluar number systems.

HEX9E4712
Decimal1587118
Binary10011110100011110010
Octal23610722

Shades and tints

Shades of #9E4712

#9E4712
(158,71,18)
#904111
(144,65,17)
#823B10
(130,59,16)
#74350F
(116,53,15)
#662F0E
(102,47,14)
#58290D
(88,41,13)
#4A230C
(74,35,12)
#3C1D0B
(60,29,11)
#2E170A
(46,23,10)
#201109
(32,17,9)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #9E4712

#9E4712
(158,71,18)
#A65727
(166,87,39)
#AE673C
(174,103,60)
#B67751
(182,119,81)
#BE8766
(190,135,102)
#C6977B
(198,151,123)
#CEA790
(206,167,144)
#D6B7A5
(214,183,165)
#DEC7BA
(222,199,186)
#E6D7CF
(230,215,207)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4712; }

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

This text font color is #9E4712.


Background Color

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

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

This div background color is #9E4712.


Border color

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

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

This div border color is #9E4712.


Opacity

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

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

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

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

This text has shadow with #9E4712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4712 on black background.


Color preview on white background

This text has color #9E4712 on white background.



Black color preview on #9E4712 background

This text has black color on #9E4712 background.


White color preview on #9E4712 background

This text has white color on #9E4712 background.