COLOR #8C6056

HEX: #8C6056
RGB: (140,96,86)

Color info

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

RGB color model

#8C6056 color RGB value is (140,96,86).

  • red value is 140;
  • green value is 96;
  • blue value is 86.
RGB:
(140,96,86)
(55%,38%,34%)

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 86 of 255 = 34%

140
96
86

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

Portions of RGB colors in percentages

R + G + B =
140 + 96 + 86 = 322 (100%)
R 140 of 322 ~ 43.48%
G 96 of 322 ~ 29.81%
B 86 of 322 ~ 26.71%

%43.48
%29.81
%26.71

CMYK color model

#8C6056 color CMYK value is (0,31,39,45).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 38.57%
  • key color value is 45.10%
CMYK:
(0,31,39,45)
C0M31Y39K45 
(0%,31%,39%,45%)
(0.00/0.31/0.39/0.45)	

CMYK percentages

%0
%31.43
%38.57
%45.1

Codes

Color #8C6056 in popluar color models

8C6056
RGB1409686
HSL11°23.89%44.31%
HSB/HSV11°38.57%54.90%
CMYK0.00%31.43%38.57%
45.10%

Color #8C6056 in popluar number systems.

HEX8C6056
Decimal1409686
Binary1000110011000001010110
Octal214140126

Shades and tints

Shades of #8C6056

#8C6056
(140,96,86)
#80584F
(128,88,79)
#745048
(116,80,72)
#684841
(104,72,65)
#5C403A
(92,64,58)
#503833
(80,56,51)
#44302C
(68,48,44)
#382825
(56,40,37)
#2C201E
(44,32,30)
#201817
(32,24,23)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C6056

#8C6056
(140,96,86)
#966E65
(150,110,101)
#A07C74
(160,124,116)
#AA8A83
(170,138,131)
#B49892
(180,152,146)
#BEA6A1
(190,166,161)
#C8B4B0
(200,180,176)
#D2C2BF
(210,194,191)
#DCD0CE
(220,208,206)
#E6DEDD
(230,222,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6056 color. Also use rgb(140,96,86) instead hex code.

Text Font Color

.myTextColor { color: #8C6056; }

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

This text font color is #8C6056.


Background Color

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

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

This div background color is #8C6056.


Border color

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

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

This div border color is #8C6056.


Opacity

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

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

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

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

This text has shadow with #8C6056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6056 on black background.


Color preview on white background

This text has color #8C6056 on white background.



Black color preview on #8C6056 background

This text has black color on #8C6056 background.


White color preview on #8C6056 background

This text has white color on #8C6056 background.