COLOR #80575D

HEX: #80575D RGB: (128,87,93)

Color info

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

RGB color model

#80575D color RGB value is (128,87,93).

RGB: (128,87,93) (50%, 34%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 93 of 255 = 36%

128
87
93

R + G + B ~ 40%. #80575D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 87 + 93 = 308 (100%)
R 128 of 308 ~ 41.56%
G 87 of 308 ~ 28.25%
B 93 of 308 ~ 30.19'%

%41.56
%28.25
%30.19

CMYK color model

#80575D color CMYK value is (0,32,27,50).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK: (0,32,27,50) C0M32Y27K50 (0%,32%,27%,50%) (0.00/0.32/0.27/0.50) 

CMYK percentages

%0
%32.03
%27.34
%49.8

Codes

Color #80575D in popluar color models

80 57 5D
RGB 128 87 93
HSL 351° 19.07% 42.16%
HSB/HSV 351° 32.03% 50.20%
CMYK 0.00% 32.03% 27.34%
49.80%

Color #80575D in popluar number systems.

HEX 80 57 5D
Decimal 128 87 93
Binary 10000000 1010111 1011101
Octal 200 127 135

Shades and tints

Shades of #80575D

#80575D
(128,87,93)
#755055
(117,80,85)
#6A494D
(106,73,77)
#5F4245
(95,66,69)
#543B3D
(84,59,61)
#493435
(73,52,53)
#3E2D2D
(62,45,45)
#332625
(51,38,37)
#281F1D
(40,31,29)
#1D1815
(29,24,21)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #80575D

#80575D
(128,87,93)
#8B666B
(139,102,107)
#967579
(150,117,121)
#A18487
(161,132,135)
#AC9395
(172,147,149)
#B7A2A3
(183,162,163)
#C2B1B1
(194,177,177)
#CDC0BF
(205,192,191)
#D8CFCD
(216,207,205)
#E3DEDB
(227,222,219)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80575D color. Also use rgb(128,87,93) instead hex code.

Text Font Color

.myTextColor { color: #80575D; }

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

This text font color is #80575D.

Background Color

.myBgColor { background-color: #80575D; }

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

This div background color is #80575D.

Border color

.myBorderColor { border: 1px solid #80575D; }

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

This div border color is #80575D.

Opacity

.myOpacity80 { color: #80575D; opacity: 0.8; }

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

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

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

This text has shadow with #80575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80575D.

Preview

Color preview on black background

This text has color #80575D on black background.


Color preview on white background

This text has color #80575D on white background.


Black color preview on #80575D background

This text has black color on #80575D background.


White color preview on #80575D background

This text has white color on #80575D background.


Related colors

Complementary color

Complementary color for #hex is #7FA8A2.


I love getcolorcode.com

Triadic colors

1 #5D8057 and #575D80 with #80575D are triadic colors.

2 #5D5780 and #57805D with #80575D are triadic colors.