COLOR #806C57

HEX: #806C57
RGB: (128,108,87)

Color info

#806C57 contains red, green and blue colors in about the same proportion. Web safe color of #806C57 is #666666 (or #666).

RGB color model

#806C57 color RGB value is (128,108,87).

  • red value is 128;
  • green value is 108;
  • blue value is 87.
RGB:
(128,108,87)
(50%,42%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 87 of 255 = 34%

128
108
87

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

Portions of RGB colors in percentages

R + G + B =
128 + 108 + 87 = 323 (100%)
R 128 of 323 ~ 39.63%
G 108 of 323 ~ 33.44%
B 87 of 323 ~ 26.93%

%39.63
%33.44
%26.93

CMYK color model

#806C57 color CMYK value is (0,16,32,50).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,16,32,50)
C0M16Y32K50 
(0%,16%,32%,50%)
(0.00/0.16/0.32/0.50)	

CMYK percentages

%0
%15.63
%32.03
%49.8

Codes

Color #806C57 in popluar color models

806C57
RGB12810887
HSL31°19.07%42.16%
HSB/HSV31°32.03%50.20%
CMYK0.00%15.63%32.03%
49.80%

Color #806C57 in popluar number systems.

HEX806C57
Decimal12810887
Binary1000000011011001010111
Octal200154127

Shades and tints

Shades of #806C57

#806C57
(128,108,87)
#756350
(117,99,80)
#6A5A49
(106,90,73)
#5F5142
(95,81,66)
#54483B
(84,72,59)
#493F34
(73,63,52)
#3E362D
(62,54,45)
#332D26
(51,45,38)
#28241F
(40,36,31)
#1D1B18
(29,27,24)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #806C57

#806C57
(128,108,87)
#8B7966
(139,121,102)
#968675
(150,134,117)
#A19384
(161,147,132)
#ACA093
(172,160,147)
#B7ADA2
(183,173,162)
#C2BAB1
(194,186,177)
#CDC7C0
(205,199,192)
#D8D4CF
(216,212,207)
#E3E1DE
(227,225,222)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806C57 color. Also use rgb(128,108,87) instead hex code.

Text Font Color

.myTextColor { color: #806C57; }

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

This text font color is #806C57.


Background Color

.myBgColor { background-color: #806C57; }

<div style="background-color:#806C57">Inner text</div>

This div background color is #806C57.


Border color

.myBorderColor { border: 1px solid #806C57; }

<div style="border:3px solid #806C57">Div</div>

This div border color is #806C57.


Opacity

.myOpacity80 { color: #806C57; opacity: 0.8; }

<p style="color:#806C57;opacity:0.8;">80%</p>

Text with #806C57 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 #806C57;}

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

This text has shadow with #806C57 color.

.textShadow {text-shadow: 3px 3px 1px #806C57, 3px 3px 1px red;}

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

This text has shadow with #806C57 primary color and red secondary color.


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

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

This text has shadow with #806C57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806C57 on black background.


Color preview on white background

This text has color #806C57 on white background.



Black color preview on #806C57 background

This text has black color on #806C57 background.


White color preview on #806C57 background

This text has white color on #806C57 background.