COLOR #8E8D70

HEX: #8E8D70
RGB: (142,141,112)

Color info

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

RGB color model

#8E8D70 color RGB value is (142,141,112).

  • red value is 142;
  • green value is 141;
  • blue value is 112.
RGB:
(142,141,112)
(56%,55%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 141 of 255 = 55%
B 112 of 255 = 44%

142
141
112

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

Portions of RGB colors in percentages

R + G + B =
142 + 141 + 112 = 395 (100%)
R 142 of 395 ~ 35.95%
G 141 of 395 ~ 35.7%
B 112 of 395 ~ 28.35%

%35.95
%35.7
%28.35

CMYK color model

#8E8D70 color CMYK value is (0,1,21,44).

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(0,1,21,44)
C0M1Y21K44 
(0%,1%,21%,44%)
(0.00/0.01/0.21/0.44)	

CMYK percentages

%0
%0.7
%21.13
%44.31

Codes

Color #8E8D70 in popluar color models

8E8D70
RGB142141112
HSL58°11.81%49.80%
HSB/HSV58°21.13%55.69%
CMYK0.00%0.70%21.13%
44.31%

Color #8E8D70 in popluar number systems.

HEX8E8D70
Decimal142141112
Binary10001110100011011110000
Octal216215160

Shades and tints

Shades of #8E8D70

#8E8D70
(142,141,112)
#828166
(130,129,102)
#76755C
(118,117,92)
#6A6952
(106,105,82)
#5E5D48
(94,93,72)
#52513E
(82,81,62)
#464534
(70,69,52)
#3A392A
(58,57,42)
#2E2D20
(46,45,32)
#222116
(34,33,22)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8E8D70

#8E8D70
(142,141,112)
#98977D
(152,151,125)
#A2A18A
(162,161,138)
#ACAB97
(172,171,151)
#B6B5A4
(182,181,164)
#C0BFB1
(192,191,177)
#CAC9BE
(202,201,190)
#D4D3CB
(212,211,203)
#DEDDD8
(222,221,216)
#E8E7E5
(232,231,229)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8D70 color. Also use rgb(142,141,112) instead hex code.

Text Font Color

.myTextColor { color: #8E8D70; }

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

This text font color is #8E8D70.


Background Color

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

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

This div background color is #8E8D70.


Border color

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

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

This div border color is #8E8D70.


Opacity

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

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

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

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

This text has shadow with #8E8D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8D70 on black background.


Color preview on white background

This text has color #8E8D70 on white background.



Black color preview on #8E8D70 background

This text has black color on #8E8D70 background.


White color preview on #8E8D70 background

This text has white color on #8E8D70 background.