COLOR #8E243B

HEX: #8E243B
RGB: (142,36,59)

Color info

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

RGB color model

#8E243B color RGB value is (142,36,59).

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

RGB channels and saturation

R 142 of 255 = 56%
G 36 of 255 = 14%
B 59 of 255 = 23%

142
36
59

R + G + B ~ 31%. #8E243B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 36 + 59 = 237 (100%)
R 142 of 237 ~ 59.92%
G 36 of 237 ~ 15.19%
B 59 of 237 ~ 24.89%

%59.92
%15.19
%24.89

CMYK color model

#8E243B color CMYK value is (0,75,58,44).

  • cyan value is 0.00%
  • magenta value is 74.65%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK:
(0,75,58,44)
C0M75Y58K44 
(0%,75%,58%,44%)
(0.00/0.75/0.58/0.44)	

CMYK percentages

%0
%74.65
%58.45
%44.31

Codes

Color #8E243B in popluar color models

8E243B
RGB1423659
HSL347°59.55%34.90%
HSB/HSV347°74.65%55.69%
CMYK0.00%74.65%58.45%
44.31%

Color #8E243B in popluar number systems.

HEX8E243B
Decimal1423659
Binary10001110100100111011
Octal2164473

Shades and tints

Shades of #8E243B

#8E243B
(142,36,59)
#822136
(130,33,54)
#761E31
(118,30,49)
#6A1B2C
(106,27,44)
#5E1827
(94,24,39)
#521522
(82,21,34)
#46121D
(70,18,29)
#3A0F18
(58,15,24)
#2E0C13
(46,12,19)
#22090E
(34,9,14)
#160609
(22,6,9)
#000000
(0,0,0)

Tints of #8E243B

#8E243B
(142,36,59)
#98374C
(152,55,76)
#A24A5D
(162,74,93)
#AC5D6E
(172,93,110)
#B6707F
(182,112,127)
#C08390
(192,131,144)
#CA96A1
(202,150,161)
#D4A9B2
(212,169,178)
#DEBCC3
(222,188,195)
#E8CFD4
(232,207,212)
#F2E2E5
(242,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E243B; }

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

This text font color is #8E243B.


Background Color

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

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

This div background color is #8E243B.


Border color

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

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

This div border color is #8E243B.


Opacity

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

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

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

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

This text has shadow with #8E243B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E243B on black background.


Color preview on white background

This text has color #8E243B on white background.



Black color preview on #8E243B background

This text has black color on #8E243B background.


White color preview on #8E243B background

This text has white color on #8E243B background.