HEX: #712820
RGB: (113,40,32)
#712820 contains mainly red color. Web safe color of #712820 is #663333 (or #633).
#712820 color RGB value is (113,40,32).
RGB: (113,40,32)
(44%, 16%, 13%)
R 113 of 255 = 44%
G 40 of 255 = 16%
B 32 of 255 = 13%
R + G + B ~ 24%. #712820 is dark color.
R + G + B = 113 + 40 + 32 = 185 (100%)
R 113 of 185 ~ 61.08%
G 40 of 185 ~ 21.62%
B 32 of 185 ~ 17.3'%
#712820 color CMYK value is (0,65,72,56).
CMYK: (0,65,72,56) C0M65Y72K56 (0%,65%,72%,56%) (0.00/0.65/0.72/0.56)
Color #712820 in popluar color models
71 | 28 | 20 | |
---|---|---|---|
RGB | 113 | 40 | 32 |
HSL | 6° | 55.86% | 28.43% |
HSB/HSV | 6° | 71.68% | 44.31% |
CMYK | 0.00% | 64.60% | 71.68% |
55.69% |
Color #712820 in popluar number systems.
HEX | 71 | 28 | 20 |
Decimal | 113 | 40 | 32 |
Binary | 1110001 | 101000 | 100000 |
Octal | 161 | 50 | 40 |
Shades of #712820
Tints of #712820
Examples of css and html codes for elements with #712820 color. Also use rgb(113,40,32) instead hex code.
.myTextColor { color: #712820; }
<p style="color:#712820">This sample text font color is #712820.</p>
This text font color is #712820.
.myBgColor { background-color: #712820; }
<div style="background-color:#712820">Inner text</div>
This div background color is #712820.
.myBorderColor { border: 1px solid #712820; }
<div style="border:3px solid #712820">Div</div>
This div border color is #712820.
.myOpacity80 { color: #712820; opacity: 0.8; }
<p style="color:#712820;opacity:0.8;">80%</p>
Text with #712820 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712820;}
<p style="text-shadow: 3px 3px 1px #712820">Text here.</p>
This text has shadow with #712820 color.
.textShadow {text-shadow: 3px 3px 1px #712820', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712820, 5px 5px 20px red">Text here.</p>
This text has shadow with #712820 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712820, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712820, Direction=45, Strength=4)">Text</p>
This text has shadow with #712820 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #712820;
-webkit-box-shadow: 1px 1px 3px 2px #712820;
box-shadow: 1px 1px 3px 2px #712820;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #712820; -webkit-box-shadow: 1px 1px 3px 2px #712820; box-shadow:1px 1px 3px 2px #712820;">
Div content here
</div>
This text has color #712820 on black background.
This text has color #712820 on white background.
This text has black color on #712820 background.
This text has white color on #712820 background.
Complementary color for #hex is #8ED7DF.