COLOR #8E6057

HEX: #8E6057
RGB: (142,96,87)

Color info

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

RGB color model

#8E6057 color RGB value is (142,96,87).

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

RGB channels and saturation

R 142 of 255 = 56%
G 96 of 255 = 38%
B 87 of 255 = 34%

142
96
87

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

Portions of RGB colors in percentages

R + G + B =
142 + 96 + 87 = 325 (100%)
R 142 of 325 ~ 43.69%
G 96 of 325 ~ 29.54%
B 87 of 325 ~ 26.77%

%43.69
%29.54
%26.77

CMYK color model

#8E6057 color CMYK value is (0,32,39,44).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 38.73%
  • key color value is 44.31%
CMYK:
(0,32,39,44)
C0M32Y39K44 
(0%,32%,39%,44%)
(0.00/0.32/0.39/0.44)	

CMYK percentages

%0
%32.39
%38.73
%44.31

Codes

Color #8E6057 in popluar color models

8E6057
RGB1429687
HSL10°24.02%44.90%
HSB/HSV10°38.73%55.69%
CMYK0.00%32.39%38.73%
44.31%

Color #8E6057 in popluar number systems.

HEX8E6057
Decimal1429687
Binary1000111011000001010111
Octal216140127

Shades and tints

Shades of #8E6057

#8E6057
(142,96,87)
#825850
(130,88,80)
#765049
(118,80,73)
#6A4842
(106,72,66)
#5E403B
(94,64,59)
#523834
(82,56,52)
#46302D
(70,48,45)
#3A2826
(58,40,38)
#2E201F
(46,32,31)
#221818
(34,24,24)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E6057

#8E6057
(142,96,87)
#986E66
(152,110,102)
#A27C75
(162,124,117)
#AC8A84
(172,138,132)
#B69893
(182,152,147)
#C0A6A2
(192,166,162)
#CAB4B1
(202,180,177)
#D4C2C0
(212,194,192)
#DED0CF
(222,208,207)
#E8DEDE
(232,222,222)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6057; }

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

This text font color is #8E6057.


Background Color

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

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

This div background color is #8E6057.


Border color

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

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

This div border color is #8E6057.


Opacity

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

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

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

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

This text has shadow with #8E6057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6057 on black background.


Color preview on white background

This text has color #8E6057 on white background.



Black color preview on #8E6057 background

This text has black color on #8E6057 background.


White color preview on #8E6057 background

This text has white color on #8E6057 background.