COLOR #8E8C6F

HEX: #8E8C6F RGB: (142,140,111)

Color info

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

RGB color model

#8E8C6F color RGB value is (142,140,111).

RGB: (142,140,111) (56%, 55%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 140 of 255 = 55%
B 111 of 255 = 44%

142
140
111

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

Portions of RGB colors in percentages

R + G + B = 142 + 140 + 111 = 393 (100%)
R 142 of 393 ~ 36.13%
G 140 of 393 ~ 35.62%
B 111 of 393 ~ 28.24'%

%36.13
%35.62
%28.24

CMYK color model

#8E8C6F color CMYK value is (0,1,22,44).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK: (0,1,22,44) C0M1Y22K44 (0%,1%,22%,44%) (0.00/0.01/0.22/0.44) 

CMYK percentages

%0
%1.41
%21.83
%44.31

Codes

Color #8E8C6F in popluar color models

8E 8C 6F
RGB 142 140 111
HSL 56° 12.25% 49.61%
HSB/HSV 56° 21.83% 55.69%
CMYK 0.00% 1.41% 21.83%
44.31%

Color #8E8C6F in popluar number systems.

HEX 8E 8C 6F
Decimal 142 140 111
Binary 10001110 10001100 1101111
Octal 216 214 157

Shades and tints

Shades of #8E8C6F

#8E8C6F
(142,140,111)
#828065
(130,128,101)
#76745B
(118,116,91)
#6A6851
(106,104,81)
#5E5C47
(94,92,71)
#52503D
(82,80,61)
#464433
(70,68,51)
#3A3829
(58,56,41)
#2E2C1F
(46,44,31)
#222015
(34,32,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #8E8C6F

#8E8C6F
(142,140,111)
#98967C
(152,150,124)
#A2A089
(162,160,137)
#ACAA96
(172,170,150)
#B6B4A3
(182,180,163)
#C0BEB0
(192,190,176)
#CAC8BD
(202,200,189)
#D4D2CA
(212,210,202)
#DEDCD7
(222,220,215)
#E8E6E4
(232,230,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8C6F; }

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

This text font color is #8E8C6F.

Background Color

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

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

This div background color is #8E8C6F.

Border color

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

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

This div border color is #8E8C6F.

Opacity

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

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

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

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

This text has shadow with #8E8C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8C6F.

Preview

Color preview on black background

This text has color #8E8C6F on black background.


Color preview on white background

This text has color #8E8C6F on white background.


Black color preview on #8E8C6F background

This text has black color on #8E8C6F background.


White color preview on #8E8C6F background

This text has white color on #8E8C6F background.


Related colors

Complementary color

Complementary color for #hex is #717390.


I love getcolorcode.com

Triadic colors

1 #6F8E8C and #8C6F8E with #8E8C6F are triadic colors.

2 #6F8C8E and #8C8E6F with #8E8C6F are triadic colors.