COLOR #8E877F

HEX: #8E877F
RGB: (142,135,127)

Color info

#8E877F contains red, green and blue colors in about the same proportion. Web safe color of #8E877F is #999966 (or #996).

RGB color model

#8E877F color RGB value is (142,135,127).

  • red value is 142;
  • green value is 135;
  • blue value is 127.
RGB:
(142,135,127)
(56%,53%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 127 of 255 = 50%

142
135
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 127 = 404 (100%)
R 142 of 404 ~ 35.15%
G 135 of 404 ~ 33.42%
B 127 of 404 ~ 31.44%

%35.15
%33.42
%31.44

CMYK color model

#8E877F color CMYK value is (0,5,11,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(0,5,11,44)
C0M5Y11K44 
(0%,5%,11%,44%)
(0.00/0.05/0.11/0.44)	

CMYK percentages

%0
%4.93
%10.56
%44.31

Codes

Color #8E877F in popluar color models

8E877F
RGB142135127
HSL32°6.22%52.75%
HSB/HSV32°10.56%55.69%
CMYK0.00%4.93%10.56%
44.31%

Color #8E877F in popluar number systems.

HEX8E877F
Decimal142135127
Binary10001110100001111111111
Octal216207177

Shades and tints

Shades of #8E877F

#8E877F
(142,135,127)
#827B74
(130,123,116)
#766F69
(118,111,105)
#6A635E
(106,99,94)
#5E5753
(94,87,83)
#524B48
(82,75,72)
#463F3D
(70,63,61)
#3A3332
(58,51,50)
#2E2727
(46,39,39)
#221B1C
(34,27,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E877F

#8E877F
(142,135,127)
#98918A
(152,145,138)
#A29B95
(162,155,149)
#ACA5A0
(172,165,160)
#B6AFAB
(182,175,171)
#C0B9B6
(192,185,182)
#CAC3C1
(202,195,193)
#D4CDCC
(212,205,204)
#DED7D7
(222,215,215)
#E8E1E2
(232,225,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E877F color. Also use rgb(142,135,127) instead hex code.

Text Font Color

.myTextColor { color: #8E877F; }

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

This text font color is #8E877F.


Background Color

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

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

This div background color is #8E877F.


Border color

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

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

This div border color is #8E877F.


Opacity

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

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

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

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

This text has shadow with #8E877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E877F on black background.


Color preview on white background

This text has color #8E877F on white background.



Black color preview on #8E877F background

This text has black color on #8E877F background.


White color preview on #8E877F background

This text has white color on #8E877F background.