COLOR #8E2809

HEX: #8E2809
RGB: (142,40,9)

Color info

#8E2809 contains mainly red color. Web safe color of #8E2809 is #993300 (or #930).

RGB color model

#8E2809 color RGB value is (142,40,9).

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

RGB channels and saturation

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

142
40
9

R + G + B ~ 25%. #8E2809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 40 + 9 = 191 (100%)
R 142 of 191 ~ 74.35%
G 40 of 191 ~ 20.94%
B 9 of 191 ~ 4.71%

%74.35
%20.94

CMYK color model

#8E2809 color CMYK value is (0,72,94,44).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 93.66%
  • key color value is 44.31%
CMYK:
(0,72,94,44)
C0M72Y94K44 
(0%,72%,94%,44%)
(0.00/0.72/0.94/0.44)	

CMYK percentages

%0
%71.83
%93.66
%44.31

Codes

Color #8E2809 in popluar color models

8E2809
RGB142409
HSL14°88.08%29.61%
HSB/HSV14°93.66%55.69%
CMYK0.00%71.83%93.66%
44.31%

Color #8E2809 in popluar number systems.

HEX8E2809
Decimal142409
Binary100011101010001001
Octal2165011

Shades and tints

Shades of #8E2809

#8E2809
(142,40,9)
#822509
(130,37,9)
#762209
(118,34,9)
#6A1F09
(106,31,9)
#5E1C09
(94,28,9)
#521909
(82,25,9)
#461609
(70,22,9)
#3A1309
(58,19,9)
#2E1009
(46,16,9)
#220D09
(34,13,9)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #8E2809

#8E2809
(142,40,9)
#983B1F
(152,59,31)
#A24E35
(162,78,53)
#AC614B
(172,97,75)
#B67461
(182,116,97)
#C08777
(192,135,119)
#CA9A8D
(202,154,141)
#D4ADA3
(212,173,163)
#DEC0B9
(222,192,185)
#E8D3CF
(232,211,207)
#F2E6E5
(242,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2809; }

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

This text font color is #8E2809.


Background Color

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

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

This div background color is #8E2809.


Border color

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

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

This div border color is #8E2809.


Opacity

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

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

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

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

This text has shadow with #8E2809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2809 on black background.


Color preview on white background

This text has color #8E2809 on white background.



Black color preview on #8E2809 background

This text has black color on #8E2809 background.


White color preview on #8E2809 background

This text has white color on #8E2809 background.