COLOR #8E7857

HEX: #8E7857
RGB: (142,120,87)

Color info

#8E7857 contains red, green and blue colors in about the same proportion. Web safe color of #8E7857 is #996666 (or #966).

RGB color model

#8E7857 color RGB value is (142,120,87).

  • red value is 142;
  • green value is 120;
  • blue value is 87.
RGB:
(142,120,87)
(56%,47%,34%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 87 of 255 = 34%

142
120
87

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 87 = 349 (100%)
R 142 of 349 ~ 40.69%
G 120 of 349 ~ 34.38%
B 87 of 349 ~ 24.93%

%40.69
%34.38
%24.93

CMYK color model

#8E7857 color CMYK value is (0,15,39,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 38.73%
  • key color value is 44.31%
CMYK:
(0,15,39,44)
C0M15Y39K44 
(0%,15%,39%,44%)
(0.00/0.15/0.39/0.44)	

CMYK percentages

%0
%15.49
%38.73
%44.31

Codes

Color #8E7857 in popluar color models

8E7857
RGB14212087
HSL36°24.02%44.90%
HSB/HSV36°38.73%55.69%
CMYK0.00%15.49%38.73%
44.31%

Color #8E7857 in popluar number systems.

HEX8E7857
Decimal14212087
Binary1000111011110001010111
Octal216170127

Shades and tints

Shades of #8E7857

#8E7857
(142,120,87)
#826E50
(130,110,80)
#766449
(118,100,73)
#6A5A42
(106,90,66)
#5E503B
(94,80,59)
#524634
(82,70,52)
#463C2D
(70,60,45)
#3A3226
(58,50,38)
#2E281F
(46,40,31)
#221E18
(34,30,24)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8E7857

#8E7857
(142,120,87)
#988466
(152,132,102)
#A29075
(162,144,117)
#AC9C84
(172,156,132)
#B6A893
(182,168,147)
#C0B4A2
(192,180,162)
#CAC0B1
(202,192,177)
#D4CCC0
(212,204,192)
#DED8CF
(222,216,207)
#E8E4DE
(232,228,222)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7857 color. Also use rgb(142,120,87) instead hex code.

Text Font Color

.myTextColor { color: #8E7857; }

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

This text font color is #8E7857.


Background Color

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

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

This div background color is #8E7857.


Border color

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

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

This div border color is #8E7857.


Opacity

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

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

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

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

This text has shadow with #8E7857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7857 on black background.


Color preview on white background

This text has color #8E7857 on white background.



Black color preview on #8E7857 background

This text has black color on #8E7857 background.


White color preview on #8E7857 background

This text has white color on #8E7857 background.