COLOR #806C5C

HEX: #806C5C
RGB: (128,108,92)

Color info

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

RGB color model

#806C5C color RGB value is (128,108,92).

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

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 92 of 255 = 36%

128
108
92

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

Portions of RGB colors in percentages

R + G + B =
128 + 108 + 92 = 328 (100%)
R 128 of 328 ~ 39.02%
G 108 of 328 ~ 32.93%
B 92 of 328 ~ 28.05%

%39.02
%32.93
%28.05

CMYK color model

#806C5C color CMYK value is (0,16,28,50).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 28.13%
  • key color value is 49.80%
CMYK:
(0,16,28,50)
C0M16Y28K50 
(0%,16%,28%,50%)
(0.00/0.16/0.28/0.50)	

CMYK percentages

%0
%15.63
%28.13
%49.8

Codes

Color #806C5C in popluar color models

806C5C
RGB12810892
HSL27°16.36%43.14%
HSB/HSV27°28.13%50.20%
CMYK0.00%15.63%28.13%
49.80%

Color #806C5C in popluar number systems.

HEX806C5C
Decimal12810892
Binary1000000011011001011100
Octal200154134

Shades and tints

Shades of #806C5C

#806C5C
(128,108,92)
#756354
(117,99,84)
#6A5A4C
(106,90,76)
#5F5144
(95,81,68)
#54483C
(84,72,60)
#493F34
(73,63,52)
#3E362C
(62,54,44)
#332D24
(51,45,36)
#28241C
(40,36,28)
#1D1B14
(29,27,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #806C5C

#806C5C
(128,108,92)
#8B796A
(139,121,106)
#968678
(150,134,120)
#A19386
(161,147,134)
#ACA094
(172,160,148)
#B7ADA2
(183,173,162)
#C2BAB0
(194,186,176)
#CDC7BE
(205,199,190)
#D8D4CC
(216,212,204)
#E3E1DA
(227,225,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806C5C; }

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

This text font color is #806C5C.


Background Color

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

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

This div background color is #806C5C.


Border color

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

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

This div border color is #806C5C.


Opacity

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

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

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

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

This text has shadow with #806C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806C5C on black background.


Color preview on white background

This text has color #806C5C on white background.



Black color preview on #806C5C background

This text has black color on #806C5C background.


White color preview on #806C5C background

This text has white color on #806C5C background.