COLOR #8E8282

HEX: #8E8282
RGB: (142,130,130)

Color info

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

RGB color model

#8E8282 color RGB value is (142,130,130).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 130 of 255 = 51%

142
130
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 130 = 402 (100%)
R 142 of 402 ~ 35.32%
G 130 of 402 ~ 32.34%
B 130 of 402 ~ 32.34%

%35.32
%32.34
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(0,8,8,44)
C0M8Y8K44 
(0%,8%,8%,44%)
(0.00/0.08/0.08/0.44)	

CMYK percentages

%0
%8.45
%8.45
%44.31

Codes

Color #8E8282 in popluar color models

8E8282
RGB142130130
HSL5.04%53.33%
HSB/HSV8.45%55.69%
CMYK0.00%8.45%8.45%
44.31%

Color #8E8282 in popluar number systems.

HEX8E8282
Decimal142130130
Binary100011101000001010000010
Octal216202202

Shades and tints

Shades of #8E8282

#8E8282
(142,130,130)
#827777
(130,119,119)
#766C6C
(118,108,108)
#6A6161
(106,97,97)
#5E5656
(94,86,86)
#524B4B
(82,75,75)
#464040
(70,64,64)
#3A3535
(58,53,53)
#2E2A2A
(46,42,42)
#221F1F
(34,31,31)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8E8282

#8E8282
(142,130,130)
#988D8D
(152,141,141)
#A29898
(162,152,152)
#ACA3A3
(172,163,163)
#B6AEAE
(182,174,174)
#C0B9B9
(192,185,185)
#CAC4C4
(202,196,196)
#D4CFCF
(212,207,207)
#DEDADA
(222,218,218)
#E8E5E5
(232,229,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8282; }

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

This text font color is #8E8282.


Background Color

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

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

This div background color is #8E8282.


Border color

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

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

This div border color is #8E8282.


Opacity

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

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

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

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

This text has shadow with #8E8282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8282 on black background.


Color preview on white background

This text has color #8E8282 on white background.



Black color preview on #8E8282 background

This text has black color on #8E8282 background.


White color preview on #8E8282 background

This text has white color on #8E8282 background.