COLOR #8E5947

HEX: #8E5947
RGB: (142,89,71)

Color info

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

RGB color model

#8E5947 color RGB value is (142,89,71).

  • red value is 142;
  • green value is 89;
  • blue value is 71.
RGB:
(142,89,71)
(56%,35%,28%)

RGB channels and saturation

R 142 of 255 = 56%
G 89 of 255 = 35%
B 71 of 255 = 28%

142
89
71

R + G + B ~ 40%. #8E5947 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 89 + 71 = 302 (100%)
R 142 of 302 ~ 47.02%
G 89 of 302 ~ 29.47%
B 71 of 302 ~ 23.51%

%47.02
%29.47
%23.51

CMYK color model

#8E5947 color CMYK value is (0,37,50,44).

  • cyan value is 0.00%
  • magenta value is 37.32%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(0,37,50,44)
C0M37Y50K44 
(0%,37%,50%,44%)
(0.00/0.37/0.50/0.44)	

CMYK percentages

%0
%37.32
%50
%44.31

Codes

Color #8E5947 in popluar color models

8E5947
RGB1428971
HSL15°33.33%41.76%
HSB/HSV15°50.00%55.69%
CMYK0.00%37.32%50.00%
44.31%

Color #8E5947 in popluar number systems.

HEX8E5947
Decimal1428971
Binary1000111010110011000111
Octal216131107

Shades and tints

Shades of #8E5947

#8E5947
(142,89,71)
#825141
(130,81,65)
#76493B
(118,73,59)
#6A4135
(106,65,53)
#5E392F
(94,57,47)
#523129
(82,49,41)
#462923
(70,41,35)
#3A211D
(58,33,29)
#2E1917
(46,25,23)
#221111
(34,17,17)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #8E5947

#8E5947
(142,89,71)
#986857
(152,104,87)
#A27767
(162,119,103)
#AC8677
(172,134,119)
#B69587
(182,149,135)
#C0A497
(192,164,151)
#CAB3A7
(202,179,167)
#D4C2B7
(212,194,183)
#DED1C7
(222,209,199)
#E8E0D7
(232,224,215)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5947 color. Also use rgb(142,89,71) instead hex code.

Text Font Color

.myTextColor { color: #8E5947; }

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

This text font color is #8E5947.


Background Color

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

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

This div background color is #8E5947.


Border color

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

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

This div border color is #8E5947.


Opacity

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

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

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

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

This text has shadow with #8E5947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5947 on black background.


Color preview on white background

This text has color #8E5947 on white background.



Black color preview on #8E5947 background

This text has black color on #8E5947 background.


White color preview on #8E5947 background

This text has white color on #8E5947 background.