COLOR #8E0B19

HEX: #8E0B19
RGB: (142,11,25)

Color info

#8E0B19 contains mainly red color. Web safe color of #8E0B19 is #990000 (or #900).

RGB color model

#8E0B19 color RGB value is (142,11,25).

  • red value is 142;
  • green value is 11;
  • blue value is 25.
RGB:
(142,11,25)
(56%,4%,10%)

RGB channels and saturation

R 142 of 255 = 56%
G 11 of 255 = 4%
B 25 of 255 = 10%

142
11
25

R + G + B ~ 23%. #8E0B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 11 + 25 = 178 (100%)
R 142 of 178 ~ 79.78%
G 11 of 178 ~ 6.18%
B 25 of 178 ~ 14.04%

%79.78
%14.04

CMYK color model

#8E0B19 color CMYK value is (0,92,82,44).

  • cyan value is 0.00%
  • magenta value is 92.25%
  • yellow value is 82.39%
  • key color value is 44.31%
CMYK:
(0,92,82,44)
C0M92Y82K44 
(0%,92%,82%,44%)
(0.00/0.92/0.82/0.44)	

CMYK percentages

%0
%92.25
%82.39
%44.31

Codes

Color #8E0B19 in popluar color models

8E0B19
RGB1421125
HSL354°85.62%30.00%
HSB/HSV354°92.25%55.69%
CMYK0.00%92.25%82.39%
44.31%

Color #8E0B19 in popluar number systems.

HEX8E0B19
Decimal1421125
Binary10001110101111001
Octal2161331

Shades and tints

Shades of #8E0B19

#8E0B19
(142,11,25)
#820A17
(130,10,23)
#760915
(118,9,21)
#6A0813
(106,8,19)
#5E0711
(94,7,17)
#52060F
(82,6,15)
#46050D
(70,5,13)
#3A040B
(58,4,11)
#2E0309
(46,3,9)
#220207
(34,2,7)
#160105
(22,1,5)
#000000
(0,0,0)

Tints of #8E0B19

#8E0B19
(142,11,25)
#98212D
(152,33,45)
#A23741
(162,55,65)
#AC4D55
(172,77,85)
#B66369
(182,99,105)
#C0797D
(192,121,125)
#CA8F91
(202,143,145)
#D4A5A5
(212,165,165)
#DEBBB9
(222,187,185)
#E8D1CD
(232,209,205)
#F2E7E1
(242,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E0B19 color. Also use rgb(142,11,25) instead hex code.

Text Font Color

.myTextColor { color: #8E0B19; }

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

This text font color is #8E0B19.


Background Color

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

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

This div background color is #8E0B19.


Border color

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

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

This div border color is #8E0B19.


Opacity

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

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

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

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

This text has shadow with #8E0B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E0B19 on black background.


Color preview on white background

This text has color #8E0B19 on white background.



Black color preview on #8E0B19 background

This text has black color on #8E0B19 background.


White color preview on #8E0B19 background

This text has white color on #8E0B19 background.