COLOR #806568

HEX: #806568
RGB: (128,101,104)

Color info

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

RGB color model

#806568 color RGB value is (128,101,104).

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

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 104 of 255 = 41%

128
101
104

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

Portions of RGB colors in percentages

R + G + B =
128 + 101 + 104 = 333 (100%)
R 128 of 333 ~ 38.44%
G 101 of 333 ~ 30.33%
B 104 of 333 ~ 31.23%

%38.44
%30.33
%31.23

CMYK color model

#806568 color CMYK value is (0,21,19,50).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(0,21,19,50)
C0M21Y19K50 
(0%,21%,19%,50%)
(0.00/0.21/0.19/0.50)	

CMYK percentages

%0
%21.09
%18.75
%49.8

Codes

Color #806568 in popluar color models

806568
RGB128101104
HSL353°11.79%44.90%
HSB/HSV353°21.09%50.20%
CMYK0.00%21.09%18.75%
49.80%

Color #806568 in popluar number systems.

HEX806568
Decimal128101104
Binary1000000011001011101000
Octal200145150

Shades and tints

Shades of #806568

#806568
(128,101,104)
#755C5F
(117,92,95)
#6A5356
(106,83,86)
#5F4A4D
(95,74,77)
#544144
(84,65,68)
#49383B
(73,56,59)
#3E2F32
(62,47,50)
#332629
(51,38,41)
#281D20
(40,29,32)
#1D1417
(29,20,23)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #806568

#806568
(128,101,104)
#8B7375
(139,115,117)
#968182
(150,129,130)
#A18F8F
(161,143,143)
#AC9D9C
(172,157,156)
#B7ABA9
(183,171,169)
#C2B9B6
(194,185,182)
#CDC7C3
(205,199,195)
#D8D5D0
(216,213,208)
#E3E3DD
(227,227,221)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806568; }

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

This text font color is #806568.


Background Color

.myBgColor { background-color: #806568; }

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

This div background color is #806568.


Border color

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

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

This div border color is #806568.


Opacity

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

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

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

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

This text has shadow with #806568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806568 on black background.


Color preview on white background

This text has color #806568 on white background.



Black color preview on #806568 background

This text has black color on #806568 background.


White color preview on #806568 background

This text has white color on #806568 background.