COLOR #8C687F

HEX: #8C687F
RGB: (140,104,127)

Color info

#8C687F contains red, green and blue colors in about the same proportion. Web safe color of #8C687F is #996666 (or #966).

RGB color model

#8C687F color RGB value is (140,104,127).

  • red value is 140;
  • green value is 104;
  • blue value is 127.
RGB:
(140,104,127)
(55%,41%,50%)

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 127 of 255 = 50%

140
104
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 127 = 371 (100%)
R 140 of 371 ~ 37.74%
G 104 of 371 ~ 28.03%
B 127 of 371 ~ 34.23%

%37.74
%28.03
%34.23

CMYK color model

#8C687F color CMYK value is (0,26,9,45).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(0,26,9,45)
C0M26Y9K45 
(0%,26%,9%,45%)
(0.00/0.26/0.09/0.45)	

CMYK percentages

%0
%25.71
%9.29
%45.1

Codes

Color #8C687F in popluar color models

8C687F
RGB140104127
HSL322°14.75%47.84%
HSB/HSV322°25.71%54.90%
CMYK0.00%25.71%9.29%
45.10%

Color #8C687F in popluar number systems.

HEX8C687F
Decimal140104127
Binary1000110011010001111111
Octal214150177

Shades and tints

Shades of #8C687F

#8C687F
(140,104,127)
#805F74
(128,95,116)
#745669
(116,86,105)
#684D5E
(104,77,94)
#5C4453
(92,68,83)
#503B48
(80,59,72)
#44323D
(68,50,61)
#382932
(56,41,50)
#2C2027
(44,32,39)
#20171C
(32,23,28)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C687F

#8C687F
(140,104,127)
#96758A
(150,117,138)
#A08295
(160,130,149)
#AA8FA0
(170,143,160)
#B49CAB
(180,156,171)
#BEA9B6
(190,169,182)
#C8B6C1
(200,182,193)
#D2C3CC
(210,195,204)
#DCD0D7
(220,208,215)
#E6DDE2
(230,221,226)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C687F; }

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

This text font color is #8C687F.


Background Color

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

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

This div background color is #8C687F.


Border color

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

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

This div border color is #8C687F.


Opacity

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

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

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

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

This text has shadow with #8C687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C687F on black background.


Color preview on white background

This text has color #8C687F on white background.



Black color preview on #8C687F background

This text has black color on #8C687F background.


White color preview on #8C687F background

This text has white color on #8C687F background.