HEX: #71631F
RGB: (113,99,31)
#71631F contains mainly red and green colors. Web safe color of #71631F is #666633 (or #663).
#71631F color RGB value is (113,99,31).
RGB: (113,99,31) (44%,39%,12%)
R 113 of 255 = 44%
G 99 of 255 = 39%
B 31 of 255 = 12%
R + G + B ~ 32%. #71631F is quite dark color.
R + G + B =
113 + 99 + 31 = 243 (100%)
R 113 of 243 ~ 46.5%
G 99 of 243 ~ 40.74%
B 31 of 243 ~ 12.76%
#71631F color CMYK value is (0,12,73,56).
CMYK: (0,12,73,56) C0M12Y73K56 (0%,12%,73%,56%) (0.00/0.12/0.73/0.56)
71 | 63 | 1F | |
---|---|---|---|
RGB | 113 | 99 | 31 |
HSL | 50° | 56.94% | 28.24% |
HSB/HSV | 50° | 72.57% | 44.31% |
CMYK | 0.00% | 12.39% | 72.57% |
55.69% |
HEX | 71 | 63 | 1F |
Decimal | 113 | 99 | 31 |
Binary | 1110001 | 1100011 | 11111 |
Octal | 161 | 143 | 37 |
Examples of css and html codes for elements with #71631F color. Also use rgb(113,99,31) instead hex code.
.myTextColor { color: #71631F; }
<p style="color:#71631F">This sample text font color is #71631F.</p>
This text font color is #71631F.
.myBgColor { background-color: #71631F; }
<div style="background-color:#71631F">Inner text</div>
This div background color is #71631F.
.myBorderColor { border: 1px solid #71631F; }
<div style="border:3px solid #71631F">Div</div>
This div border color is #71631F.
.myOpacity80 { color: #71631F; opacity: 0.8; }
<p style="color:#71631F;opacity:0.8;">80%</p>
Text with #71631F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71631F;}
<p style="text-shadow: 3px 3px 1px #71631F">Text here.</p>
This text has shadow with #71631F color.
.textShadow {text-shadow: 3px 3px 1px #71631F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71631F, 5px 5px 20px red">Text here.</p>
This text has shadow with #71631F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71631F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71631F, Direction=45, Strength=4)">Text</p>
This text has shadow with #71631F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71631F; -webkit-box-shadow: 1px 1px 3px 2px #71631F; box-shadow: 1px 1px 3px 2px #71631F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71631F; -webkit-box-shadow: 1px 1px 3px 2px #71631F; box-shadow:1px 1px 3px 2px #71631F;">
Div content here</div>
This text has color #71631F on black background.
This text has color #71631F on white background.
This text has black color on #71631F background.
This text has white color on #71631F background.