HEX: #71517E
RGB: (113,81,126)
#71517E contains red, green and blue colors in about the same proportion. Web safe color of #71517E is #666666 (or #666).
#71517E color RGB value is (113,81,126).
RGB: (113,81,126)
(44%, 32%, 49%)
R 113 of 255 = 44%
G 81 of 255 = 32%
B 126 of 255 = 49%
R + G + B ~ 42%. #71517E is middle color (not dark and not light).
R + G + B = 113 + 81 + 126 = 320 (100%)
R 113 of 320 ~ 35.31%
G 81 of 320 ~ 25.31%
B 126 of 320 ~ 39.38'%
#71517E color CMYK value is (10,36,0,51).
CMYK: (10,36,0,51)
C10M36Y0K51 (10%, 36%, 0%, 51%)
(0.10 / 0.36 / 0.00 / 0.51)
Color #71517E in popluar color models
71 | 51 | 7E | |
---|---|---|---|
RGB | 113 | 81 | 126 |
HSL | 283° | 21.74% | 40.59% |
HSB/HSV | 283° | 35.71% | 49.41% |
CMYK | 10.32% | 35.71% | 0.00% |
50.59% |
Color #71517E in popluar number systems.
HEX | 71 | 51 | 7E |
Decimal | 113 | 81 | 126 |
Binary | 1110001 | 1010001 | 1111110 |
Octal | 161 | 121 | 176 |
Shades of #71517E
Tints of #71517E
Examples of css and html codes for elements with #71517E color. Also use rgb(113,81,126) instead hex code.
.myTextColor { color: #71517E; }
<p style="color:#71517E">This sample text font color is #71517E.</p>
This text font color is #71517E.
.myBgColor { background-color: #71517E; }
<div style="background-color:#71517E">Inner text</div>
This div background color is #71517E.
.myBorderColor { border: 1px solid #71517E; }
<div style="border:3px solid #71517E">Div</div>
This div border color is #71517E.
.myOpacity80 { color: #71517E; opacity: 0.8; }
<p style="color:#71517E;opacity:0.8;">80%</p>
Text with #71517E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71517E;}
<p style="text-shadow: 3px 3px 1px #71517E">Text here.</p>
This text has shadow with #71517E color.
.textShadow {text-shadow: 3px 3px 1px #71517E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71517E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71517E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71517E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71517E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71517E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71517E;
-webkit-box-shadow: 1px 1px 3px 2px #71517E;
box-shadow: 1px 1px 3px 2px #71517E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71517E; -webkit-box-shadow: 1px 1px 3px 2px #71517E; box-shadow:1px 1px 3px 2px #71517E;">
Div content here
</div>
This text has color #71517E on black background.
This text has color #71517E on white background.
This text has black color on #71517E background.
This text has white color on #71517E background.
Complementary color for #hex is #8EAE81.