HEX: #701307
RGB: (112,19,7)
#701307 contains mainly red color. Web safe color of #701307 is #660000 (or #600).
#701307 color RGB value is (112,19,7).
RGB: (112,19,7)
(44%, 7%, 3%)
R 112 of 255 = 44%
G 19 of 255 = 7%
B 7 of 255 = 3%
R + G + B ~ 18%. #701307 is dark color.
R + G + B = 112 + 19 + 7 = 138 (100%)
R 112 of 138 ~ 81.16%
G 19 of 138 ~ 13.77%
B 7 of 138 ~ 5.07'%
#701307 color CMYK value is (0,83,94,56).
CMYK: (0,83,94,56)
C0M83Y94K56 (0%, 83%, 94%, 56%)
(0.00 / 0.83 / 0.94 / 0.56)
Color #701307 in popluar color models
70 | 13 | 07 | |
---|---|---|---|
RGB | 112 | 19 | 7 |
HSL | 7° | 88.24% | 23.33% |
HSB/HSV | 7° | 93.75% | 43.92% |
CMYK | 0.00% | 83.04% | 93.75% |
56.08% |
Color #701307 in popluar number systems.
HEX | 70 | 13 | 07 |
Decimal | 112 | 19 | 7 |
Binary | 1110000 | 10011 | 111 |
Octal | 160 | 23 | 7 |
Shades of #701307
Tints of #701307
Examples of css and html codes for elements with #701307 color. Also use rgb(112,19,7) instead hex code.
.myTextColor { color: #701307; }
<p style="color:#701307">This sample text font color is #701307.</p>
This text font color is #701307.
.myBgColor { background-color: #701307; }
<div style="background-color:#701307">Inner text</div>
This div background color is #701307.
.myBorderColor { border: 1px solid #701307; }
<div style="border:3px solid #701307">Div</div>
This div border color is #701307.
.myOpacity80 { color: #701307; opacity: 0.8; }
<p style="color:#701307;opacity:0.8;">80%</p>
Text with #701307 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #701307;}
<p style="text-shadow: 3px 3px 1px #701307">Text here.</p>
This text has shadow with #701307 color.
.textShadow {text-shadow: 3px 3px 1px #701307', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #701307, 5px 5px 20px red">Text here.</p>
This text has shadow with #701307 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#701307, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#701307, Direction=45, Strength=4)">Text</p>
This text has shadow with #701307 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #701307;
-webkit-box-shadow: 1px 1px 3px 2px #701307;
box-shadow: 1px 1px 3px 2px #701307;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #701307; -webkit-box-shadow: 1px 1px 3px 2px #701307; box-shadow:1px 1px 3px 2px #701307;">
Div content here
</div>
This text has color #701307 on black background.
This text has color #701307 on white background.
This text has black color on #701307 background.
This text has white color on #701307 background.
Complementary color for #hex is #8FECF8.