HEX: #713419
RGB: (113,52,25)
#713419 contains mainly red color. Web safe color of #713419 is #663300 (or #630).
#713419 color RGB value is (113,52,25).
RGB: (113,52,25) (44%,20%,10%)
R 113 of 255 = 44%
G 52 of 255 = 20%
B 25 of 255 = 10%
R + G + B ~ 25%. #713419 is quite dark color.
R + G + B =
113 + 52 + 25 = 190 (100%)
R 113 of 190 ~ 59.47%
G 52 of 190 ~ 27.37%
B 25 of 190 ~ 13.16%
#713419 color CMYK value is (0,54,78,56).
CMYK: (0,54,78,56) C0M54Y78K56 (0%,54%,78%,56%) (0.00/0.54/0.78/0.56)
71 | 34 | 19 | |
---|---|---|---|
RGB | 113 | 52 | 25 |
HSL | 18° | 63.77% | 27.06% |
HSB/HSV | 18° | 77.88% | 44.31% |
CMYK | 0.00% | 53.98% | 77.88% |
55.69% |
HEX | 71 | 34 | 19 |
Decimal | 113 | 52 | 25 |
Binary | 1110001 | 110100 | 11001 |
Octal | 161 | 64 | 31 |
Examples of css and html codes for elements with #713419 color. Also use rgb(113,52,25) instead hex code.
.myTextColor { color: #713419; }
<p style="color:#713419">This sample text font color is #713419.</p>
This text font color is #713419.
.myBgColor { background-color: #713419; }
<div style="background-color:#713419">Inner text</div>
This div background color is #713419.
.myBorderColor { border: 1px solid #713419; }
<div style="border:3px solid #713419">Div</div>
This div border color is #713419.
.myOpacity80 { color: #713419; opacity: 0.8; }
<p style="color:#713419;opacity:0.8;">80%</p>
Text with #713419 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713419;}
<p style="text-shadow: 3px 3px 1px #713419">Text here.</p>
This text has shadow with #713419 color.
.textShadow {text-shadow: 3px 3px 1px #713419, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713419, 5px 5px 20px red">Text here.</p>
This text has shadow with #713419 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713419, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713419, Direction=45, Strength=4)">Text</p>
This text has shadow with #713419 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713419; -webkit-box-shadow: 1px 1px 3px 2px #713419; box-shadow: 1px 1px 3px 2px #713419; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713419; -webkit-box-shadow: 1px 1px 3px 2px #713419; box-shadow:1px 1px 3px 2px #713419;">
Div content here</div>
This text has color #713419 on black background.
This text has color #713419 on white background.
This text has black color on #713419 background.
This text has white color on #713419 background.