COLOR #8E8575

HEX: #8E8575 RGB: (142,133,117)

Color info

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

RGB color model

#8E8575 color RGB value is (142,133,117).

RGB: (142,133,117) (56%, 52%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 117 of 255 = 46%

142
133
117

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 117 = 392 (100%)
R 142 of 392 ~ 36.22%
G 133 of 392 ~ 33.93%
B 117 of 392 ~ 29.85'%

%36.22
%33.93
%29.85

CMYK color model

#8E8575 color CMYK value is (0,6,18,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 17.61%
  • key color value is 44.31%

CMYK: (0,6,18,44)
C0M6Y18K44 (0%, 6%, 18%, 44%)
(0.00 / 0.06 / 0.18 / 0.44)

CMYK percentages

%0
%6.34
%17.61
%44.31

Codes

Color #8E8575 in popluar color models

8E 85 75
RGB 142 133 117
HSL 38° 9.96% 50.78%
HSB/HSV 38° 17.61% 55.69%
CMYK 0.00% 6.34% 17.61%
44.31%

Color #8E8575 in popluar number systems.

HEX 8E 85 75
Decimal 142 133 117
Binary 10001110 10000101 1110101
Octal 216 205 165

Shades and tints

Shades of #8E8575

#8E8575
(142,133,117)
#82796B
(130,121,107)
#766D61
(118,109,97)
#6A6157
(106,97,87)
#5E554D
(94,85,77)
#524943
(82,73,67)
#463D39
(70,61,57)
#3A312F
(58,49,47)
#2E2525
(46,37,37)
#22191B
(34,25,27)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #8E8575

#8E8575
(142,133,117)
#989081
(152,144,129)
#A29B8D
(162,155,141)
#ACA699
(172,166,153)
#B6B1A5
(182,177,165)
#C0BCB1
(192,188,177)
#CAC7BD
(202,199,189)
#D4D2C9
(212,210,201)
#DEDDD5
(222,221,213)
#E8E8E1
(232,232,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8575; }

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

This text font color is #8E8575.

Background Color

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

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

This div background color is #8E8575.

Border color

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

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

This div border color is #8E8575.

Opacity

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

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

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

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

This text has shadow with #8E8575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8575.

Preview

Color preview on black background

This text has color #8E8575 on black background.


Color preview on white background

This text has color #8E8575 on white background.


Black color preview on #8E8575 background

This text has black color on #8E8575 background.


White color preview on #8E8575 background

This text has white color on #8E8575 background.


Related colors

Complementary color

Complementary color for #hex is #717A8A.


I love getcolorcode.com

Triadic colors

1 #758E85 and #85758E with #8E8575 are triadic colors.

2 #75858E and #858E75 with #8E8575 are triadic colors.