COLOR #805565

HEX: #805565
RGB: (128,85,101)

Color info

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

RGB color model

#805565 color RGB value is (128,85,101).

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

RGB channels and saturation

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

128
85
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 85 + 101 = 314 (100%)
R 128 of 314 ~ 40.76%
G 85 of 314 ~ 27.07%
B 101 of 314 ~ 32.17%

%40.76
%27.07
%32.17

CMYK color model

#805565 color CMYK value is (0,34,21,50).

  • cyan value is 0.00%
  • magenta value is 33.59%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(0,34,21,50)
C0M34Y21K50 
(0%,34%,21%,50%)
(0.00/0.34/0.21/0.50)	

CMYK percentages

%0
%33.59
%21.09
%49.8

Codes

Color #805565 in popluar color models

805565
RGB12885101
HSL338°20.19%41.76%
HSB/HSV338°33.59%50.20%
CMYK0.00%33.59%21.09%
49.80%

Color #805565 in popluar number systems.

HEX805565
Decimal12885101
Binary1000000010101011100101
Octal200125145

Shades and tints

Shades of #805565

#805565
(128,85,101)
#754E5C
(117,78,92)
#6A4753
(106,71,83)
#5F404A
(95,64,74)
#543941
(84,57,65)
#493238
(73,50,56)
#3E2B2F
(62,43,47)
#332426
(51,36,38)
#281D1D
(40,29,29)
#1D1614
(29,22,20)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #805565

#805565
(128,85,101)
#8B6473
(139,100,115)
#967381
(150,115,129)
#A1828F
(161,130,143)
#AC919D
(172,145,157)
#B7A0AB
(183,160,171)
#C2AFB9
(194,175,185)
#CDBEC7
(205,190,199)
#D8CDD5
(216,205,213)
#E3DCE3
(227,220,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805565; }

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

This text font color is #805565.


Background Color

.myBgColor { background-color: #805565; }

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

This div background color is #805565.


Border color

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

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

This div border color is #805565.


Opacity

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

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

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

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

This text has shadow with #805565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805565 on black background.


Color preview on white background

This text has color #805565 on white background.



Black color preview on #805565 background

This text has black color on #805565 background.


White color preview on #805565 background

This text has white color on #805565 background.