COLOR #8E2511

HEX: #8E2511
RGB: (142,37,17)

Color info

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

RGB color model

#8E2511 color RGB value is (142,37,17).

  • red value is 142;
  • green value is 37;
  • blue value is 17.
RGB:
(142,37,17)
(56%,15%,7%)

RGB channels and saturation

R 142 of 255 = 56%
G 37 of 255 = 15%
B 17 of 255 = 7%

142
37
17

R + G + B ~ 26%. #8E2511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 37 + 17 = 196 (100%)
R 142 of 196 ~ 72.45%
G 37 of 196 ~ 18.88%
B 17 of 196 ~ 8.67%

%72.45
%18.88

CMYK color model

#8E2511 color CMYK value is (0,74,88,44).

  • cyan value is 0.00%
  • magenta value is 73.94%
  • yellow value is 88.03%
  • key color value is 44.31%
CMYK:
(0,74,88,44)
C0M74Y88K44 
(0%,74%,88%,44%)
(0.00/0.74/0.88/0.44)	

CMYK percentages

%0
%73.94
%88.03
%44.31

Codes

Color #8E2511 in popluar color models

8E2511
RGB1423717
HSL10°78.62%31.18%
HSB/HSV10°88.03%55.69%
CMYK0.00%73.94%88.03%
44.31%

Color #8E2511 in popluar number systems.

HEX8E2511
Decimal1423717
Binary1000111010010110001
Octal2164521

Shades and tints

Shades of #8E2511

#8E2511
(142,37,17)
#822210
(130,34,16)
#761F0F
(118,31,15)
#6A1C0E
(106,28,14)
#5E190D
(94,25,13)
#52160C
(82,22,12)
#46130B
(70,19,11)
#3A100A
(58,16,10)
#2E0D09
(46,13,9)
#220A08
(34,10,8)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #8E2511

#8E2511
(142,37,17)
#983826
(152,56,38)
#A24B3B
(162,75,59)
#AC5E50
(172,94,80)
#B67165
(182,113,101)
#C0847A
(192,132,122)
#CA978F
(202,151,143)
#D4AAA4
(212,170,164)
#DEBDB9
(222,189,185)
#E8D0CE
(232,208,206)
#F2E3E3
(242,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2511 color. Also use rgb(142,37,17) instead hex code.

Text Font Color

.myTextColor { color: #8E2511; }

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

This text font color is #8E2511.


Background Color

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

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

This div background color is #8E2511.


Border color

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

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

This div border color is #8E2511.


Opacity

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

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

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

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

This text has shadow with #8E2511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2511 on black background.


Color preview on white background

This text has color #8E2511 on white background.



Black color preview on #8E2511 background

This text has black color on #8E2511 background.


White color preview on #8E2511 background

This text has white color on #8E2511 background.