COLOR #8C867F

HEX: #8C867F RGB: (140,134,127)

Color info

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

RGB color model

#8C867F color RGB value is (140,134,127).

RGB: (140,134,127) (55%, 53%, 50%)

RGB channels and saturation

R 140 of 255 = 55%
G 134 of 255 = 53%
B 127 of 255 = 50%

140
134
127

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

Portions of RGB colors in percentages

R + G + B = 140 + 134 + 127 = 401 (100%)
R 140 of 401 ~ 34.91%
G 134 of 401 ~ 33.42%
B 127 of 401 ~ 31.67'%

%34.91
%33.42
%31.67

CMYK color model

#8C867F color CMYK value is (0,4,9,45).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 9.29%
  • key color value is 45.10%

CMYK: (0,4,9,45)
C0M4Y9K45 (0%, 4%, 9%, 45%)
(0.00 / 0.04 / 0.09 / 0.45)

CMYK percentages

%0
%4.29
%9.29
%45.1

Codes

Color #8C867F in popluar color models

8C 86 7F
RGB 140 134 127
HSL 32° 5.35% 52.35%
HSB/HSV 32° 9.29% 54.90%
CMYK 0.00% 4.29% 9.29%
45.10%

Color #8C867F in popluar number systems.

HEX 8C 86 7F
Decimal 140 134 127
Binary 10001100 10000110 1111111
Octal 214 206 177

Shades and tints

Shades of #8C867F

#8C867F
(140,134,127)
#807A74
(128,122,116)
#746E69
(116,110,105)
#68625E
(104,98,94)
#5C5653
(92,86,83)
#504A48
(80,74,72)
#443E3D
(68,62,61)
#383232
(56,50,50)
#2C2627
(44,38,39)
#201A1C
(32,26,28)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C867F

#8C867F
(140,134,127)
#96918A
(150,145,138)
#A09C95
(160,156,149)
#AAA7A0
(170,167,160)
#B4B2AB
(180,178,171)
#BEBDB6
(190,189,182)
#C8C8C1
(200,200,193)
#D2D3CC
(210,211,204)
#DCDED7
(220,222,215)
#E6E9E2
(230,233,226)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C867F color. Also use rgb(140,134,127) instead hex code.

Text Font Color

.myTextColor { color: #8C867F; }

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

This text font color is #8C867F.

Background Color

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

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

This div background color is #8C867F.

Border color

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

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

This div border color is #8C867F.

Opacity

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

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

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

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

This text has shadow with #8C867F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C867F.

Preview

Color preview on black background

This text has color #8C867F on black background.


Color preview on white background

This text has color #8C867F on white background.


Black color preview on #8C867F background

This text has black color on #8C867F background.


White color preview on #8C867F background

This text has white color on #8C867F background.


Related colors

Complementary color

Complementary color for #hex is #737980.


I love getcolorcode.com

Triadic colors

1 #7F8C86 and #867F8C with #8C867F are triadic colors.

2 #7F868C and #868C7F with #8C867F are triadic colors.