COLOR #8E837F

HEX: #8E837F
RGB: (142,131,127)

Color info

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

RGB color model

#8E837F color RGB value is (142,131,127).

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

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 127 of 255 = 50%

142
131
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 127 = 400 (100%)
R 142 of 400 ~ 35.5%
G 131 of 400 ~ 32.75%
B 127 of 400 ~ 31.75%

%35.5
%32.75
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(0,8,11,44)
C0M8Y11K44 
(0%,8%,11%,44%)
(0.00/0.08/0.11/0.44)	

CMYK percentages

%0
%7.75
%10.56
%44.31

Codes

Color #8E837F in popluar color models

8E837F
RGB142131127
HSL16°6.22%52.75%
HSB/HSV16°10.56%55.69%
CMYK0.00%7.75%10.56%
44.31%

Color #8E837F in popluar number systems.

HEX8E837F
Decimal142131127
Binary10001110100000111111111
Octal216203177

Shades and tints

Shades of #8E837F

#8E837F
(142,131,127)
#827874
(130,120,116)
#766D69
(118,109,105)
#6A625E
(106,98,94)
#5E5753
(94,87,83)
#524C48
(82,76,72)
#46413D
(70,65,61)
#3A3632
(58,54,50)
#2E2B27
(46,43,39)
#22201C
(34,32,28)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #8E837F

#8E837F
(142,131,127)
#988E8A
(152,142,138)
#A29995
(162,153,149)
#ACA4A0
(172,164,160)
#B6AFAB
(182,175,171)
#C0BAB6
(192,186,182)
#CAC5C1
(202,197,193)
#D4D0CC
(212,208,204)
#DEDBD7
(222,219,215)
#E8E6E2
(232,230,226)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E837F; }

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

This text font color is #8E837F.


Background Color

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

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

This div background color is #8E837F.


Border color

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

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

This div border color is #8E837F.


Opacity

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

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

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

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

This text has shadow with #8E837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E837F on black background.


Color preview on white background

This text has color #8E837F on white background.



Black color preview on #8E837F background

This text has black color on #8E837F background.


White color preview on #8E837F background

This text has white color on #8E837F background.