HEX: #714970
RGB: (113,73,112)
#714970 contains red, green and blue colors in about the same proportion. Web safe color of #714970 is #663366 (or #636).
#714970 color RGB value is (113,73,112).
RGB: (113,73,112) (44%,29%,44%)
R 113 of 255 = 44%
G 73 of 255 = 29%
B 112 of 255 = 44%
R + G + B ~ 39%. #714970 is quite dark color.
R + G + B =
113 + 73 + 112 = 298 (100%)
R 113 of 298 ~ 37.92%
G 73 of 298 ~ 24.5%
B 112 of 298 ~ 37.58%
#714970 color CMYK value is (0,35,1,56).
CMYK: (0,35,1,56) C0M35Y1K56 (0%,35%,1%,56%) (0.00/0.35/0.01/0.56)
71 | 49 | 70 | |
---|---|---|---|
RGB | 113 | 73 | 112 |
HSL | 302° | 21.51% | 36.47% |
HSB/HSV | 302° | 35.40% | 44.31% |
CMYK | 0.00% | 35.40% | 0.88% |
55.69% |
HEX | 71 | 49 | 70 |
Decimal | 113 | 73 | 112 |
Binary | 1110001 | 1001001 | 1110000 |
Octal | 161 | 111 | 160 |
Examples of css and html codes for elements with #714970 color. Also use rgb(113,73,112) instead hex code.
.myTextColor { color: #714970; }
<p style="color:#714970">This sample text font color is #714970.</p>
This text font color is #714970.
.myBgColor { background-color: #714970; }
<div style="background-color:#714970">Inner text</div>
This div background color is #714970.
.myBorderColor { border: 1px solid #714970; }
<div style="border:3px solid #714970">Div</div>
This div border color is #714970.
.myOpacity80 { color: #714970; opacity: 0.8; }
<p style="color:#714970;opacity:0.8;">80%</p>
Text with #714970 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714970;}
<p style="text-shadow: 3px 3px 1px #714970">Text here.</p>
This text has shadow with #714970 color.
.textShadow {text-shadow: 3px 3px 1px #714970, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714970, 5px 5px 20px red">Text here.</p>
This text has shadow with #714970 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714970, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714970, Direction=45, Strength=4)">Text</p>
This text has shadow with #714970 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714970; -webkit-box-shadow: 1px 1px 3px 2px #714970; box-shadow: 1px 1px 3px 2px #714970; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714970; -webkit-box-shadow: 1px 1px 3px 2px #714970; box-shadow:1px 1px 3px 2px #714970;">
Div content here</div>
This text has color #714970 on black background.
This text has color #714970 on white background.
This text has black color on #714970 background.
This text has white color on #714970 background.