COLOR #8E1A46

HEX: #8E1A46
RGB: (142,26,70)

Color info

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

RGB color model

#8E1A46 color RGB value is (142,26,70).

  • red value is 142;
  • green value is 26;
  • blue value is 70.
RGB:
(142,26,70)
(56%,10%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 26 of 255 = 10%
B 70 of 255 = 27%

142
26
70

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

Portions of RGB colors in percentages

R + G + B =
142 + 26 + 70 = 238 (100%)
R 142 of 238 ~ 59.66%
G 26 of 238 ~ 10.92%
B 70 of 238 ~ 29.41%

%59.66
%10.92
%29.41

CMYK color model

#8E1A46 color CMYK value is (0,82,51,44).

  • cyan value is 0.00%
  • magenta value is 81.69%
  • yellow value is 50.70%
  • key color value is 44.31%
CMYK:
(0,82,51,44)
C0M82Y51K44 
(0%,82%,51%,44%)
(0.00/0.82/0.51/0.44)	

CMYK percentages

%0
%81.69
%50.7
%44.31

Codes

Color #8E1A46 in popluar color models

8E1A46
RGB1422670
HSL337°69.05%32.94%
HSB/HSV337°81.69%55.69%
CMYK0.00%81.69%50.70%
44.31%

Color #8E1A46 in popluar number systems.

HEX8E1A46
Decimal1422670
Binary10001110110101000110
Octal21632106

Shades and tints

Shades of #8E1A46

#8E1A46
(142,26,70)
#821840
(130,24,64)
#76163A
(118,22,58)
#6A1434
(106,20,52)
#5E122E
(94,18,46)
#521028
(82,16,40)
#460E22
(70,14,34)
#3A0C1C
(58,12,28)
#2E0A16
(46,10,22)
#220810
(34,8,16)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #8E1A46

#8E1A46
(142,26,70)
#982E56
(152,46,86)
#A24266
(162,66,102)
#AC5676
(172,86,118)
#B66A86
(182,106,134)
#C07E96
(192,126,150)
#CA92A6
(202,146,166)
#D4A6B6
(212,166,182)
#DEBAC6
(222,186,198)
#E8CED6
(232,206,214)
#F2E2E6
(242,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E1A46 color. Also use rgb(142,26,70) instead hex code.

Text Font Color

.myTextColor { color: #8E1A46; }

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

This text font color is #8E1A46.


Background Color

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

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

This div background color is #8E1A46.


Border color

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

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

This div border color is #8E1A46.


Opacity

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

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

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

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

This text has shadow with #8E1A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E1A46 on black background.


Color preview on white background

This text has color #8E1A46 on white background.



Black color preview on #8E1A46 background

This text has black color on #8E1A46 background.


White color preview on #8E1A46 background

This text has white color on #8E1A46 background.