COLOR #8E1D42

HEX: #8E1D42
RGB: (142,29,66)

Color info

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

RGB color model

#8E1D42 color RGB value is (142,29,66).

  • red value is 142;
  • green value is 29;
  • blue value is 66.
RGB:
(142,29,66)
(56%,11%,26%)

RGB channels and saturation

R 142 of 255 = 56%
G 29 of 255 = 11%
B 66 of 255 = 26%

142
29
66

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

Portions of RGB colors in percentages

R + G + B =
142 + 29 + 66 = 237 (100%)
R 142 of 237 ~ 59.92%
G 29 of 237 ~ 12.24%
B 66 of 237 ~ 27.85%

%59.92
%12.24
%27.85

CMYK color model

#8E1D42 color CMYK value is (0,80,54,44).

  • cyan value is 0.00%
  • magenta value is 79.58%
  • yellow value is 53.52%
  • key color value is 44.31%
CMYK:
(0,80,54,44)
C0M80Y54K44 
(0%,80%,54%,44%)
(0.00/0.80/0.54/0.44)	

CMYK percentages

%0
%79.58
%53.52
%44.31

Codes

Color #8E1D42 in popluar color models

8E1D42
RGB1422966
HSL340°66.08%33.53%
HSB/HSV340°79.58%55.69%
CMYK0.00%79.58%53.52%
44.31%

Color #8E1D42 in popluar number systems.

HEX8E1D42
Decimal1422966
Binary10001110111011000010
Octal21635102

Shades and tints

Shades of #8E1D42

#8E1D42
(142,29,66)
#821B3C
(130,27,60)
#761936
(118,25,54)
#6A1730
(106,23,48)
#5E152A
(94,21,42)
#521324
(82,19,36)
#46111E
(70,17,30)
#3A0F18
(58,15,24)
#2E0D12
(46,13,18)
#220B0C
(34,11,12)
#160906
(22,9,6)
#000000
(0,0,0)

Tints of #8E1D42

#8E1D42
(142,29,66)
#983153
(152,49,83)
#A24564
(162,69,100)
#AC5975
(172,89,117)
#B66D86
(182,109,134)
#C08197
(192,129,151)
#CA95A8
(202,149,168)
#D4A9B9
(212,169,185)
#DEBDCA
(222,189,202)
#E8D1DB
(232,209,219)
#F2E5EC
(242,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E1D42 color. Also use rgb(142,29,66) instead hex code.

Text Font Color

.myTextColor { color: #8E1D42; }

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

This text font color is #8E1D42.


Background Color

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

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

This div background color is #8E1D42.


Border color

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

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

This div border color is #8E1D42.


Opacity

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

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

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

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

This text has shadow with #8E1D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E1D42 on black background.


Color preview on white background

This text has color #8E1D42 on white background.



Black color preview on #8E1D42 background

This text has black color on #8E1D42 background.


White color preview on #8E1D42 background

This text has white color on #8E1D42 background.