COLOR #8E4B1F

HEX: #8E4B1F
RGB: (142,75,31)

Color info

#8E4B1F contains mainly red color. Web safe color of #8E4B1F is #993333 (or #933).

RGB color model

#8E4B1F color RGB value is (142,75,31).

  • red value is 142;
  • green value is 75;
  • blue value is 31.
RGB:
(142,75,31)
(56%,29%,12%)

RGB channels and saturation

R 142 of 255 = 56%
G 75 of 255 = 29%
B 31 of 255 = 12%

142
75
31

R + G + B ~ 32%. #8E4B1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 75 + 31 = 248 (100%)
R 142 of 248 ~ 57.26%
G 75 of 248 ~ 30.24%
B 31 of 248 ~ 12.5%

%57.26
%30.24
%12.5

CMYK color model

#8E4B1F color CMYK value is (0,47,78,44).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 78.17%
  • key color value is 44.31%
CMYK:
(0,47,78,44)
C0M47Y78K44 
(0%,47%,78%,44%)
(0.00/0.47/0.78/0.44)	

CMYK percentages

%0
%47.18
%78.17
%44.31

Codes

Color #8E4B1F in popluar color models

8E4B1F
RGB1427531
HSL24°64.16%33.92%
HSB/HSV24°78.17%55.69%
CMYK0.00%47.18%78.17%
44.31%

Color #8E4B1F in popluar number systems.

HEX8E4B1F
Decimal1427531
Binary10001110100101111111
Octal21611337

Shades and tints

Shades of #8E4B1F

#8E4B1F
(142,75,31)
#82451D
(130,69,29)
#763F1B
(118,63,27)
#6A3919
(106,57,25)
#5E3317
(94,51,23)
#522D15
(82,45,21)
#462713
(70,39,19)
#3A2111
(58,33,17)
#2E1B0F
(46,27,15)
#22150D
(34,21,13)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #8E4B1F

#8E4B1F
(142,75,31)
#985B33
(152,91,51)
#A26B47
(162,107,71)
#AC7B5B
(172,123,91)
#B68B6F
(182,139,111)
#C09B83
(192,155,131)
#CAAB97
(202,171,151)
#D4BBAB
(212,187,171)
#DECBBF
(222,203,191)
#E8DBD3
(232,219,211)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4B1F color. Also use rgb(142,75,31) instead hex code.

Text Font Color

.myTextColor { color: #8E4B1F; }

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

This text font color is #8E4B1F.


Background Color

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

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

This div background color is #8E4B1F.


Border color

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

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

This div border color is #8E4B1F.


Opacity

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

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

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

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

This text has shadow with #8E4B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4B1F on black background.


Color preview on white background

This text has color #8E4B1F on white background.



Black color preview on #8E4B1F background

This text has black color on #8E4B1F background.


White color preview on #8E4B1F background

This text has white color on #8E4B1F background.