COLOR #8E7257

HEX: #8E7257
RGB: (142,114,87)

Color info

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

RGB color model

#8E7257 color RGB value is (142,114,87).

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

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 87 of 255 = 34%

142
114
87

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 87 = 343 (100%)
R 142 of 343 ~ 41.4%
G 114 of 343 ~ 33.24%
B 87 of 343 ~ 25.36%

%41.4
%33.24
%25.36

CMYK color model

#8E7257 color CMYK value is (0,20,39,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 38.73%
  • key color value is 44.31%
CMYK:
(0,20,39,44)
C0M20Y39K44 
(0%,20%,39%,44%)
(0.00/0.20/0.39/0.44)	

CMYK percentages

%0
%19.72
%38.73
%44.31

Codes

Color #8E7257 in popluar color models

8E7257
RGB14211487
HSL29°24.02%44.90%
HSB/HSV29°38.73%55.69%
CMYK0.00%19.72%38.73%
44.31%

Color #8E7257 in popluar number systems.

HEX8E7257
Decimal14211487
Binary1000111011100101010111
Octal216162127

Shades and tints

Shades of #8E7257

#8E7257
(142,114,87)
#826850
(130,104,80)
#765E49
(118,94,73)
#6A5442
(106,84,66)
#5E4A3B
(94,74,59)
#524034
(82,64,52)
#46362D
(70,54,45)
#3A2C26
(58,44,38)
#2E221F
(46,34,31)
#221818
(34,24,24)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E7257

#8E7257
(142,114,87)
#987E66
(152,126,102)
#A28A75
(162,138,117)
#AC9684
(172,150,132)
#B6A293
(182,162,147)
#C0AEA2
(192,174,162)
#CABAB1
(202,186,177)
#D4C6C0
(212,198,192)
#DED2CF
(222,210,207)
#E8DEDE
(232,222,222)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7257; }

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

This text font color is #8E7257.


Background Color

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

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

This div background color is #8E7257.


Border color

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

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

This div border color is #8E7257.


Opacity

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

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

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

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

This text has shadow with #8E7257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7257 on black background.


Color preview on white background

This text has color #8E7257 on white background.



Black color preview on #8E7257 background

This text has black color on #8E7257 background.


White color preview on #8E7257 background

This text has white color on #8E7257 background.