COLOR #8C686A

HEX: #8C686A
RGB: (140,104,106)

Color info

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

RGB color model

#8C686A color RGB value is (140,104,106).

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

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 106 of 255 = 42%

140
104
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 106 = 350 (100%)
R 140 of 350 ~ 40%
G 104 of 350 ~ 29.71%
B 106 of 350 ~ 30.29%

%40
%29.71
%30.29

CMYK color model

#8C686A color CMYK value is (0,26,24,45).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(0,26,24,45)
C0M26Y24K45 
(0%,26%,24%,45%)
(0.00/0.26/0.24/0.45)	

CMYK percentages

%0
%25.71
%24.29
%45.1

Codes

Color #8C686A in popluar color models

8C686A
RGB140104106
HSL357°14.75%47.84%
HSB/HSV357°25.71%54.90%
CMYK0.00%25.71%24.29%
45.10%

Color #8C686A in popluar number systems.

HEX8C686A
Decimal140104106
Binary1000110011010001101010
Octal214150152

Shades and tints

Shades of #8C686A

#8C686A
(140,104,106)
#805F61
(128,95,97)
#745658
(116,86,88)
#684D4F
(104,77,79)
#5C4446
(92,68,70)
#503B3D
(80,59,61)
#443234
(68,50,52)
#38292B
(56,41,43)
#2C2022
(44,32,34)
#201719
(32,23,25)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #8C686A

#8C686A
(140,104,106)
#967577
(150,117,119)
#A08284
(160,130,132)
#AA8F91
(170,143,145)
#B49C9E
(180,156,158)
#BEA9AB
(190,169,171)
#C8B6B8
(200,182,184)
#D2C3C5
(210,195,197)
#DCD0D2
(220,208,210)
#E6DDDF
(230,221,223)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C686A; }

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

This text font color is #8C686A.


Background Color

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

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

This div background color is #8C686A.


Border color

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

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

This div border color is #8C686A.


Opacity

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

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

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

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

This text has shadow with #8C686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C686A on black background.


Color preview on white background

This text has color #8C686A on white background.



Black color preview on #8C686A background

This text has black color on #8C686A background.


White color preview on #8C686A background

This text has white color on #8C686A background.