COLOR #8E947F

HEX: #8E947F
RGB: (142,148,127)

Color info

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

RGB color model

#8E947F color RGB value is (142,148,127).

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

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 127 of 255 = 50%

142
148
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 127 = 417 (100%)
R 142 of 417 ~ 34.05%
G 148 of 417 ~ 35.49%
B 127 of 417 ~ 30.46%

%34.05
%35.49
%30.46

CMYK color model

#8E947F color CMYK value is (4,0,14,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(4,0,14,42)
C4M0Y14K42 
(4%,0%,14%,42%)
(0.04/0.00/0.14/0.42)	

CMYK percentages

%4.05
%0
%14.19
%41.96

Codes

Color #8E947F in popluar color models

8E947F
RGB142148127
HSL77°8.94%53.92%
HSB/HSV77°14.19%58.04%
CMYK4.05%0.00%14.19%
41.96%

Color #8E947F in popluar number systems.

HEX8E947F
Decimal142148127
Binary10001110100101001111111
Octal216224177

Shades and tints

Shades of #8E947F

#8E947F
(142,148,127)
#828774
(130,135,116)
#767A69
(118,122,105)
#6A6D5E
(106,109,94)
#5E6053
(94,96,83)
#525348
(82,83,72)
#46463D
(70,70,61)
#3A3932
(58,57,50)
#2E2C27
(46,44,39)
#221F1C
(34,31,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E947F

#8E947F
(142,148,127)
#989D8A
(152,157,138)
#A2A695
(162,166,149)
#ACAFA0
(172,175,160)
#B6B8AB
(182,184,171)
#C0C1B6
(192,193,182)
#CACAC1
(202,202,193)
#D4D3CC
(212,211,204)
#DEDCD7
(222,220,215)
#E8E5E2
(232,229,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E947F; }

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

This text font color is #8E947F.


Background Color

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

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

This div background color is #8E947F.


Border color

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

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

This div border color is #8E947F.


Opacity

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

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

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

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

This text has shadow with #8E947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E947F on black background.


Color preview on white background

This text has color #8E947F on white background.



Black color preview on #8E947F background

This text has black color on #8E947F background.


White color preview on #8E947F background

This text has white color on #8E947F background.