COLOR #8E8571

HEX: #8E8571 RGB: (142,133,113)

Color info

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

RGB color model

#8E8571 color RGB value is (142,133,113).

RGB: (142,133,113) (56%, 52%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 113 of 255 = 44%

142
133
113

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 113 = 388 (100%)
R 142 of 388 ~ 36.6%
G 133 of 388 ~ 34.28%
B 113 of 388 ~ 29.12'%

%36.6
%34.28
%29.12

CMYK color model

#8E8571 color CMYK value is (0,6,20,44).

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

CMYK: (0,6,20,44)
C0M6Y20K44 (0%, 6%, 20%, 44%)
(0.00 / 0.06 / 0.20 / 0.44)

CMYK percentages

%0
%6.34
%20.42
%44.31

Codes

Color #8E8571 in popluar color models

8E 85 71
RGB 142 133 113
HSL 41° 11.37% 50.00%
HSB/HSV 41° 20.42% 55.69%
CMYK 0.00% 6.34% 20.42%
44.31%

Color #8E8571 in popluar number systems.

HEX 8E 85 71
Decimal 142 133 113
Binary 10001110 10000101 1110001
Octal 216 205 161

Shades and tints

Shades of #8E8571

#8E8571
(142,133,113)
#827967
(130,121,103)
#766D5D
(118,109,93)
#6A6153
(106,97,83)
#5E5549
(94,85,73)
#52493F
(82,73,63)
#463D35
(70,61,53)
#3A312B
(58,49,43)
#2E2521
(46,37,33)
#221917
(34,25,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E8571

#8E8571
(142,133,113)
#98907D
(152,144,125)
#A29B89
(162,155,137)
#ACA695
(172,166,149)
#B6B1A1
(182,177,161)
#C0BCAD
(192,188,173)
#CAC7B9
(202,199,185)
#D4D2C5
(212,210,197)
#DEDDD1
(222,221,209)
#E8E8DD
(232,232,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8571; }

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

This text font color is #8E8571.

Background Color

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

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

This div background color is #8E8571.

Border color

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

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

This div border color is #8E8571.

Opacity

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

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

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

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

This text has shadow with #8E8571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8571.

Preview

Color preview on black background

This text has color #8E8571 on black background.


Color preview on white background

This text has color #8E8571 on white background.


Black color preview on #8E8571 background

This text has black color on #8E8571 background.


White color preview on #8E8571 background

This text has white color on #8E8571 background.


Related colors

Complementary color

Complementary color for #hex is #717A8E.


I love getcolorcode.com

Triadic colors

1 #718E85 and #85718E with #8E8571 are triadic colors.

2 #71858E and #858E71 with #8E8571 are triadic colors.