COLOR #8C6B51

HEX: #8C6B51
RGB: (140,107,81)

Color info

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

RGB color model

#8C6B51 color RGB value is (140,107,81).

  • red value is 140;
  • green value is 107;
  • blue value is 81.
RGB:
(140,107,81)
(55%,42%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 107 of 255 = 42%
B 81 of 255 = 32%

140
107
81

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

Portions of RGB colors in percentages

R + G + B =
140 + 107 + 81 = 328 (100%)
R 140 of 328 ~ 42.68%
G 107 of 328 ~ 32.62%
B 81 of 328 ~ 24.7%

%42.68
%32.62
%24.7

CMYK color model

#8C6B51 color CMYK value is (0,24,42,45).

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 42.14%
  • key color value is 45.10%
CMYK:
(0,24,42,45)
C0M24Y42K45 
(0%,24%,42%,45%)
(0.00/0.24/0.42/0.45)	

CMYK percentages

%0
%23.57
%42.14
%45.1

Codes

Color #8C6B51 in popluar color models

8C6B51
RGB14010781
HSL26°26.70%43.33%
HSB/HSV26°42.14%54.90%
CMYK0.00%23.57%42.14%
45.10%

Color #8C6B51 in popluar number systems.

HEX8C6B51
Decimal14010781
Binary1000110011010111010001
Octal214153121

Shades and tints

Shades of #8C6B51

#8C6B51
(140,107,81)
#80624A
(128,98,74)
#745943
(116,89,67)
#68503C
(104,80,60)
#5C4735
(92,71,53)
#503E2E
(80,62,46)
#443527
(68,53,39)
#382C20
(56,44,32)
#2C2319
(44,35,25)
#201A12
(32,26,18)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #8C6B51

#8C6B51
(140,107,81)
#967860
(150,120,96)
#A0856F
(160,133,111)
#AA927E
(170,146,126)
#B49F8D
(180,159,141)
#BEAC9C
(190,172,156)
#C8B9AB
(200,185,171)
#D2C6BA
(210,198,186)
#DCD3C9
(220,211,201)
#E6E0D8
(230,224,216)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6B51 color. Also use rgb(140,107,81) instead hex code.

Text Font Color

.myTextColor { color: #8C6B51; }

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

This text font color is #8C6B51.


Background Color

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

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

This div background color is #8C6B51.


Border color

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

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

This div border color is #8C6B51.


Opacity

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

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

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

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

This text has shadow with #8C6B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6B51 on black background.


Color preview on white background

This text has color #8C6B51 on white background.



Black color preview on #8C6B51 background

This text has black color on #8C6B51 background.


White color preview on #8C6B51 background

This text has white color on #8C6B51 background.