HEX: #712946
RGB: (113,41,70)
#712946 contains mainly red and blue colors. Web safe color of #712946 is #663333 (or #633).
#712946 color RGB value is (113,41,70).
RGB: (113,41,70) (44%,16%,27%)
R 113 of 255 = 44%
G 41 of 255 = 16%
B 70 of 255 = 27%
R + G + B ~ 29%. #712946 is quite dark color.
R + G + B =
113 + 41 + 70 = 224 (100%)
R 113 of 224 ~ 50.45%
G 41 of 224 ~ 18.3%
B 70 of 224 ~ 31.25%
#712946 color CMYK value is (0,64,38,56).
CMYK: (0,64,38,56) C0M64Y38K56 (0%,64%,38%,56%) (0.00/0.64/0.38/0.56)
71 | 29 | 46 | |
---|---|---|---|
RGB | 113 | 41 | 70 |
HSL | 336° | 46.75% | 30.20% |
HSB/HSV | 336° | 63.72% | 44.31% |
CMYK | 0.00% | 63.72% | 38.05% |
55.69% |
HEX | 71 | 29 | 46 |
Decimal | 113 | 41 | 70 |
Binary | 1110001 | 101001 | 1000110 |
Octal | 161 | 51 | 106 |
Examples of css and html codes for elements with #712946 color. Also use rgb(113,41,70) instead hex code.
.myTextColor { color: #712946; }
<p style="color:#712946">This sample text font color is #712946.</p>
This text font color is #712946.
.myBgColor { background-color: #712946; }
<div style="background-color:#712946">Inner text</div>
This div background color is #712946.
.myBorderColor { border: 1px solid #712946; }
<div style="border:3px solid #712946">Div</div>
This div border color is #712946.
.myOpacity80 { color: #712946; opacity: 0.8; }
<p style="color:#712946;opacity:0.8;">80%</p>
Text with #712946 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712946;}
<p style="text-shadow: 3px 3px 1px #712946">Text here.</p>
This text has shadow with #712946 color.
.textShadow {text-shadow: 3px 3px 1px #712946, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712946, 5px 5px 20px red">Text here.</p>
This text has shadow with #712946 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712946, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712946, Direction=45, Strength=4)">Text</p>
This text has shadow with #712946 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712946; -webkit-box-shadow: 1px 1px 3px 2px #712946; box-shadow: 1px 1px 3px 2px #712946; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #712946; -webkit-box-shadow: 1px 1px 3px 2px #712946; box-shadow:1px 1px 3px 2px #712946;">
Div content here</div>
This text has color #712946 on black background.
This text has color #712946 on white background.
This text has black color on #712946 background.
This text has white color on #712946 background.