COLOR #805D70

HEX: #805D70 RGB: (128,93,112)

Color info

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

RGB color model

#805D70 color RGB value is (128,93,112).

RGB: (128,93,112) (50%, 36%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 93 of 255 = 36%
B 112 of 255 = 44%

128
93
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 93 + 112 = 333 (100%)
R 128 of 333 ~ 38.44%
G 93 of 333 ~ 27.93%
B 112 of 333 ~ 33.63'%

%38.44
%27.93
%33.63

CMYK color model

#805D70 color CMYK value is (0,27,13,50).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 12.50%
  • key color value is 49.80%

CMYK: (0,27,13,50)
C0M27Y13K50 (0%, 27%, 13%, 50%)
(0.00 / 0.27 / 0.13 / 0.50)

CMYK percentages

%0
%27.34
%12.5
%49.8

Codes

Color #805D70 in popluar color models

80 5D 70
RGB 128 93 112
HSL 327° 15.84% 43.33%
HSB/HSV 327° 27.34% 50.20%
CMYK 0.00% 27.34% 12.50%
49.80%

Color #805D70 in popluar number systems.

HEX 80 5D 70
Decimal 128 93 112
Binary 10000000 1011101 1110000
Octal 200 135 160

Shades and tints

Shades of #805D70

#805D70
(128,93,112)
#755566
(117,85,102)
#6A4D5C
(106,77,92)
#5F4552
(95,69,82)
#543D48
(84,61,72)
#49353E
(73,53,62)
#3E2D34
(62,45,52)
#33252A
(51,37,42)
#281D20
(40,29,32)
#1D1516
(29,21,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #805D70

#805D70
(128,93,112)
#8B6B7D
(139,107,125)
#96798A
(150,121,138)
#A18797
(161,135,151)
#AC95A4
(172,149,164)
#B7A3B1
(183,163,177)
#C2B1BE
(194,177,190)
#CDBFCB
(205,191,203)
#D8CDD8
(216,205,216)
#E3DBE5
(227,219,229)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805D70 color. Also use rgb(128,93,112) instead hex code.

Text Font Color

.myTextColor { color: #805D70; }

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

This text font color is #805D70.

Background Color

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

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

This div background color is #805D70.

Border color

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

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

This div border color is #805D70.

Opacity

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

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

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

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

This text has shadow with #805D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #805D70.

Preview

Color preview on black background

This text has color #805D70 on black background.


Color preview on white background

This text has color #805D70 on white background.


Black color preview on #805D70 background

This text has black color on #805D70 background.


White color preview on #805D70 background

This text has white color on #805D70 background.


Related colors

Complementary color

Complementary color for #hex is #7FA28F.


I love getcolorcode.com

Triadic colors

1 #70805D and #5D7080 with #805D70 are triadic colors.

2 #705D80 and #5D8070 with #805D70 are triadic colors.