COLOR #8E180F

HEX: #8E180F
RGB: (142,24,15)

Color info

#8E180F contains mainly red color. Web safe color of #8E180F is #990000 (or #900).

RGB color model

#8E180F color RGB value is (142,24,15).

  • red value is 142;
  • green value is 24;
  • blue value is 15.
RGB:
(142,24,15)
(56%,9%,6%)

RGB channels and saturation

R 142 of 255 = 56%
G 24 of 255 = 9%
B 15 of 255 = 6%

142
24
15

R + G + B ~ 24%. #8E180F is dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 24 + 15 = 181 (100%)
R 142 of 181 ~ 78.45%
G 24 of 181 ~ 13.26%
B 15 of 181 ~ 8.29%

%78.45
%13.26

CMYK color model

#8E180F color CMYK value is (0,83,89,44).

  • cyan value is 0.00%
  • magenta value is 83.10%
  • yellow value is 89.44%
  • key color value is 44.31%
CMYK:
(0,83,89,44)
C0M83Y89K44 
(0%,83%,89%,44%)
(0.00/0.83/0.89/0.44)	

CMYK percentages

%0
%83.1
%89.44
%44.31

Codes

Color #8E180F in popluar color models

8E180F
RGB1422415
HSL80.89%30.78%
HSB/HSV89.44%55.69%
CMYK0.00%83.10%89.44%
44.31%

Color #8E180F in popluar number systems.

HEX8E180F
Decimal1422415
Binary10001110110001111
Octal2163017

Shades and tints

Shades of #8E180F

#8E180F
(142,24,15)
#82160E
(130,22,14)
#76140D
(118,20,13)
#6A120C
(106,18,12)
#5E100B
(94,16,11)
#520E0A
(82,14,10)
#460C09
(70,12,9)
#3A0A08
(58,10,8)
#2E0807
(46,8,7)
#220606
(34,6,6)
#160405
(22,4,5)
#000000
(0,0,0)

Tints of #8E180F

#8E180F
(142,24,15)
#982D24
(152,45,36)
#A24239
(162,66,57)
#AC574E
(172,87,78)
#B66C63
(182,108,99)
#C08178
(192,129,120)
#CA968D
(202,150,141)
#D4ABA2
(212,171,162)
#DEC0B7
(222,192,183)
#E8D5CC
(232,213,204)
#F2EAE1
(242,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E180F color. Also use rgb(142,24,15) instead hex code.

Text Font Color

.myTextColor { color: #8E180F; }

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

This text font color is #8E180F.


Background Color

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

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

This div background color is #8E180F.


Border color

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

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

This div border color is #8E180F.


Opacity

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

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

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

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

This text has shadow with #8E180F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E180F on black background.


Color preview on white background

This text has color #8E180F on white background.



Black color preview on #8E180F background

This text has black color on #8E180F background.


White color preview on #8E180F background

This text has white color on #8E180F background.