COLOR #8E291F

HEX: #8E291F
RGB: (142,41,31)

Color info

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

RGB color model

#8E291F color RGB value is (142,41,31).

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

RGB channels and saturation

R 142 of 255 = 56%
G 41 of 255 = 16%
B 31 of 255 = 12%

142
41
31

R + G + B ~ 28%. #8E291F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 41 + 31 = 214 (100%)
R 142 of 214 ~ 66.36%
G 41 of 214 ~ 19.16%
B 31 of 214 ~ 14.49%

%66.36
%19.16
%14.49

CMYK color model

#8E291F color CMYK value is (0,71,78,44).

  • cyan value is 0.00%
  • magenta value is 71.13%
  • yellow value is 78.17%
  • key color value is 44.31%
CMYK:
(0,71,78,44)
C0M71Y78K44 
(0%,71%,78%,44%)
(0.00/0.71/0.78/0.44)	

CMYK percentages

%0
%71.13
%78.17
%44.31

Codes

Color #8E291F in popluar color models

8E291F
RGB1424131
HSL64.16%33.92%
HSB/HSV78.17%55.69%
CMYK0.00%71.13%78.17%
44.31%

Color #8E291F in popluar number systems.

HEX8E291F
Decimal1424131
Binary1000111010100111111
Octal2165137

Shades and tints

Shades of #8E291F

#8E291F
(142,41,31)
#82261D
(130,38,29)
#76231B
(118,35,27)
#6A2019
(106,32,25)
#5E1D17
(94,29,23)
#521A15
(82,26,21)
#461713
(70,23,19)
#3A1411
(58,20,17)
#2E110F
(46,17,15)
#220E0D
(34,14,13)
#160B0B
(22,11,11)
#000000
(0,0,0)

Tints of #8E291F

#8E291F
(142,41,31)
#983C33
(152,60,51)
#A24F47
(162,79,71)
#AC625B
(172,98,91)
#B6756F
(182,117,111)
#C08883
(192,136,131)
#CA9B97
(202,155,151)
#D4AEAB
(212,174,171)
#DEC1BF
(222,193,191)
#E8D4D3
(232,212,211)
#F2E7E7
(242,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E291F; }

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

This text font color is #8E291F.


Background Color

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

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

This div background color is #8E291F.


Border color

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

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

This div border color is #8E291F.


Opacity

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

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

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

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

This text has shadow with #8E291F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E291F on black background.


Color preview on white background

This text has color #8E291F on white background.



Black color preview on #8E291F background

This text has black color on #8E291F background.


White color preview on #8E291F background

This text has white color on #8E291F background.