COLOR #8E0A26

HEX: #8E0A26
RGB: (142,10,38)

Color info

#8E0A26 contains mainly red color. Web safe color of #8E0A26 is #990033 (or #903).

RGB color model

#8E0A26 color RGB value is (142,10,38).

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

RGB channels and saturation

R 142 of 255 = 56%
G 10 of 255 = 4%
B 38 of 255 = 15%

142
10
38

R + G + B ~ 25%. #8E0A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 10 + 38 = 190 (100%)
R 142 of 190 ~ 74.74%
G 10 of 190 ~ 5.26%
B 38 of 190 ~ 20%

%74.74
%20

CMYK color model

#8E0A26 color CMYK value is (0,93,73,44).

  • cyan value is 0.00%
  • magenta value is 92.96%
  • yellow value is 73.24%
  • key color value is 44.31%
CMYK:
(0,93,73,44)
C0M93Y73K44 
(0%,93%,73%,44%)
(0.00/0.93/0.73/0.44)	

CMYK percentages

%0
%92.96
%73.24
%44.31

Codes

Color #8E0A26 in popluar color models

8E0A26
RGB1421038
HSL347°86.84%29.80%
HSB/HSV347°92.96%55.69%
CMYK0.00%92.96%73.24%
44.31%

Color #8E0A26 in popluar number systems.

HEX8E0A26
Decimal1421038
Binary100011101010100110
Octal2161246

Shades and tints

Shades of #8E0A26

#8E0A26
(142,10,38)
#820A23
(130,10,35)
#760A20
(118,10,32)
#6A0A1D
(106,10,29)
#5E0A1A
(94,10,26)
#520A17
(82,10,23)
#460A14
(70,10,20)
#3A0A11
(58,10,17)
#2E0A0E
(46,10,14)
#220A0B
(34,10,11)
#160A08
(22,10,8)
#000000
(0,0,0)

Tints of #8E0A26

#8E0A26
(142,10,38)
#982039
(152,32,57)
#A2364C
(162,54,76)
#AC4C5F
(172,76,95)
#B66272
(182,98,114)
#C07885
(192,120,133)
#CA8E98
(202,142,152)
#D4A4AB
(212,164,171)
#DEBABE
(222,186,190)
#E8D0D1
(232,208,209)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E0A26 color. Also use rgb(142,10,38) instead hex code.

Text Font Color

.myTextColor { color: #8E0A26; }

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

This text font color is #8E0A26.


Background Color

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

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

This div background color is #8E0A26.


Border color

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

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

This div border color is #8E0A26.


Opacity

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

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

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

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

This text has shadow with #8E0A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E0A26 on black background.


Color preview on white background

This text has color #8E0A26 on white background.



Black color preview on #8E0A26 background

This text has black color on #8E0A26 background.


White color preview on #8E0A26 background

This text has white color on #8E0A26 background.