COLOR #8E8873

HEX: #8E8873 RGB: (142,136,115)

Color info

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

RGB color model

#8E8873 color RGB value is (142,136,115).

RGB: (142,136,115) (56%, 53%, 45%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 115 of 255 = 45%

142
136
115

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

Portions of RGB colors in percentages

R + G + B = 142 + 136 + 115 = 393 (100%)
R 142 of 393 ~ 36.13%
G 136 of 393 ~ 34.61%
B 115 of 393 ~ 29.26'%

%36.13
%34.61
%29.26

CMYK color model

#8E8873 color CMYK value is (0,4,19,44).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 19.01%
  • key color value is 44.31%

CMYK: (0,4,19,44)
C0M4Y19K44 (0%, 4%, 19%, 44%)
(0.00 / 0.04 / 0.19 / 0.44)

CMYK percentages

%0
%4.23
%19.01
%44.31

Codes

Color #8E8873 in popluar color models

8E 88 73
RGB 142 136 115
HSL 47° 10.67% 50.39%
HSB/HSV 47° 19.01% 55.69%
CMYK 0.00% 4.23% 19.01%
44.31%

Color #8E8873 in popluar number systems.

HEX 8E 88 73
Decimal 142 136 115
Binary 10001110 10001000 1110011
Octal 216 210 163

Shades and tints

Shades of #8E8873

#8E8873
(142,136,115)
#827C69
(130,124,105)
#76705F
(118,112,95)
#6A6455
(106,100,85)
#5E584B
(94,88,75)
#524C41
(82,76,65)
#464037
(70,64,55)
#3A342D
(58,52,45)
#2E2823
(46,40,35)
#221C19
(34,28,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E8873

#8E8873
(142,136,115)
#98927F
(152,146,127)
#A29C8B
(162,156,139)
#ACA697
(172,166,151)
#B6B0A3
(182,176,163)
#C0BAAF
(192,186,175)
#CAC4BB
(202,196,187)
#D4CEC7
(212,206,199)
#DED8D3
(222,216,211)
#E8E2DF
(232,226,223)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8873 color. Also use rgb(142,136,115) instead hex code.

Text Font Color

.myTextColor { color: #8E8873; }

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

This text font color is #8E8873.

Background Color

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

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

This div background color is #8E8873.

Border color

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

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

This div border color is #8E8873.

Opacity

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

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

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

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

This text has shadow with #8E8873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8873.

Preview

Color preview on black background

This text has color #8E8873 on black background.


Color preview on white background

This text has color #8E8873 on white background.


Black color preview on #8E8873 background

This text has black color on #8E8873 background.


White color preview on #8E8873 background

This text has white color on #8E8873 background.


Related colors

Complementary color

Complementary color for #hex is #71778C.


I love getcolorcode.com

Triadic colors

1 #738E88 and #88738E with #8E8873 are triadic colors.

2 #73888E and #888E73 with #8E8873 are triadic colors.