HEX: #713724
RGB: (113,55,36)
#713724 contains mainly red and green colors. Web safe color of #713724 is #663333 (or #633).
#713724 color RGB value is (113,55,36).
RGB: (113,55,36) (44%,22%,14%)
R 113 of 255 = 44%
G 55 of 255 = 22%
B 36 of 255 = 14%
R + G + B ~ 27%. #713724 is quite dark color.
R + G + B =
113 + 55 + 36 = 204 (100%)
R 113 of 204 ~ 55.39%
G 55 of 204 ~ 26.96%
B 36 of 204 ~ 17.65%
#713724 color CMYK value is (0,51,68,56).
CMYK: (0,51,68,56) C0M51Y68K56 (0%,51%,68%,56%) (0.00/0.51/0.68/0.56)
71 | 37 | 24 | |
---|---|---|---|
RGB | 113 | 55 | 36 |
HSL | 15° | 51.68% | 29.22% |
HSB/HSV | 15° | 68.14% | 44.31% |
CMYK | 0.00% | 51.33% | 68.14% |
55.69% |
HEX | 71 | 37 | 24 |
Decimal | 113 | 55 | 36 |
Binary | 1110001 | 110111 | 100100 |
Octal | 161 | 67 | 44 |
Examples of css and html codes for elements with #713724 color. Also use rgb(113,55,36) instead hex code.
.myTextColor { color: #713724; }
<p style="color:#713724">This sample text font color is #713724.</p>
This text font color is #713724.
.myBgColor { background-color: #713724; }
<div style="background-color:#713724">Inner text</div>
This div background color is #713724.
.myBorderColor { border: 1px solid #713724; }
<div style="border:3px solid #713724">Div</div>
This div border color is #713724.
.myOpacity80 { color: #713724; opacity: 0.8; }
<p style="color:#713724;opacity:0.8;">80%</p>
Text with #713724 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713724;}
<p style="text-shadow: 3px 3px 1px #713724">Text here.</p>
This text has shadow with #713724 color.
.textShadow {text-shadow: 3px 3px 1px #713724, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713724, 5px 5px 20px red">Text here.</p>
This text has shadow with #713724 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713724, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713724, Direction=45, Strength=4)">Text</p>
This text has shadow with #713724 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713724; -webkit-box-shadow: 1px 1px 3px 2px #713724; box-shadow: 1px 1px 3px 2px #713724; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713724; -webkit-box-shadow: 1px 1px 3px 2px #713724; box-shadow:1px 1px 3px 2px #713724;">
Div content here</div>
This text has color #713724 on black background.
This text has color #713724 on white background.
This text has black color on #713724 background.
This text has white color on #713724 background.