HEX: #714B60
RGB: (113,75,96)
#714B60 contains red, green and blue colors in about the same proportion. Web safe color of #714B60 is #663366 (or #636).
#714B60 color RGB value is (113,75,96).
RGB: (113,75,96)
(44%, 29%, 38%)
R 113 of 255 = 44%
G 75 of 255 = 29%
B 96 of 255 = 38%
R + G + B ~ 37%. #714B60 is quite dark color.
R + G + B = 113 + 75 + 96 = 284 (100%)
R 113 of 284 ~ 39.79%
G 75 of 284 ~ 26.41%
B 96 of 284 ~ 33.8'%
#714B60 color CMYK value is (0,34,15,56).
CMYK: (0,34,15,56) C0M34Y15K56 (0%,34%,15%,56%) (0.00/0.34/0.15/0.56)
Color #714B60 in popluar color models
71 | 4B | 60 | |
---|---|---|---|
RGB | 113 | 75 | 96 |
HSL | 327° | 20.21% | 36.86% |
HSB/HSV | 327° | 33.63% | 44.31% |
CMYK | 0.00% | 33.63% | 15.04% |
55.69% |
Color #714B60 in popluar number systems.
HEX | 71 | 4B | 60 |
Decimal | 113 | 75 | 96 |
Binary | 1110001 | 1001011 | 1100000 |
Octal | 161 | 113 | 140 |
Shades of #714B60
Tints of #714B60
Examples of css and html codes for elements with #714B60 color. Also use rgb(113,75,96) instead hex code.
.myTextColor { color: #714B60; }
<p style="color:#714B60">This sample text font color is #714B60.</p>
This text font color is #714B60.
.myBgColor { background-color: #714B60; }
<div style="background-color:#714B60">Inner text</div>
This div background color is #714B60.
.myBorderColor { border: 1px solid #714B60; }
<div style="border:3px solid #714B60">Div</div>
This div border color is #714B60.
.myOpacity80 { color: #714B60; opacity: 0.8; }
<p style="color:#714B60;opacity:0.8;">80%</p>
Text with #714B60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714B60;}
<p style="text-shadow: 3px 3px 1px #714B60">Text here.</p>
This text has shadow with #714B60 color.
.textShadow {text-shadow: 3px 3px 1px #714B60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714B60, 5px 5px 20px red">Text here.</p>
This text has shadow with #714B60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714B60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714B60, Direction=45, Strength=4)">Text</p>
This text has shadow with #714B60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714B60;
-webkit-box-shadow: 1px 1px 3px 2px #714B60;
box-shadow: 1px 1px 3px 2px #714B60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714B60; -webkit-box-shadow: 1px 1px 3px 2px #714B60; box-shadow:1px 1px 3px 2px #714B60;">
Div content here
</div>
This text has color #714B60 on black background.
This text has color #714B60 on white background.
This text has black color on #714B60 background.
This text has white color on #714B60 background.
Complementary color for #hex is #8EB49F.