COLOR #8E163B

HEX: #8E163B
RGB: (142,22,59)

Color info

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

RGB color model

#8E163B color RGB value is (142,22,59).

  • red value is 142;
  • green value is 22;
  • blue value is 59.
RGB:
(142,22,59)
(56%,9%,23%)

RGB channels and saturation

R 142 of 255 = 56%
G 22 of 255 = 9%
B 59 of 255 = 23%

142
22
59

R + G + B ~ 29%. #8E163B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 22 + 59 = 223 (100%)
R 142 of 223 ~ 63.68%
G 22 of 223 ~ 9.87%
B 59 of 223 ~ 26.46%

%63.68
%9.87
%26.46

CMYK color model

#8E163B color CMYK value is (0,85,58,44).

  • cyan value is 0.00%
  • magenta value is 84.51%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK:
(0,85,58,44)
C0M85Y58K44 
(0%,85%,58%,44%)
(0.00/0.85/0.58/0.44)	

CMYK percentages

%0
%84.51
%58.45
%44.31

Codes

Color #8E163B in popluar color models

8E163B
RGB1422259
HSL342°73.17%32.16%
HSB/HSV342°84.51%55.69%
CMYK0.00%84.51%58.45%
44.31%

Color #8E163B in popluar number systems.

HEX8E163B
Decimal1422259
Binary1000111010110111011
Octal2162673

Shades and tints

Shades of #8E163B

#8E163B
(142,22,59)
#821436
(130,20,54)
#761231
(118,18,49)
#6A102C
(106,16,44)
#5E0E27
(94,14,39)
#520C22
(82,12,34)
#460A1D
(70,10,29)
#3A0818
(58,8,24)
#2E0613
(46,6,19)
#22040E
(34,4,14)
#160209
(22,2,9)
#000000
(0,0,0)

Tints of #8E163B

#8E163B
(142,22,59)
#982B4C
(152,43,76)
#A2405D
(162,64,93)
#AC556E
(172,85,110)
#B66A7F
(182,106,127)
#C07F90
(192,127,144)
#CA94A1
(202,148,161)
#D4A9B2
(212,169,178)
#DEBEC3
(222,190,195)
#E8D3D4
(232,211,212)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E163B color. Also use rgb(142,22,59) instead hex code.

Text Font Color

.myTextColor { color: #8E163B; }

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

This text font color is #8E163B.


Background Color

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

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

This div background color is #8E163B.


Border color

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

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

This div border color is #8E163B.


Opacity

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

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

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

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

This text has shadow with #8E163B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E163B on black background.


Color preview on white background

This text has color #8E163B on white background.



Black color preview on #8E163B background

This text has black color on #8E163B background.


White color preview on #8E163B background

This text has white color on #8E163B background.