HEX: #714A55
RGB: (113,74,85)
#714A55 contains red, green and blue colors in about the same proportion. Web safe color of #714A55 is #663366 (or #636).
#714A55 color RGB value is (113,74,85).
RGB: (113,74,85)
(44%, 29%, 33%)
R 113 of 255 = 44%
G 74 of 255 = 29%
B 85 of 255 = 33%
R + G + B ~ 35%. #714A55 is quite dark color.
R + G + B = 113 + 74 + 85 = 272 (100%)
R 113 of 272 ~ 41.54%
G 74 of 272 ~ 27.21%
B 85 of 272 ~ 31.25'%
#714A55 color CMYK value is (0,35,25,56).
CMYK: (0,35,25,56) C0M35Y25K56 (0%,35%,25%,56%) (0.00/0.35/0.25/0.56)
Color #714A55 in popluar color models
71 | 4A | 55 | |
---|---|---|---|
RGB | 113 | 74 | 85 |
HSL | 343° | 20.86% | 36.67% |
HSB/HSV | 343° | 34.51% | 44.31% |
CMYK | 0.00% | 34.51% | 24.78% |
55.69% |
Color #714A55 in popluar number systems.
HEX | 71 | 4A | 55 |
Decimal | 113 | 74 | 85 |
Binary | 1110001 | 1001010 | 1010101 |
Octal | 161 | 112 | 125 |
Shades of #714A55
Tints of #714A55
Examples of css and html codes for elements with #714A55 color. Also use rgb(113,74,85) instead hex code.
.myTextColor { color: #714A55; }
<p style="color:#714A55">This sample text font color is #714A55.</p>
This text font color is #714A55.
.myBgColor { background-color: #714A55; }
<div style="background-color:#714A55">Inner text</div>
This div background color is #714A55.
.myBorderColor { border: 1px solid #714A55; }
<div style="border:3px solid #714A55">Div</div>
This div border color is #714A55.
.myOpacity80 { color: #714A55; opacity: 0.8; }
<p style="color:#714A55;opacity:0.8;">80%</p>
Text with #714A55 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714A55;}
<p style="text-shadow: 3px 3px 1px #714A55">Text here.</p>
This text has shadow with #714A55 color.
.textShadow {text-shadow: 3px 3px 1px #714A55', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714A55, 5px 5px 20px red">Text here.</p>
This text has shadow with #714A55 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714A55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714A55, Direction=45, Strength=4)">Text</p>
This text has shadow with #714A55 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714A55;
-webkit-box-shadow: 1px 1px 3px 2px #714A55;
box-shadow: 1px 1px 3px 2px #714A55;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714A55; -webkit-box-shadow: 1px 1px 3px 2px #714A55; box-shadow:1px 1px 3px 2px #714A55;">
Div content here
</div>
This text has color #714A55 on black background.
This text has color #714A55 on white background.
This text has black color on #714A55 background.
This text has white color on #714A55 background.
Complementary color for #hex is #8EB5AA.