COLOR #8E7E6F

HEX: #8E7E6F
RGB: (142,126,111)

Color info

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

RGB color model

#8E7E6F color RGB value is (142,126,111).

  • red value is 142;
  • green value is 126;
  • blue value is 111.
RGB:
(142,126,111)
(56%,49%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 111 of 255 = 44%

142
126
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 126 + 111 = 379 (100%)
R 142 of 379 ~ 37.47%
G 126 of 379 ~ 33.25%
B 111 of 379 ~ 29.29%

%37.47
%33.25
%29.29

CMYK color model

#8E7E6F color CMYK value is (0,11,22,44).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(0,11,22,44)
C0M11Y22K44 
(0%,11%,22%,44%)
(0.00/0.11/0.22/0.44)	

CMYK percentages

%0
%11.27
%21.83
%44.31

Codes

Color #8E7E6F in popluar color models

8E7E6F
RGB142126111
HSL29°12.25%49.61%
HSB/HSV29°21.83%55.69%
CMYK0.00%11.27%21.83%
44.31%

Color #8E7E6F in popluar number systems.

HEX8E7E6F
Decimal142126111
Binary1000111011111101101111
Octal216176157

Shades and tints

Shades of #8E7E6F

#8E7E6F
(142,126,111)
#827365
(130,115,101)
#76685B
(118,104,91)
#6A5D51
(106,93,81)
#5E5247
(94,82,71)
#52473D
(82,71,61)
#463C33
(70,60,51)
#3A3129
(58,49,41)
#2E261F
(46,38,31)
#221B15
(34,27,21)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #8E7E6F

#8E7E6F
(142,126,111)
#98897C
(152,137,124)
#A29489
(162,148,137)
#AC9F96
(172,159,150)
#B6AAA3
(182,170,163)
#C0B5B0
(192,181,176)
#CAC0BD
(202,192,189)
#D4CBCA
(212,203,202)
#DED6D7
(222,214,215)
#E8E1E4
(232,225,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7E6F color. Also use rgb(142,126,111) instead hex code.

Text Font Color

.myTextColor { color: #8E7E6F; }

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

This text font color is #8E7E6F.


Background Color

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

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

This div background color is #8E7E6F.


Border color

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

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

This div border color is #8E7E6F.


Opacity

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

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

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

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

This text has shadow with #8E7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7E6F on black background.


Color preview on white background

This text has color #8E7E6F on white background.



Black color preview on #8E7E6F background

This text has black color on #8E7E6F background.


White color preview on #8E7E6F background

This text has white color on #8E7E6F background.