COLOR #8E837D

HEX: #8E837D
RGB: (142,131,125)

Color info

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

RGB color model

#8E837D color RGB value is (142,131,125).

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

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 125 of 255 = 49%

142
131
125

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 125 = 398 (100%)
R 142 of 398 ~ 35.68%
G 131 of 398 ~ 32.91%
B 125 of 398 ~ 31.41%

%35.68
%32.91
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 11.97%
  • key color value is 44.31%
CMYK:
(0,8,12,44)
C0M8Y12K44 
(0%,8%,12%,44%)
(0.00/0.08/0.12/0.44)	

CMYK percentages

%0
%7.75
%11.97
%44.31

Codes

Color #8E837D in popluar color models

8E837D
RGB142131125
HSL21°7.00%52.35%
HSB/HSV21°11.97%55.69%
CMYK0.00%7.75%11.97%
44.31%

Color #8E837D in popluar number systems.

HEX8E837D
Decimal142131125
Binary10001110100000111111101
Octal216203175

Shades and tints

Shades of #8E837D

#8E837D
(142,131,125)
#827872
(130,120,114)
#766D67
(118,109,103)
#6A625C
(106,98,92)
#5E5751
(94,87,81)
#524C46
(82,76,70)
#46413B
(70,65,59)
#3A3630
(58,54,48)
#2E2B25
(46,43,37)
#22201A
(34,32,26)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #8E837D

#8E837D
(142,131,125)
#988E88
(152,142,136)
#A29993
(162,153,147)
#ACA49E
(172,164,158)
#B6AFA9
(182,175,169)
#C0BAB4
(192,186,180)
#CAC5BF
(202,197,191)
#D4D0CA
(212,208,202)
#DEDBD5
(222,219,213)
#E8E6E0
(232,230,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E837D; }

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

This text font color is #8E837D.


Background Color

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

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

This div background color is #8E837D.


Border color

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

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

This div border color is #8E837D.


Opacity

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

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

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

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

This text has shadow with #8E837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E837D on black background.


Color preview on white background

This text has color #8E837D on white background.



Black color preview on #8E837D background

This text has black color on #8E837D background.


White color preview on #8E837D background

This text has white color on #8E837D background.