HEX: #714955
RGB: (113,73,85)
#714955 contains red, green and blue colors in about the same proportion. Web safe color of #714955 is #663366 (or #636).
#714955 color RGB value is (113,73,85).
RGB: (113,73,85)
(44%, 29%, 33%)
R 113 of 255 = 44%
G 73 of 255 = 29%
B 85 of 255 = 33%
R + G + B ~ 35%. #714955 is quite dark color.
R + G + B = 113 + 73 + 85 = 271 (100%)
R 113 of 271 ~ 41.7%
G 73 of 271 ~ 26.94%
B 85 of 271 ~ 31.37'%
#714955 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 #714955 in popluar color models
71 | 49 | 55 | |
---|---|---|---|
RGB | 113 | 73 | 85 |
HSL | 342° | 21.51% | 36.47% |
HSB/HSV | 342° | 35.40% | 44.31% |
CMYK | 0.00% | 35.40% | 24.78% |
55.69% |
Color #714955 in popluar number systems.
HEX | 71 | 49 | 55 |
Decimal | 113 | 73 | 85 |
Binary | 1110001 | 1001001 | 1010101 |
Octal | 161 | 111 | 125 |
Shades of #714955
Tints of #714955
Examples of css and html codes for elements with #714955 color. Also use rgb(113,73,85) instead hex code.
.myTextColor { color: #714955; }
<p style="color:#714955">This sample text font color is #714955.</p>
This text font color is #714955.
.myBgColor { background-color: #714955; }
<div style="background-color:#714955">Inner text</div>
This div background color is #714955.
.myBorderColor { border: 1px solid #714955; }
<div style="border:3px solid #714955">Div</div>
This div border color is #714955.
.myOpacity80 { color: #714955; opacity: 0.8; }
<p style="color:#714955;opacity:0.8;">80%</p>
Text with #714955 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714955;}
<p style="text-shadow: 3px 3px 1px #714955">Text here.</p>
This text has shadow with #714955 color.
.textShadow {text-shadow: 3px 3px 1px #714955', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714955, 5px 5px 20px red">Text here.</p>
This text has shadow with #714955 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714955, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714955, Direction=45, Strength=4)">Text</p>
This text has shadow with #714955 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #714955;
-webkit-box-shadow: 1px 1px 3px 2px #714955;
box-shadow: 1px 1px 3px 2px #714955;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714955; -webkit-box-shadow: 1px 1px 3px 2px #714955; box-shadow:1px 1px 3px 2px #714955;">
Div content here
</div>
This text has color #714955 on black background.
This text has color #714955 on white background.
This text has black color on #714955 background.
This text has white color on #714955 background.
Complementary color for #hex is #8EB6AA.