HEX: #712743
RGB: (113,39,67)
#712743 contains mainly red and blue colors. Web safe color of #712743 is #663333 (or #633).
#712743 color RGB value is (113,39,67).
RGB: (113,39,67) (44%,15%,26%)
R 113 of 255 = 44%
G 39 of 255 = 15%
B 67 of 255 = 26%
R + G + B ~ 28%. #712743 is quite dark color.
R + G + B =
113 + 39 + 67 = 219 (100%)
R 113 of 219 ~ 51.6%
G 39 of 219 ~ 17.81%
B 67 of 219 ~ 30.59%
#712743 color CMYK value is (0,65,41,56).
CMYK: (0,65,41,56) C0M65Y41K56 (0%,65%,41%,56%) (0.00/0.65/0.41/0.56)
71 | 27 | 43 | |
---|---|---|---|
RGB | 113 | 39 | 67 |
HSL | 337° | 48.68% | 29.80% |
HSB/HSV | 337° | 65.49% | 44.31% |
CMYK | 0.00% | 65.49% | 40.71% |
55.69% |
HEX | 71 | 27 | 43 |
Decimal | 113 | 39 | 67 |
Binary | 1110001 | 100111 | 1000011 |
Octal | 161 | 47 | 103 |
Examples of css and html codes for elements with #712743 color. Also use rgb(113,39,67) instead hex code.
.myTextColor { color: #712743; }
<p style="color:#712743">This sample text font color is #712743.</p>
This text font color is #712743.
.myBgColor { background-color: #712743; }
<div style="background-color:#712743">Inner text</div>
This div background color is #712743.
.myBorderColor { border: 1px solid #712743; }
<div style="border:3px solid #712743">Div</div>
This div border color is #712743.
.myOpacity80 { color: #712743; opacity: 0.8; }
<p style="color:#712743;opacity:0.8;">80%</p>
Text with #712743 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712743;}
<p style="text-shadow: 3px 3px 1px #712743">Text here.</p>
This text has shadow with #712743 color.
.textShadow {text-shadow: 3px 3px 1px #712743, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712743, 5px 5px 20px red">Text here.</p>
This text has shadow with #712743 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712743, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712743, Direction=45, Strength=4)">Text</p>
This text has shadow with #712743 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712743; -webkit-box-shadow: 1px 1px 3px 2px #712743; box-shadow: 1px 1px 3px 2px #712743; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #712743; -webkit-box-shadow: 1px 1px 3px 2px #712743; box-shadow:1px 1px 3px 2px #712743;">
Div content here</div>
This text has color #712743 on black background.
This text has color #712743 on white background.
This text has black color on #712743 background.
This text has white color on #712743 background.