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