HEX: #71410B
RGB: (113,65,11)
#71410B contains mainly red and green colors. Web safe color of #71410B is #663300 (or #630).
#71410B color RGB value is (113,65,11).
RGB: (113,65,11) (44%,25%,4%)
R 113 of 255 = 44%
G 65 of 255 = 25%
B 11 of 255 = 4%
R + G + B ~ 24%. #71410B is dark color.
R + G + B =
113 + 65 + 11 = 189 (100%)
R 113 of 189 ~ 59.79%
G 65 of 189 ~ 34.39%
B 11 of 189 ~ 5.82%
#71410B color CMYK value is (0,42,90,56).
CMYK: (0,42,90,56) C0M42Y90K56 (0%,42%,90%,56%) (0.00/0.42/0.90/0.56)
71 | 41 | 0B | |
---|---|---|---|
RGB | 113 | 65 | 11 |
HSL | 32° | 82.26% | 24.31% |
HSB/HSV | 32° | 90.27% | 44.31% |
CMYK | 0.00% | 42.48% | 90.27% |
55.69% |
HEX | 71 | 41 | 0B |
Decimal | 113 | 65 | 11 |
Binary | 1110001 | 1000001 | 1011 |
Octal | 161 | 101 | 13 |
Examples of css and html codes for elements with #71410B color. Also use rgb(113,65,11) instead hex code.
.myTextColor { color: #71410B; }
<p style="color:#71410B">This sample text font color is #71410B.</p>
This text font color is #71410B.
.myBgColor { background-color: #71410B; }
<div style="background-color:#71410B">Inner text</div>
This div background color is #71410B.
.myBorderColor { border: 1px solid #71410B; }
<div style="border:3px solid #71410B">Div</div>
This div border color is #71410B.
.myOpacity80 { color: #71410B; opacity: 0.8; }
<p style="color:#71410B;opacity:0.8;">80%</p>
Text with #71410B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71410B;}
<p style="text-shadow: 3px 3px 1px #71410B">Text here.</p>
This text has shadow with #71410B color.
.textShadow {text-shadow: 3px 3px 1px #71410B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71410B, 5px 5px 20px red">Text here.</p>
This text has shadow with #71410B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71410B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71410B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71410B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71410B; -webkit-box-shadow: 1px 1px 3px 2px #71410B; box-shadow: 1px 1px 3px 2px #71410B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71410B; -webkit-box-shadow: 1px 1px 3px 2px #71410B; box-shadow:1px 1px 3px 2px #71410B;">
Div content here</div>
This text has color #71410B on black background.
This text has color #71410B on white background.
This text has black color on #71410B background.
This text has white color on #71410B background.