HEX: #715064
RGB: (113,80,100)
#715064 contains red, green and blue colors in about the same proportion. Web safe color of #715064 is #666666 (or #666).
#715064 color RGB value is (113,80,100).
RGB: (113,80,100)
(44%, 31%, 39%)
R 113 of 255 = 44%
G 80 of 255 = 31%
B 100 of 255 = 39%
R + G + B ~ 38%. #715064 is quite dark color.
R + G + B = 113 + 80 + 100 = 293 (100%)
R 113 of 293 ~ 38.57%
G 80 of 293 ~ 27.3%
B 100 of 293 ~ 34.13'%
#715064 color CMYK value is (0,29,12,56).
CMYK: (0,29,12,56) C0M29Y12K56 (0%,29%,12%,56%) (0.00/0.29/0.12/0.56)
Color #715064 in popluar color models
71 | 50 | 64 | |
---|---|---|---|
RGB | 113 | 80 | 100 |
HSL | 324° | 17.10% | 37.84% |
HSB/HSV | 324° | 29.20% | 44.31% |
CMYK | 0.00% | 29.20% | 11.50% |
55.69% |
Color #715064 in popluar number systems.
HEX | 71 | 50 | 64 |
Decimal | 113 | 80 | 100 |
Binary | 1110001 | 1010000 | 1100100 |
Octal | 161 | 120 | 144 |
Shades of #715064
Tints of #715064
Examples of css and html codes for elements with #715064 color. Also use rgb(113,80,100) instead hex code.
.myTextColor { color: #715064; }
<p style="color:#715064">This sample text font color is #715064.</p>
This text font color is #715064.
.myBgColor { background-color: #715064; }
<div style="background-color:#715064">Inner text</div>
This div background color is #715064.
.myBorderColor { border: 1px solid #715064; }
<div style="border:3px solid #715064">Div</div>
This div border color is #715064.
.myOpacity80 { color: #715064; opacity: 0.8; }
<p style="color:#715064;opacity:0.8;">80%</p>
Text with #715064 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715064;}
<p style="text-shadow: 3px 3px 1px #715064">Text here.</p>
This text has shadow with #715064 color.
.textShadow {text-shadow: 3px 3px 1px #715064', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715064, 5px 5px 20px red">Text here.</p>
This text has shadow with #715064 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715064, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715064, Direction=45, Strength=4)">Text</p>
This text has shadow with #715064 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #715064;
-webkit-box-shadow: 1px 1px 3px 2px #715064;
box-shadow: 1px 1px 3px 2px #715064;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715064; -webkit-box-shadow: 1px 1px 3px 2px #715064; box-shadow:1px 1px 3px 2px #715064;">
Div content here
</div>
This text has color #715064 on black background.
This text has color #715064 on white background.
This text has black color on #715064 background.
This text has white color on #715064 background.
Complementary color for #hex is #8EAF9B.