COLOR #8E937C

HEX: #8E937C
RGB: (142,147,124)

Color info

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

RGB color model

#8E937C color RGB value is (142,147,124).

  • red value is 142;
  • green value is 147;
  • blue value is 124.
RGB:
(142,147,124)
(56%,58%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 124 of 255 = 49%

142
147
124

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

Portions of RGB colors in percentages

R + G + B =
142 + 147 + 124 = 413 (100%)
R 142 of 413 ~ 34.38%
G 147 of 413 ~ 35.59%
B 124 of 413 ~ 30.02%

%34.38
%35.59
%30.02

CMYK color model

#8E937C color CMYK value is (3,0,16,42).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(3,0,16,42)
C3M0Y16K42 
(3%,0%,16%,42%)
(0.03/0.00/0.16/0.42)	

CMYK percentages

%3.4
%0
%15.65
%42.35

Codes

Color #8E937C in popluar color models

8E937C
RGB142147124
HSL73°9.62%53.14%
HSB/HSV73°15.65%57.65%
CMYK3.40%0.00%15.65%
42.35%

Color #8E937C in popluar number systems.

HEX8E937C
Decimal142147124
Binary10001110100100111111100
Octal216223174

Shades and tints

Shades of #8E937C

#8E937C
(142,147,124)
#828671
(130,134,113)
#767966
(118,121,102)
#6A6C5B
(106,108,91)
#5E5F50
(94,95,80)
#525245
(82,82,69)
#46453A
(70,69,58)
#3A382F
(58,56,47)
#2E2B24
(46,43,36)
#221E19
(34,30,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E937C

#8E937C
(142,147,124)
#989C87
(152,156,135)
#A2A592
(162,165,146)
#ACAE9D
(172,174,157)
#B6B7A8
(182,183,168)
#C0C0B3
(192,192,179)
#CAC9BE
(202,201,190)
#D4D2C9
(212,210,201)
#DEDBD4
(222,219,212)
#E8E4DF
(232,228,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E937C; }

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

This text font color is #8E937C.


Background Color

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

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

This div background color is #8E937C.


Border color

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

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

This div border color is #8E937C.


Opacity

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

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

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

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

This text has shadow with #8E937C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E937C on black background.


Color preview on white background

This text has color #8E937C on white background.



Black color preview on #8E937C background

This text has black color on #8E937C background.


White color preview on #8E937C background

This text has white color on #8E937C background.