COLOR #8E5815

HEX: #8E5815
RGB: (142,88,21)

Color info

#8E5815 contains mainly red and green colors. Web safe color of #8E5815 is #996600 (or #960).

RGB color model

#8E5815 color RGB value is (142,88,21).

  • red value is 142;
  • green value is 88;
  • blue value is 21.
RGB:
(142,88,21)
(56%,35%,8%)

RGB channels and saturation

R 142 of 255 = 56%
G 88 of 255 = 35%
B 21 of 255 = 8%

142
88
21

R + G + B ~ 33%. #8E5815 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 88 + 21 = 251 (100%)
R 142 of 251 ~ 56.57%
G 88 of 251 ~ 35.06%
B 21 of 251 ~ 8.37%

%56.57
%35.06

CMYK color model

#8E5815 color CMYK value is (0,38,85,44).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 85.21%
  • key color value is 44.31%
CMYK:
(0,38,85,44)
C0M38Y85K44 
(0%,38%,85%,44%)
(0.00/0.38/0.85/0.44)	

CMYK percentages

%0
%38.03
%85.21
%44.31

Codes

Color #8E5815 in popluar color models

8E5815
RGB1428821
HSL33°74.23%31.96%
HSB/HSV33°85.21%55.69%
CMYK0.00%38.03%85.21%
44.31%

Color #8E5815 in popluar number systems.

HEX8E5815
Decimal1428821
Binary10001110101100010101
Octal21613025

Shades and tints

Shades of #8E5815

#8E5815
(142,88,21)
#825014
(130,80,20)
#764813
(118,72,19)
#6A4012
(106,64,18)
#5E3811
(94,56,17)
#523010
(82,48,16)
#46280F
(70,40,15)
#3A200E
(58,32,14)
#2E180D
(46,24,13)
#22100C
(34,16,12)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #8E5815

#8E5815
(142,88,21)
#98672A
(152,103,42)
#A2763F
(162,118,63)
#AC8554
(172,133,84)
#B69469
(182,148,105)
#C0A37E
(192,163,126)
#CAB293
(202,178,147)
#D4C1A8
(212,193,168)
#DED0BD
(222,208,189)
#E8DFD2
(232,223,210)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5815 color. Also use rgb(142,88,21) instead hex code.

Text Font Color

.myTextColor { color: #8E5815; }

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

This text font color is #8E5815.


Background Color

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

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

This div background color is #8E5815.


Border color

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

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

This div border color is #8E5815.


Opacity

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

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

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

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

This text has shadow with #8E5815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5815 on black background.


Color preview on white background

This text has color #8E5815 on white background.



Black color preview on #8E5815 background

This text has black color on #8E5815 background.


White color preview on #8E5815 background

This text has white color on #8E5815 background.