COLOR #8E8479

HEX: #8E8479
RGB: (142,132,121)

Color info

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

RGB color model

#8E8479 color RGB value is (142,132,121).

  • red value is 142;
  • green value is 132;
  • blue value is 121.
RGB:
(142,132,121)
(56%,52%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 121 of 255 = 47%

142
132
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 121 = 395 (100%)
R 142 of 395 ~ 35.95%
G 132 of 395 ~ 33.42%
B 121 of 395 ~ 30.63%

%35.95
%33.42
%30.63

CMYK color model

#8E8479 color CMYK value is (0,7,15,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(0,7,15,44)
C0M7Y15K44 
(0%,7%,15%,44%)
(0.00/0.07/0.15/0.44)	

CMYK percentages

%0
%7.04
%14.79
%44.31

Codes

Color #8E8479 in popluar color models

8E8479
RGB142132121
HSL31°8.50%51.57%
HSB/HSV31°14.79%55.69%
CMYK0.00%7.04%14.79%
44.31%

Color #8E8479 in popluar number systems.

HEX8E8479
Decimal142132121
Binary10001110100001001111001
Octal216204171

Shades and tints

Shades of #8E8479

#8E8479
(142,132,121)
#82786E
(130,120,110)
#766C63
(118,108,99)
#6A6058
(106,96,88)
#5E544D
(94,84,77)
#524842
(82,72,66)
#463C37
(70,60,55)
#3A302C
(58,48,44)
#2E2421
(46,36,33)
#221816
(34,24,22)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #8E8479

#8E8479
(142,132,121)
#988F85
(152,143,133)
#A29A91
(162,154,145)
#ACA59D
(172,165,157)
#B6B0A9
(182,176,169)
#C0BBB5
(192,187,181)
#CAC6C1
(202,198,193)
#D4D1CD
(212,209,205)
#DEDCD9
(222,220,217)
#E8E7E5
(232,231,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8479 color. Also use rgb(142,132,121) instead hex code.

Text Font Color

.myTextColor { color: #8E8479; }

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

This text font color is #8E8479.


Background Color

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

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

This div background color is #8E8479.


Border color

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

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

This div border color is #8E8479.


Opacity

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

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

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

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

This text has shadow with #8E8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8479 on black background.


Color preview on white background

This text has color #8E8479 on white background.



Black color preview on #8E8479 background

This text has black color on #8E8479 background.


White color preview on #8E8479 background

This text has white color on #8E8479 background.