COLOR #8C6C5C

HEX: #8C6C5C
RGB: (140,108,92)

Color info

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

RGB color model

#8C6C5C color RGB value is (140,108,92).

  • red value is 140;
  • green value is 108;
  • blue value is 92.
RGB:
(140,108,92)
(55%,42%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 108 of 255 = 42%
B 92 of 255 = 36%

140
108
92

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

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 92 = 340 (100%)
R 140 of 340 ~ 41.18%
G 108 of 340 ~ 31.76%
B 92 of 340 ~ 27.06%

%41.18
%31.76
%27.06

CMYK color model

#8C6C5C color CMYK value is (0,23,34,45).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(0,23,34,45)
C0M23Y34K45 
(0%,23%,34%,45%)
(0.00/0.23/0.34/0.45)	

CMYK percentages

%0
%22.86
%34.29
%45.1

Codes

Color #8C6C5C in popluar color models

8C6C5C
RGB14010892
HSL20°20.69%45.49%
HSB/HSV20°34.29%54.90%
CMYK0.00%22.86%34.29%
45.10%

Color #8C6C5C in popluar number systems.

HEX8C6C5C
Decimal14010892
Binary1000110011011001011100
Octal214154134

Shades and tints

Shades of #8C6C5C

#8C6C5C
(140,108,92)
#806354
(128,99,84)
#745A4C
(116,90,76)
#685144
(104,81,68)
#5C483C
(92,72,60)
#503F34
(80,63,52)
#44362C
(68,54,44)
#382D24
(56,45,36)
#2C241C
(44,36,28)
#201B14
(32,27,20)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C6C5C

#8C6C5C
(140,108,92)
#96796A
(150,121,106)
#A08678
(160,134,120)
#AA9386
(170,147,134)
#B4A094
(180,160,148)
#BEADA2
(190,173,162)
#C8BAB0
(200,186,176)
#D2C7BE
(210,199,190)
#DCD4CC
(220,212,204)
#E6E1DA
(230,225,218)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6C5C color. Also use rgb(140,108,92) instead hex code.

Text Font Color

.myTextColor { color: #8C6C5C; }

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

This text font color is #8C6C5C.


Background Color

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

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

This div background color is #8C6C5C.


Border color

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

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

This div border color is #8C6C5C.


Opacity

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

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

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

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

This text has shadow with #8C6C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6C5C on black background.


Color preview on white background

This text has color #8C6C5C on white background.



Black color preview on #8C6C5C background

This text has black color on #8C6C5C background.


White color preview on #8C6C5C background

This text has white color on #8C6C5C background.