COLOR #8E8077

HEX: #8E8077
RGB: (142,128,119)

Color info

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

RGB color model

#8E8077 color RGB value is (142,128,119).

  • red value is 142;
  • green value is 128;
  • blue value is 119.
RGB:
(142,128,119)
(56%,50%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 128 of 255 = 50%
B 119 of 255 = 47%

142
128
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 128 + 119 = 389 (100%)
R 142 of 389 ~ 36.5%
G 128 of 389 ~ 32.9%
B 119 of 389 ~ 30.59%

%36.5
%32.9
%30.59

CMYK color model

#8E8077 color CMYK value is (0,10,16,44).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,10,16,44)
C0M10Y16K44 
(0%,10%,16%,44%)
(0.00/0.10/0.16/0.44)	

CMYK percentages

%0
%9.86
%16.2
%44.31

Codes

Color #8E8077 in popluar color models

8E8077
RGB142128119
HSL23°9.24%51.18%
HSB/HSV23°16.20%55.69%
CMYK0.00%9.86%16.20%
44.31%

Color #8E8077 in popluar number systems.

HEX8E8077
Decimal142128119
Binary10001110100000001110111
Octal216200167

Shades and tints

Shades of #8E8077

#8E8077
(142,128,119)
#82756D
(130,117,109)
#766A63
(118,106,99)
#6A5F59
(106,95,89)
#5E544F
(94,84,79)
#524945
(82,73,69)
#463E3B
(70,62,59)
#3A3331
(58,51,49)
#2E2827
(46,40,39)
#221D1D
(34,29,29)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E8077

#8E8077
(142,128,119)
#988B83
(152,139,131)
#A2968F
(162,150,143)
#ACA19B
(172,161,155)
#B6ACA7
(182,172,167)
#C0B7B3
(192,183,179)
#CAC2BF
(202,194,191)
#D4CDCB
(212,205,203)
#DED8D7
(222,216,215)
#E8E3E3
(232,227,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8077 color. Also use rgb(142,128,119) instead hex code.

Text Font Color

.myTextColor { color: #8E8077; }

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

This text font color is #8E8077.


Background Color

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

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

This div background color is #8E8077.


Border color

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

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

This div border color is #8E8077.


Opacity

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

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

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

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

This text has shadow with #8E8077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8077 on black background.


Color preview on white background

This text has color #8E8077 on white background.



Black color preview on #8E8077 background

This text has black color on #8E8077 background.


White color preview on #8E8077 background

This text has white color on #8E8077 background.