COLOR #805C71

HEX: #805C71
RGB: (128,92,113)

Color info

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

RGB color model

#805C71 color RGB value is (128,92,113).

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

RGB channels and saturation

R 128 of 255 = 50%
G 92 of 255 = 36%
B 113 of 255 = 44%

128
92
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 92 + 113 = 333 (100%)
R 128 of 333 ~ 38.44%
G 92 of 333 ~ 27.63%
B 113 of 333 ~ 33.93%

%38.44
%27.63
%33.93

CMYK color model

#805C71 color CMYK value is (0,28,12,50).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(0,28,12,50)
C0M28Y12K50 
(0%,28%,12%,50%)
(0.00/0.28/0.12/0.50)	

CMYK percentages

%0
%28.13
%11.72
%49.8

Codes

Color #805C71 in popluar color models

805C71
RGB12892113
HSL325°16.36%43.14%
HSB/HSV325°28.13%50.20%
CMYK0.00%28.13%11.72%
49.80%

Color #805C71 in popluar number systems.

HEX805C71
Decimal12892113
Binary1000000010111001110001
Octal200134161

Shades and tints

Shades of #805C71

#805C71
(128,92,113)
#755467
(117,84,103)
#6A4C5D
(106,76,93)
#5F4453
(95,68,83)
#543C49
(84,60,73)
#49343F
(73,52,63)
#3E2C35
(62,44,53)
#33242B
(51,36,43)
#281C21
(40,28,33)
#1D1417
(29,20,23)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #805C71

#805C71
(128,92,113)
#8B6A7D
(139,106,125)
#967889
(150,120,137)
#A18695
(161,134,149)
#AC94A1
(172,148,161)
#B7A2AD
(183,162,173)
#C2B0B9
(194,176,185)
#CDBEC5
(205,190,197)
#D8CCD1
(216,204,209)
#E3DADD
(227,218,221)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805C71 color. Also use rgb(128,92,113) instead hex code.

Text Font Color

.myTextColor { color: #805C71; }

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

This text font color is #805C71.


Background Color

.myBgColor { background-color: #805C71; }

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

This div background color is #805C71.


Border color

.myBorderColor { border: 1px solid #805C71; }

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

This div border color is #805C71.


Opacity

.myOpacity80 { color: #805C71; opacity: 0.8; }

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

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

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

This text has shadow with #805C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805C71 on black background.


Color preview on white background

This text has color #805C71 on white background.



Black color preview on #805C71 background

This text has black color on #805C71 background.


White color preview on #805C71 background

This text has white color on #805C71 background.