COLOR #8E8381

HEX: #8E8381
RGB: (142,131,129)

Color info

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

RGB color model

#8E8381 color RGB value is (142,131,129).

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

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 129 of 255 = 51%

142
131
129

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 129 = 402 (100%)
R 142 of 402 ~ 35.32%
G 131 of 402 ~ 32.59%
B 129 of 402 ~ 32.09%

%35.32
%32.59
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(0,8,9,44)
C0M8Y9K44 
(0%,8%,9%,44%)
(0.00/0.08/0.09/0.44)	

CMYK percentages

%0
%7.75
%9.15
%44.31

Codes

Color #8E8381 in popluar color models

8E8381
RGB142131129
HSL5.44%53.14%
HSB/HSV9.15%55.69%
CMYK0.00%7.75%9.15%
44.31%

Color #8E8381 in popluar number systems.

HEX8E8381
Decimal142131129
Binary100011101000001110000001
Octal216203201

Shades and tints

Shades of #8E8381

#8E8381
(142,131,129)
#827876
(130,120,118)
#766D6B
(118,109,107)
#6A6260
(106,98,96)
#5E5755
(94,87,85)
#524C4A
(82,76,74)
#46413F
(70,65,63)
#3A3634
(58,54,52)
#2E2B29
(46,43,41)
#22201E
(34,32,30)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8E8381

#8E8381
(142,131,129)
#988E8C
(152,142,140)
#A29997
(162,153,151)
#ACA4A2
(172,164,162)
#B6AFAD
(182,175,173)
#C0BAB8
(192,186,184)
#CAC5C3
(202,197,195)
#D4D0CE
(212,208,206)
#DEDBD9
(222,219,217)
#E8E6E4
(232,230,228)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8381; }

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

This text font color is #8E8381.


Background Color

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

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

This div background color is #8E8381.


Border color

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

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

This div border color is #8E8381.


Opacity

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

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

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

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

This text has shadow with #8E8381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8381 on black background.


Color preview on white background

This text has color #8E8381 on white background.



Black color preview on #8E8381 background

This text has black color on #8E8381 background.


White color preview on #8E8381 background

This text has white color on #8E8381 background.