COLOR #8E1728

HEX: #8E1728
RGB: (142,23,40)

Color info

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

RGB color model

#8E1728 color RGB value is (142,23,40).

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

RGB channels and saturation

R 142 of 255 = 56%
G 23 of 255 = 9%
B 40 of 255 = 16%

142
23
40

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

Portions of RGB colors in percentages

R + G + B =
142 + 23 + 40 = 205 (100%)
R 142 of 205 ~ 69.27%
G 23 of 205 ~ 11.22%
B 40 of 205 ~ 19.51%

%69.27
%11.22
%19.51

CMYK color model

#8E1728 color CMYK value is (0,84,72,44).

  • cyan value is 0.00%
  • magenta value is 83.80%
  • yellow value is 71.83%
  • key color value is 44.31%
CMYK:
(0,84,72,44)
C0M84Y72K44 
(0%,84%,72%,44%)
(0.00/0.84/0.72/0.44)	

CMYK percentages

%0
%83.8
%71.83
%44.31

Codes

Color #8E1728 in popluar color models

8E1728
RGB1422340
HSL351°72.12%32.35%
HSB/HSV351°83.80%55.69%
CMYK0.00%83.80%71.83%
44.31%

Color #8E1728 in popluar number systems.

HEX8E1728
Decimal1422340
Binary1000111010111101000
Octal2162750

Shades and tints

Shades of #8E1728

#8E1728
(142,23,40)
#821525
(130,21,37)
#761322
(118,19,34)
#6A111F
(106,17,31)
#5E0F1C
(94,15,28)
#520D19
(82,13,25)
#460B16
(70,11,22)
#3A0913
(58,9,19)
#2E0710
(46,7,16)
#22050D
(34,5,13)
#16030A
(22,3,10)
#000000
(0,0,0)

Tints of #8E1728

#8E1728
(142,23,40)
#982C3B
(152,44,59)
#A2414E
(162,65,78)
#AC5661
(172,86,97)
#B66B74
(182,107,116)
#C08087
(192,128,135)
#CA959A
(202,149,154)
#D4AAAD
(212,170,173)
#DEBFC0
(222,191,192)
#E8D4D3
(232,212,211)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E1728 color. Also use rgb(142,23,40) instead hex code.

Text Font Color

.myTextColor { color: #8E1728; }

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

This text font color is #8E1728.


Background Color

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

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

This div background color is #8E1728.


Border color

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

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

This div border color is #8E1728.


Opacity

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

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

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

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

This text has shadow with #8E1728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E1728 on black background.


Color preview on white background

This text has color #8E1728 on white background.



Black color preview on #8E1728 background

This text has black color on #8E1728 background.


White color preview on #8E1728 background

This text has white color on #8E1728 background.