COLOR #8E8481

HEX: #8E8481
RGB: (142,132,129)

Color info

#8E8481 contains red, green and blue colors in about the same proportion. Web safe color of #8E8481 is #999999 (or #999).

RGB color model

#8E8481 color RGB value is (142,132,129).

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

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 129 of 255 = 51%

142
132
129

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

Portions of RGB colors in percentages

R + G + B =
142 + 132 + 129 = 403 (100%)
R 142 of 403 ~ 35.24%
G 132 of 403 ~ 32.75%
B 129 of 403 ~ 32.01%

%35.24
%32.75
%32.01

CMYK color model

#8E8481 color CMYK value is (0,7,9,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(0,7,9,44)
C0M7Y9K44 
(0%,7%,9%,44%)
(0.00/0.07/0.09/0.44)	

CMYK percentages

%0
%7.04
%9.15
%44.31

Codes

Color #8E8481 in popluar color models

8E8481
RGB142132129
HSL14°5.44%53.14%
HSB/HSV14°9.15%55.69%
CMYK0.00%7.04%9.15%
44.31%

Color #8E8481 in popluar number systems.

HEX8E8481
Decimal142132129
Binary100011101000010010000001
Octal216204201

Shades and tints

Shades of #8E8481

#8E8481
(142,132,129)
#827876
(130,120,118)
#766C6B
(118,108,107)
#6A6060
(106,96,96)
#5E5455
(94,84,85)
#52484A
(82,72,74)
#463C3F
(70,60,63)
#3A3034
(58,48,52)
#2E2429
(46,36,41)
#22181E
(34,24,30)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #8E8481

#8E8481
(142,132,129)
#988F8C
(152,143,140)
#A29A97
(162,154,151)
#ACA5A2
(172,165,162)
#B6B0AD
(182,176,173)
#C0BBB8
(192,187,184)
#CAC6C3
(202,198,195)
#D4D1CE
(212,209,206)
#DEDCD9
(222,220,217)
#E8E7E4
(232,231,228)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8481; }

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

This text font color is #8E8481.


Background Color

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

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

This div background color is #8E8481.


Border color

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

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

This div border color is #8E8481.


Opacity

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

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

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

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

This text has shadow with #8E8481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8481 on black background.


Color preview on white background

This text has color #8E8481 on white background.



Black color preview on #8E8481 background

This text has black color on #8E8481 background.


White color preview on #8E8481 background

This text has white color on #8E8481 background.