HEX: #71586E
RGB: (113,88,110)
#71586E contains red, green and blue colors in about the same proportion. Web safe color of #71586E is #666666 (or #666).
#71586E color RGB value is (113,88,110).
RGB: (113,88,110)
(44%, 35%, 43%)
R 113 of 255 = 44%
G 88 of 255 = 35%
B 110 of 255 = 43%
R + G + B ~ 41%. #71586E is middle color (not dark and not light).
R + G + B = 113 + 88 + 110 = 311 (100%)
R 113 of 311 ~ 36.33%
G 88 of 311 ~ 28.3%
B 110 of 311 ~ 35.37'%
#71586E color CMYK value is (0,22,3,56).
CMYK: (0,22,3,56) C0M22Y3K56 (0%,22%,3%,56%) (0.00/0.22/0.03/0.56)
Color #71586E in popluar color models
71 | 58 | 6E | |
---|---|---|---|
RGB | 113 | 88 | 110 |
HSL | 307° | 12.44% | 39.41% |
HSB/HSV | 307° | 22.12% | 44.31% |
CMYK | 0.00% | 22.12% | 2.65% |
55.69% |
Color #71586E in popluar number systems.
HEX | 71 | 58 | 6E |
Decimal | 113 | 88 | 110 |
Binary | 1110001 | 1011000 | 1101110 |
Octal | 161 | 130 | 156 |
Shades of #71586E
Tints of #71586E
Examples of css and html codes for elements with #71586E color. Also use rgb(113,88,110) instead hex code.
.myTextColor { color: #71586E; }
<p style="color:#71586E">This sample text font color is #71586E.</p>
This text font color is #71586E.
.myBgColor { background-color: #71586E; }
<div style="background-color:#71586E">Inner text</div>
This div background color is #71586E.
.myBorderColor { border: 1px solid #71586E; }
<div style="border:3px solid #71586E">Div</div>
This div border color is #71586E.
.myOpacity80 { color: #71586E; opacity: 0.8; }
<p style="color:#71586E;opacity:0.8;">80%</p>
Text with #71586E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71586E;}
<p style="text-shadow: 3px 3px 1px #71586E">Text here.</p>
This text has shadow with #71586E color.
.textShadow {text-shadow: 3px 3px 1px #71586E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71586E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71586E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71586E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71586E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71586E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71586E;
-webkit-box-shadow: 1px 1px 3px 2px #71586E;
box-shadow: 1px 1px 3px 2px #71586E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71586E; -webkit-box-shadow: 1px 1px 3px 2px #71586E; box-shadow:1px 1px 3px 2px #71586E;">
Div content here
</div>
This text has color #71586E on black background.
This text has color #71586E on white background.
This text has black color on #71586E background.
This text has white color on #71586E background.
Complementary color for #hex is #8EA791.