COLOR #8C706F

HEX: #8C706F
RGB: (140,112,111)

Color info

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

RGB color model

#8C706F color RGB value is (140,112,111).

  • red value is 140;
  • green value is 112;
  • blue value is 111.
RGB:
(140,112,111)
(55%,44%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 112 of 255 = 44%
B 111 of 255 = 44%

140
112
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 112 + 111 = 363 (100%)
R 140 of 363 ~ 38.57%
G 112 of 363 ~ 30.85%
B 111 of 363 ~ 30.58%

%38.57
%30.85
%30.58

CMYK color model

#8C706F color CMYK value is (0,20,21,45).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(0,20,21,45)
C0M20Y21K45 
(0%,20%,21%,45%)
(0.00/0.20/0.21/0.45)	

CMYK percentages

%0
%20
%20.71
%45.1

Codes

Color #8C706F in popluar color models

8C706F
RGB140112111
HSL11.55%49.22%
HSB/HSV20.71%54.90%
CMYK0.00%20.00%20.71%
45.10%

Color #8C706F in popluar number systems.

HEX8C706F
Decimal140112111
Binary1000110011100001101111
Octal214160157

Shades and tints

Shades of #8C706F

#8C706F
(140,112,111)
#806665
(128,102,101)
#745C5B
(116,92,91)
#685251
(104,82,81)
#5C4847
(92,72,71)
#503E3D
(80,62,61)
#443433
(68,52,51)
#382A29
(56,42,41)
#2C201F
(44,32,31)
#201615
(32,22,21)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #8C706F

#8C706F
(140,112,111)
#967D7C
(150,125,124)
#A08A89
(160,138,137)
#AA9796
(170,151,150)
#B4A4A3
(180,164,163)
#BEB1B0
(190,177,176)
#C8BEBD
(200,190,189)
#D2CBCA
(210,203,202)
#DCD8D7
(220,216,215)
#E6E5E4
(230,229,228)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C706F; }

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

This text font color is #8C706F.


Background Color

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

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

This div background color is #8C706F.


Border color

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

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

This div border color is #8C706F.


Opacity

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

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

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

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

This text has shadow with #8C706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C706F on black background.


Color preview on white background

This text has color #8C706F on white background.



Black color preview on #8C706F background

This text has black color on #8C706F background.


White color preview on #8C706F background

This text has white color on #8C706F background.