COLOR #8E8775

HEX: #8E8775
RGB: (142,135,117)

Color info

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

RGB color model

#8E8775 color RGB value is (142,135,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 117 of 255 = 46%

142
135
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 117 = 394 (100%)
R 142 of 394 ~ 36.04%
G 135 of 394 ~ 34.26%
B 117 of 394 ~ 29.7%

%36.04
%34.26
%29.7

CMYK color model

#8E8775 color CMYK value is (0,5,18,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK:
(0,5,18,44)
C0M5Y18K44 
(0%,5%,18%,44%)
(0.00/0.05/0.18/0.44)	

CMYK percentages

%0
%4.93
%17.61
%44.31

Codes

Color #8E8775 in popluar color models

8E8775
RGB142135117
HSL43°9.96%50.78%
HSB/HSV43°17.61%55.69%
CMYK0.00%4.93%17.61%
44.31%

Color #8E8775 in popluar number systems.

HEX8E8775
Decimal142135117
Binary10001110100001111110101
Octal216207165

Shades and tints

Shades of #8E8775

#8E8775
(142,135,117)
#827B6B
(130,123,107)
#766F61
(118,111,97)
#6A6357
(106,99,87)
#5E574D
(94,87,77)
#524B43
(82,75,67)
#463F39
(70,63,57)
#3A332F
(58,51,47)
#2E2725
(46,39,37)
#221B1B
(34,27,27)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E8775

#8E8775
(142,135,117)
#989181
(152,145,129)
#A29B8D
(162,155,141)
#ACA599
(172,165,153)
#B6AFA5
(182,175,165)
#C0B9B1
(192,185,177)
#CAC3BD
(202,195,189)
#D4CDC9
(212,205,201)
#DED7D5
(222,215,213)
#E8E1E1
(232,225,225)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8775; }

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

This text font color is #8E8775.


Background Color

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

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

This div background color is #8E8775.


Border color

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

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

This div border color is #8E8775.


Opacity

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

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

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

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

This text has shadow with #8E8775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8775 on black background.


Color preview on white background

This text has color #8E8775 on white background.



Black color preview on #8E8775 background

This text has black color on #8E8775 background.


White color preview on #8E8775 background

This text has white color on #8E8775 background.