HEX: #710422
RGB: (113,4,34)
#710422 contains mainly red color. Web safe color of #710422 is #660033 (or #603).
#710422 color RGB value is (113,4,34).
RGB: (113,4,34) (44%,2%,13%)
R 113 of 255 = 44%
G 4 of 255 = 2%
B 34 of 255 = 13%
R + G + B ~ 20%. #710422 is dark color.
R + G + B =
113 + 4 + 34 = 151 (100%)
R 113 of 151 ~ 74.83%
G 4 of 151 ~ 2.65%
B 34 of 151 ~ 22.52%
#710422 color CMYK value is (0,96,70,56).
CMYK: (0,96,70,56) C0M96Y70K56 (0%,96%,70%,56%) (0.00/0.96/0.70/0.56)
71 | 04 | 22 | |
---|---|---|---|
RGB | 113 | 4 | 34 |
HSL | 343° | 93.16% | 22.94% |
HSB/HSV | 343° | 96.46% | 44.31% |
CMYK | 0.00% | 96.46% | 69.91% |
55.69% |
HEX | 71 | 04 | 22 |
Decimal | 113 | 4 | 34 |
Binary | 1110001 | 100 | 100010 |
Octal | 161 | 4 | 42 |
Examples of css and html codes for elements with #710422 color. Also use rgb(113,4,34) instead hex code.
.myTextColor { color: #710422; }
<p style="color:#710422">This sample text font color is #710422.</p>
This text font color is #710422.
.myBgColor { background-color: #710422; }
<div style="background-color:#710422">Inner text</div>
This div background color is #710422.
.myBorderColor { border: 1px solid #710422; }
<div style="border:3px solid #710422">Div</div>
This div border color is #710422.
.myOpacity80 { color: #710422; opacity: 0.8; }
<p style="color:#710422;opacity:0.8;">80%</p>
Text with #710422 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #710422;}
<p style="text-shadow: 3px 3px 1px #710422">Text here.</p>
This text has shadow with #710422 color.
.textShadow {text-shadow: 3px 3px 1px #710422, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #710422, 5px 5px 20px red">Text here.</p>
This text has shadow with #710422 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#710422, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#710422, Direction=45, Strength=4)">Text</p>
This text has shadow with #710422 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #710422; -webkit-box-shadow: 1px 1px 3px 2px #710422; box-shadow: 1px 1px 3px 2px #710422; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #710422; -webkit-box-shadow: 1px 1px 3px 2px #710422; box-shadow:1px 1px 3px 2px #710422;">
Div content here</div>
This text has color #710422 on black background.
This text has color #710422 on white background.
This text has black color on #710422 background.
This text has white color on #710422 background.