HEX: #711615
RGB: (113,22,21)
#711615 contains mainly red color. Web safe color of #711615 is #660000 (or #600).
#711615 color RGB value is (113,22,21).
RGB: (113,22,21) (44%,9%,8%)
R 113 of 255 = 44%
G 22 of 255 = 9%
B 21 of 255 = 8%
R + G + B ~ 20%. #711615 is dark color.
R + G + B =
113 + 22 + 21 = 156 (100%)
R 113 of 156 ~ 72.44%
G 22 of 156 ~ 14.1%
B 21 of 156 ~ 13.46%
#711615 color CMYK value is (0,81,81,56).
CMYK: (0,81,81,56) C0M81Y81K56 (0%,81%,81%,56%) (0.00/0.81/0.81/0.56)
71 | 16 | 15 | |
---|---|---|---|
RGB | 113 | 22 | 21 |
HSL | 1° | 68.66% | 26.27% |
HSB/HSV | 1° | 81.42% | 44.31% |
CMYK | 0.00% | 80.53% | 81.42% |
55.69% |
HEX | 71 | 16 | 15 |
Decimal | 113 | 22 | 21 |
Binary | 1110001 | 10110 | 10101 |
Octal | 161 | 26 | 25 |
Examples of css and html codes for elements with #711615 color. Also use rgb(113,22,21) instead hex code.
.myTextColor { color: #711615; }
<p style="color:#711615">This sample text font color is #711615.</p>
This text font color is #711615.
.myBgColor { background-color: #711615; }
<div style="background-color:#711615">Inner text</div>
This div background color is #711615.
.myBorderColor { border: 1px solid #711615; }
<div style="border:3px solid #711615">Div</div>
This div border color is #711615.
.myOpacity80 { color: #711615; opacity: 0.8; }
<p style="color:#711615;opacity:0.8;">80%</p>
Text with #711615 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711615;}
<p style="text-shadow: 3px 3px 1px #711615">Text here.</p>
This text has shadow with #711615 color.
.textShadow {text-shadow: 3px 3px 1px #711615, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711615, 5px 5px 20px red">Text here.</p>
This text has shadow with #711615 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711615, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711615, Direction=45, Strength=4)">Text</p>
This text has shadow with #711615 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711615; -webkit-box-shadow: 1px 1px 3px 2px #711615; box-shadow: 1px 1px 3px 2px #711615; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711615; -webkit-box-shadow: 1px 1px 3px 2px #711615; box-shadow:1px 1px 3px 2px #711615;">
Div content here</div>
This text has color #711615 on black background.
This text has color #711615 on white background.
This text has black color on #711615 background.
This text has white color on #711615 background.