COLOR #805566

HEX: #805566
RGB: (128,85,102)

Color info

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

RGB color model

#805566 color RGB value is (128,85,102).

  • red value is 128;
  • green value is 85;
  • blue value is 102.
RGB:
(128,85,102)
(50%,33%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 85 of 255 = 33%
B 102 of 255 = 40%

128
85
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 102 = 315 (100%)
R 128 of 315 ~ 40.63%
G 85 of 315 ~ 26.98%
B 102 of 315 ~ 32.38%

%40.63
%26.98
%32.38

CMYK color model

#805566 color CMYK value is (0,34,20,50).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK:
(0,34,20,50)
C0M34Y20K50 
(0%,34%,20%,50%)
(0.00/0.34/0.20/0.50)	

CMYK percentages

%0
%33.59
%20.31
%49.8

Codes

Color #805566 in popluar color models

805566
RGB12885102
HSL336°20.19%41.76%
HSB/HSV336°33.59%50.20%
CMYK0.00%33.59%20.31%
49.80%

Color #805566 in popluar number systems.

HEX805566
Decimal12885102
Binary1000000010101011100110
Octal200125146

Shades and tints

Shades of #805566

#805566
(128,85,102)
#754E5D
(117,78,93)
#6A4754
(106,71,84)
#5F404B
(95,64,75)
#543942
(84,57,66)
#493239
(73,50,57)
#3E2B30
(62,43,48)
#332427
(51,36,39)
#281D1E
(40,29,30)
#1D1615
(29,22,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #805566

#805566
(128,85,102)
#8B6473
(139,100,115)
#967380
(150,115,128)
#A1828D
(161,130,141)
#AC919A
(172,145,154)
#B7A0A7
(183,160,167)
#C2AFB4
(194,175,180)
#CDBEC1
(205,190,193)
#D8CDCE
(216,205,206)
#E3DCDB
(227,220,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805566 color. Also use rgb(128,85,102) instead hex code.

Text Font Color

.myTextColor { color: #805566; }

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

This text font color is #805566.


Background Color

.myBgColor { background-color: #805566; }

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

This div background color is #805566.


Border color

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

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

This div border color is #805566.


Opacity

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

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

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

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

This text has shadow with #805566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805566 on black background.


Color preview on white background

This text has color #805566 on white background.



Black color preview on #805566 background

This text has black color on #805566 background.


White color preview on #805566 background

This text has white color on #805566 background.