COLOR #8C6C5B

HEX: #8C6C5B
RGB: (140,108,91)

Color info

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

RGB color model

#8C6C5B color RGB value is (140,108,91).

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

RGB channels and saturation

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

140
108
91

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

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 91 = 339 (100%)
R 140 of 339 ~ 41.3%
G 108 of 339 ~ 31.86%
B 91 of 339 ~ 26.84%

%41.3
%31.86
%26.84

CMYK color model

#8C6C5B color CMYK value is (0,23,35,45).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 35.00%
  • key color value is 45.10%
CMYK:
(0,23,35,45)
C0M23Y35K45 
(0%,23%,35%,45%)
(0.00/0.23/0.35/0.45)	

CMYK percentages

%0
%22.86
%35
%45.1

Codes

Color #8C6C5B in popluar color models

8C6C5B
RGB14010891
HSL21°21.21%45.29%
HSB/HSV21°35.00%54.90%
CMYK0.00%22.86%35.00%
45.10%

Color #8C6C5B in popluar number systems.

HEX8C6C5B
Decimal14010891
Binary1000110011011001011011
Octal214154133

Shades and tints

Shades of #8C6C5B

#8C6C5B
(140,108,91)
#806353
(128,99,83)
#745A4B
(116,90,75)
#685143
(104,81,67)
#5C483B
(92,72,59)
#503F33
(80,63,51)
#44362B
(68,54,43)
#382D23
(56,45,35)
#2C241B
(44,36,27)
#201B13
(32,27,19)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #8C6C5B

#8C6C5B
(140,108,91)
#967969
(150,121,105)
#A08677
(160,134,119)
#AA9385
(170,147,133)
#B4A093
(180,160,147)
#BEADA1
(190,173,161)
#C8BAAF
(200,186,175)
#D2C7BD
(210,199,189)
#DCD4CB
(220,212,203)
#E6E1D9
(230,225,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6C5B; }

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

This text font color is #8C6C5B.


Background Color

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

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

This div background color is #8C6C5B.


Border color

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

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

This div border color is #8C6C5B.


Opacity

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

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

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

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

This text has shadow with #8C6C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6C5B on black background.


Color preview on white background

This text has color #8C6C5B on white background.



Black color preview on #8C6C5B background

This text has black color on #8C6C5B background.


White color preview on #8C6C5B background

This text has white color on #8C6C5B background.