COLOR #8E4211

HEX: #8E4211
RGB: (142,66,17)

Color info

#8E4211 contains mainly red color. Web safe color of #8E4211 is #993300 (or #930).

RGB color model

#8E4211 color RGB value is (142,66,17).

  • red value is 142;
  • green value is 66;
  • blue value is 17.
RGB:
(142,66,17)
(56%,26%,7%)

RGB channels and saturation

R 142 of 255 = 56%
G 66 of 255 = 26%
B 17 of 255 = 7%

142
66
17

R + G + B ~ 30%. #8E4211 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 66 + 17 = 225 (100%)
R 142 of 225 ~ 63.11%
G 66 of 225 ~ 29.33%
B 17 of 225 ~ 7.56%

%63.11
%29.33

CMYK color model

#8E4211 color CMYK value is (0,54,88,44).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 88.03%
  • key color value is 44.31%
CMYK:
(0,54,88,44)
C0M54Y88K44 
(0%,54%,88%,44%)
(0.00/0.54/0.88/0.44)	

CMYK percentages

%0
%53.52
%88.03
%44.31

Codes

Color #8E4211 in popluar color models

8E4211
RGB1426617
HSL24°78.62%31.18%
HSB/HSV24°88.03%55.69%
CMYK0.00%53.52%88.03%
44.31%

Color #8E4211 in popluar number systems.

HEX8E4211
Decimal1426617
Binary10001110100001010001
Octal21610221

Shades and tints

Shades of #8E4211

#8E4211
(142,66,17)
#823C10
(130,60,16)
#76360F
(118,54,15)
#6A300E
(106,48,14)
#5E2A0D
(94,42,13)
#52240C
(82,36,12)
#461E0B
(70,30,11)
#3A180A
(58,24,10)
#2E1209
(46,18,9)
#220C08
(34,12,8)
#160607
(22,6,7)
#000000
(0,0,0)

Tints of #8E4211

#8E4211
(142,66,17)
#985326
(152,83,38)
#A2643B
(162,100,59)
#AC7550
(172,117,80)
#B68665
(182,134,101)
#C0977A
(192,151,122)
#CAA88F
(202,168,143)
#D4B9A4
(212,185,164)
#DECAB9
(222,202,185)
#E8DBCE
(232,219,206)
#F2ECE3
(242,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4211 color. Also use rgb(142,66,17) instead hex code.

Text Font Color

.myTextColor { color: #8E4211; }

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

This text font color is #8E4211.


Background Color

.myBgColor { background-color: #8E4211; }

<div style="background-color:#8E4211">Inner text</div>

This div background color is #8E4211.


Border color

.myBorderColor { border: 1px solid #8E4211; }

<div style="border:3px solid #8E4211">Div</div>

This div border color is #8E4211.


Opacity

.myOpacity80 { color: #8E4211; opacity: 0.8; }

<p style="color:#8E4211;opacity:0.8;">80%</p>

Text with #8E4211 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 #8E4211;}

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

This text has shadow with #8E4211 color.

.textShadow {text-shadow: 3px 3px 1px #8E4211, 3px 3px 1px red;}

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

This text has shadow with #8E4211 primary color and red secondary color.


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

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

This text has shadow with #8E4211 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4211 on black background.


Color preview on white background

This text has color #8E4211 on white background.



Black color preview on #8E4211 background

This text has black color on #8E4211 background.


White color preview on #8E4211 background

This text has white color on #8E4211 background.