COLOR #8E8676

HEX: #8E8676
RGB: (142,134,118)

Color info

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

RGB color model

#8E8676 color RGB value is (142,134,118).

  • red value is 142;
  • green value is 134;
  • blue value is 118.
RGB:
(142,134,118)
(56%,53%,46%)

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 118 of 255 = 46%

142
134
118

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

Portions of RGB colors in percentages

R + G + B =
142 + 134 + 118 = 394 (100%)
R 142 of 394 ~ 36.04%
G 134 of 394 ~ 34.01%
B 118 of 394 ~ 29.95%

%36.04
%34.01
%29.95

CMYK color model

#8E8676 color CMYK value is (0,6,17,44).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 16.90%
  • key color value is 44.31%
CMYK:
(0,6,17,44)
C0M6Y17K44 
(0%,6%,17%,44%)
(0.00/0.06/0.17/0.44)	

CMYK percentages

%0
%5.63
%16.9
%44.31

Codes

Color #8E8676 in popluar color models

8E8676
RGB142134118
HSL40°9.60%50.98%
HSB/HSV40°16.90%55.69%
CMYK0.00%5.63%16.90%
44.31%

Color #8E8676 in popluar number systems.

HEX8E8676
Decimal142134118
Binary10001110100001101110110
Octal216206166

Shades and tints

Shades of #8E8676

#8E8676
(142,134,118)
#827A6C
(130,122,108)
#766E62
(118,110,98)
#6A6258
(106,98,88)
#5E564E
(94,86,78)
#524A44
(82,74,68)
#463E3A
(70,62,58)
#3A3230
(58,50,48)
#2E2626
(46,38,38)
#221A1C
(34,26,28)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E8676

#8E8676
(142,134,118)
#989182
(152,145,130)
#A29C8E
(162,156,142)
#ACA79A
(172,167,154)
#B6B2A6
(182,178,166)
#C0BDB2
(192,189,178)
#CAC8BE
(202,200,190)
#D4D3CA
(212,211,202)
#DEDED6
(222,222,214)
#E8E9E2
(232,233,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8676 color. Also use rgb(142,134,118) instead hex code.

Text Font Color

.myTextColor { color: #8E8676; }

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

This text font color is #8E8676.


Background Color

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

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

This div background color is #8E8676.


Border color

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

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

This div border color is #8E8676.


Opacity

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

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

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

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

This text has shadow with #8E8676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8676 on black background.


Color preview on white background

This text has color #8E8676 on white background.



Black color preview on #8E8676 background

This text has black color on #8E8676 background.


White color preview on #8E8676 background

This text has white color on #8E8676 background.