COLOR #8E5D2C

HEX: #8E5D2C
RGB: (142,93,44)

Color info

#8E5D2C contains mainly red and green colors. Web safe color of #8E5D2C is #996633 (or #963).

RGB color model

#8E5D2C color RGB value is (142,93,44).

  • red value is 142;
  • green value is 93;
  • blue value is 44.
RGB:
(142,93,44)
(56%,36%,17%)

RGB channels and saturation

R 142 of 255 = 56%
G 93 of 255 = 36%
B 44 of 255 = 17%

142
93
44

R + G + B ~ 36%. #8E5D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 93 + 44 = 279 (100%)
R 142 of 279 ~ 50.9%
G 93 of 279 ~ 33.33%
B 44 of 279 ~ 15.77%

%50.9
%33.33
%15.77

CMYK color model

#8E5D2C color CMYK value is (0,35,69,44).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 69.01%
  • key color value is 44.31%
CMYK:
(0,35,69,44)
C0M35Y69K44 
(0%,35%,69%,44%)
(0.00/0.35/0.69/0.44)	

CMYK percentages

%0
%34.51
%69.01
%44.31

Codes

Color #8E5D2C in popluar color models

8E5D2C
RGB1429344
HSL30°52.69%36.47%
HSB/HSV30°69.01%55.69%
CMYK0.00%34.51%69.01%
44.31%

Color #8E5D2C in popluar number systems.

HEX8E5D2C
Decimal1429344
Binary100011101011101101100
Octal21613554

Shades and tints

Shades of #8E5D2C

#8E5D2C
(142,93,44)
#825528
(130,85,40)
#764D24
(118,77,36)
#6A4520
(106,69,32)
#5E3D1C
(94,61,28)
#523518
(82,53,24)
#462D14
(70,45,20)
#3A2510
(58,37,16)
#2E1D0C
(46,29,12)
#221508
(34,21,8)
#160D04
(22,13,4)
#000000
(0,0,0)

Tints of #8E5D2C

#8E5D2C
(142,93,44)
#986B3F
(152,107,63)
#A27952
(162,121,82)
#AC8765
(172,135,101)
#B69578
(182,149,120)
#C0A38B
(192,163,139)
#CAB19E
(202,177,158)
#D4BFB1
(212,191,177)
#DECDC4
(222,205,196)
#E8DBD7
(232,219,215)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5D2C color. Also use rgb(142,93,44) instead hex code.

Text Font Color

.myTextColor { color: #8E5D2C; }

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

This text font color is #8E5D2C.


Background Color

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

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

This div background color is #8E5D2C.


Border color

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

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

This div border color is #8E5D2C.


Opacity

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

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

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

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

This text has shadow with #8E5D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5D2C on black background.


Color preview on white background

This text has color #8E5D2C on white background.



Black color preview on #8E5D2C background

This text has black color on #8E5D2C background.


White color preview on #8E5D2C background

This text has white color on #8E5D2C background.