HEX: #80595D
RGB: (128,89,93)
#80595D contains red, green and blue colors in about the same proportion. Web safe color of #80595D is #666666 (or #666).
#80595D color RGB value is (128,89,93).
RGB: (128,89,93)
(50%, 35%, 36%)
R 128 of 255 = 50%
G 89 of 255 = 35%
B 93 of 255 = 36%
R + G + B ~ 40%. #80595D is middle color (not dark and not light).
R + G + B = 128 + 89 + 93 = 310 (100%)
R 128 of 310 ~ 41.29%
G 89 of 310 ~ 28.71%
B 93 of 310 ~ 30'%
#80595D color CMYK value is (0,30,27,50).
CMYK: (0,30,27,50)
C0M30Y27K50 (0%, 30%, 27%, 50%)
(0.00 / 0.30 / 0.27 / 0.50)
Color #80595D in popluar color models
80 | 59 | 5D | |
---|---|---|---|
RGB | 128 | 89 | 93 |
HSL | 354° | 17.97% | 42.55% |
HSB/HSV | 354° | 30.47% | 50.20% |
CMYK | 0.00% | 30.47% | 27.34% |
49.80% |
Color #80595D in popluar number systems.
HEX | 80 | 59 | 5D |
Decimal | 128 | 89 | 93 |
Binary | 10000000 | 1011001 | 1011101 |
Octal | 200 | 131 | 135 |
Shades of #80595D
Tints of #80595D
Examples of css and html codes for elements with #80595D color. Also use rgb(128,89,93) instead hex code.
.myTextColor { color: #80595D; }
<p style="color:#80595D">This sample text font color is #80595D.</p>
This text font color is #80595D.
.myBgColor { background-color: #80595D; }
<div style="background-color:#80595D">Inner text</div>
This div background color is #80595D.
.myBorderColor { border: 1px solid #80595D; }
<div style="border:3px solid #80595D">Div</div>
This div border color is #80595D.
.myOpacity80 { color: #80595D; opacity: 0.8; }
<p style="color:#80595D;opacity:0.8;">80%</p>
Text with #80595D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80595D;}
<p style="text-shadow: 3px 3px 1px #80595D">Text here.</p>
This text has shadow with #80595D color.
.textShadow {text-shadow: 3px 3px 1px #80595D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80595D, 5px 5px 20px red">Text here.</p>
This text has shadow with #80595D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80595D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80595D, Direction=45, Strength=4)">Text</p>
This text has shadow with #80595D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80595D;
-webkit-box-shadow: 1px 1px 3px 2px #80595D;
box-shadow: 1px 1px 3px 2px #80595D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80595D; -webkit-box-shadow: 1px 1px 3px 2px #80595D; box-shadow:1px 1px 3px 2px #80595D;">
Div content here
</div>
This text has color #80595D on black background.
This text has color #80595D on white background.
This text has black color on #80595D background.
This text has white color on #80595D background.
Complementary color for #hex is #7FA6A2.