HEX: #714058
RGB: (113,64,88)
#714058 contains red, green and blue colors in about the same proportion. Web safe color of #714058 is #663366 (or #636).
#714058 color RGB value is (113,64,88).
RGB: (113,64,88)
(44%, 25%, 35%)
R 113 of 255 = 44%
G 64 of 255 = 25%
B 88 of 255 = 35%
R + G + B ~ 35%. #714058 is quite dark color.
R + G + B = 113 + 64 + 88 = 265 (100%)
R 113 of 265 ~ 42.64%
G 64 of 265 ~ 24.15%
B 88 of 265 ~ 33.21'%
#714058 color CMYK value is (0,43,22,56).
CMYK: (0,43,22,56) C0M43Y22K56 (0%,43%,22%,56%) (0.00/0.43/0.22/0.56)
Color #714058 in popluar color models
71 | 40 | 58 | |
---|---|---|---|
RGB | 113 | 64 | 88 |
HSL | 331° | 27.68% | 34.71% |
HSB/HSV | 331° | 43.36% | 44.31% |
CMYK | 0.00% | 43.36% | 22.12% |
55.69% |
Color #714058 in popluar number systems.
HEX | 71 | 40 | 58 |
Decimal | 113 | 64 | 88 |
Binary | 1110001 | 1000000 | 1011000 |
Octal | 161 | 100 | 130 |
Shades of #714058
Tints of #714058
Examples of css and html codes for elements with #714058 color. Also use rgb(113,64,88) instead hex code.
.myTextColor { color: #714058; }
<p style="color:#714058">This sample text font color is #714058.</p>
This text font color is #714058.
.myBgColor { background-color: #714058; }
<div style="background-color:#714058">Inner text</div>
This div background color is #714058.
.myBorderColor { border: 1px solid #714058; }
<div style="border:3px solid #714058">Div</div>
This div border color is #714058.
.myOpacity80 { color: #714058; opacity: 0.8; }
<p style="color:#714058;opacity:0.8;">80%</p>
Text with #714058 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714058;}
<p style="text-shadow: 3px 3px 1px #714058">Text here.</p>
This text has shadow with #714058 color.
.textShadow {text-shadow: 3px 3px 1px #714058', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714058, 5px 5px 20px red">Text here.</p>
This text has shadow with #714058 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714058, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714058, Direction=45, Strength=4)">Text</p>
This text has shadow with #714058 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714058;
-webkit-box-shadow: 1px 1px 3px 2px #714058;
box-shadow: 1px 1px 3px 2px #714058;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714058; -webkit-box-shadow: 1px 1px 3px 2px #714058; box-shadow:1px 1px 3px 2px #714058;">
Div content here
</div>
This text has color #714058 on black background.
This text has color #714058 on white background.
This text has black color on #714058 background.
This text has white color on #714058 background.
Complementary color for #hex is #8EBFA7.