COLOR #806564

HEX: #806564
RGB: (128,101,100)

Color info

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

RGB color model

#806564 color RGB value is (128,101,100).

  • red value is 128;
  • green value is 101;
  • blue value is 100.
RGB:
(128,101,100)
(50%,40%,39%)

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 100 of 255 = 39%

128
101
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 101 + 100 = 329 (100%)
R 128 of 329 ~ 38.91%
G 101 of 329 ~ 30.7%
B 100 of 329 ~ 30.4%

%38.91
%30.7
%30.4

CMYK color model

#806564 color CMYK value is (0,21,22,50).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 21.88%
  • key color value is 49.80%
CMYK:
(0,21,22,50)
C0M21Y22K50 
(0%,21%,22%,50%)
(0.00/0.21/0.22/0.50)	

CMYK percentages

%0
%21.09
%21.88
%49.8

Codes

Color #806564 in popluar color models

806564
RGB128101100
HSL12.28%44.71%
HSB/HSV21.88%50.20%
CMYK0.00%21.09%21.88%
49.80%

Color #806564 in popluar number systems.

HEX806564
Decimal128101100
Binary1000000011001011100100
Octal200145144

Shades and tints

Shades of #806564

#806564
(128,101,100)
#755C5B
(117,92,91)
#6A5352
(106,83,82)
#5F4A49
(95,74,73)
#544140
(84,65,64)
#493837
(73,56,55)
#3E2F2E
(62,47,46)
#332625
(51,38,37)
#281D1C
(40,29,28)
#1D1413
(29,20,19)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #806564

#806564
(128,101,100)
#8B7372
(139,115,114)
#968180
(150,129,128)
#A18F8E
(161,143,142)
#AC9D9C
(172,157,156)
#B7ABAA
(183,171,170)
#C2B9B8
(194,185,184)
#CDC7C6
(205,199,198)
#D8D5D4
(216,213,212)
#E3E3E2
(227,227,226)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806564 color. Also use rgb(128,101,100) instead hex code.

Text Font Color

.myTextColor { color: #806564; }

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

This text font color is #806564.


Background Color

.myBgColor { background-color: #806564; }

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

This div background color is #806564.


Border color

.myBorderColor { border: 1px solid #806564; }

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

This div border color is #806564.


Opacity

.myOpacity80 { color: #806564; opacity: 0.8; }

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

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

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

This text has shadow with #806564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806564 on black background.


Color preview on white background

This text has color #806564 on white background.



Black color preview on #806564 background

This text has black color on #806564 background.


White color preview on #806564 background

This text has white color on #806564 background.