HEX: #713657
RGB: (113,54,87)
#713657 contains red, green and blue colors in about the same proportion. Web safe color of #713657 is #663366 (or #636).
#713657 color RGB value is (113,54,87).
RGB: (113,54,87) (44%,21%,34%)
R 113 of 255 = 44%
G 54 of 255 = 21%
B 87 of 255 = 34%
R + G + B ~ 33%. #713657 is quite dark color.
R + G + B =
113 + 54 + 87 = 254 (100%)
R 113 of 254 ~ 44.49%
G 54 of 254 ~ 21.26%
B 87 of 254 ~ 34.25%
#713657 color CMYK value is (0,52,23,56).
CMYK: (0,52,23,56) C0M52Y23K56 (0%,52%,23%,56%) (0.00/0.52/0.23/0.56)
71 | 36 | 57 | |
---|---|---|---|
RGB | 113 | 54 | 87 |
HSL | 326° | 35.33% | 32.75% |
HSB/HSV | 326° | 52.21% | 44.31% |
CMYK | 0.00% | 52.21% | 23.01% |
55.69% |
HEX | 71 | 36 | 57 |
Decimal | 113 | 54 | 87 |
Binary | 1110001 | 110110 | 1010111 |
Octal | 161 | 66 | 127 |
Examples of css and html codes for elements with #713657 color. Also use rgb(113,54,87) instead hex code.
.myTextColor { color: #713657; }
<p style="color:#713657">This sample text font color is #713657.</p>
This text font color is #713657.
.myBgColor { background-color: #713657; }
<div style="background-color:#713657">Inner text</div>
This div background color is #713657.
.myBorderColor { border: 1px solid #713657; }
<div style="border:3px solid #713657">Div</div>
This div border color is #713657.
.myOpacity80 { color: #713657; opacity: 0.8; }
<p style="color:#713657;opacity:0.8;">80%</p>
Text with #713657 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713657;}
<p style="text-shadow: 3px 3px 1px #713657">Text here.</p>
This text has shadow with #713657 color.
.textShadow {text-shadow: 3px 3px 1px #713657, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713657, 5px 5px 20px red">Text here.</p>
This text has shadow with #713657 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713657, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713657, Direction=45, Strength=4)">Text</p>
This text has shadow with #713657 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713657; -webkit-box-shadow: 1px 1px 3px 2px #713657; box-shadow: 1px 1px 3px 2px #713657; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713657; -webkit-box-shadow: 1px 1px 3px 2px #713657; box-shadow:1px 1px 3px 2px #713657;">
Div content here</div>
This text has color #713657 on black background.
This text has color #713657 on white background.
This text has black color on #713657 background.
This text has white color on #713657 background.