COLOR #8E112E

HEX: #8E112E
RGB: (142,17,46)

Color info

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

RGB color model

#8E112E color RGB value is (142,17,46).

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

RGB channels and saturation

R 142 of 255 = 56%
G 17 of 255 = 7%
B 46 of 255 = 18%

142
17
46

R + G + B ~ 27%. #8E112E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 17 + 46 = 205 (100%)
R 142 of 205 ~ 69.27%
G 17 of 205 ~ 8.29%
B 46 of 205 ~ 22.44%

%69.27
%22.44

CMYK color model

#8E112E color CMYK value is (0,88,68,44).

  • cyan value is 0.00%
  • magenta value is 88.03%
  • yellow value is 67.61%
  • key color value is 44.31%
CMYK:
(0,88,68,44)
C0M88Y68K44 
(0%,88%,68%,44%)
(0.00/0.88/0.68/0.44)	

CMYK percentages

%0
%88.03
%67.61
%44.31

Codes

Color #8E112E in popluar color models

8E112E
RGB1421746
HSL346°78.62%31.18%
HSB/HSV346°88.03%55.69%
CMYK0.00%88.03%67.61%
44.31%

Color #8E112E in popluar number systems.

HEX8E112E
Decimal1421746
Binary1000111010001101110
Octal2162156

Shades and tints

Shades of #8E112E

#8E112E
(142,17,46)
#82102A
(130,16,42)
#760F26
(118,15,38)
#6A0E22
(106,14,34)
#5E0D1E
(94,13,30)
#520C1A
(82,12,26)
#460B16
(70,11,22)
#3A0A12
(58,10,18)
#2E090E
(46,9,14)
#22080A
(34,8,10)
#160706
(22,7,6)
#000000
(0,0,0)

Tints of #8E112E

#8E112E
(142,17,46)
#982641
(152,38,65)
#A23B54
(162,59,84)
#AC5067
(172,80,103)
#B6657A
(182,101,122)
#C07A8D
(192,122,141)
#CA8FA0
(202,143,160)
#D4A4B3
(212,164,179)
#DEB9C6
(222,185,198)
#E8CED9
(232,206,217)
#F2E3EC
(242,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E112E; }

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

This text font color is #8E112E.


Background Color

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

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

This div background color is #8E112E.


Border color

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

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

This div border color is #8E112E.


Opacity

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

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

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

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

This text has shadow with #8E112E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E112E on black background.


Color preview on white background

This text has color #8E112E on white background.



Black color preview on #8E112E background

This text has black color on #8E112E background.


White color preview on #8E112E background

This text has white color on #8E112E background.