HEX: #701014
RGB: (112,16,20)
#701014 contains mainly red color. Web safe color of #701014 is #660000 (or #600).
#701014 color RGB value is (112,16,20).
RGB: (112,16,20) (44%,6%,8%)
R 112 of 255 = 44%
G 16 of 255 = 6%
B 20 of 255 = 8%
R + G + B ~ 19%. #701014 is dark color.
R + G + B =
112 + 16 + 20 = 148 (100%)
R 112 of 148 ~ 75.68%
G 16 of 148 ~ 10.81%
B 20 of 148 ~ 13.51%
#701014 color CMYK value is (0,86,82,56).
CMYK: (0,86,82,56) C0M86Y82K56 (0%,86%,82%,56%) (0.00/0.86/0.82/0.56)
70 | 10 | 14 | |
---|---|---|---|
RGB | 112 | 16 | 20 |
HSL | 358° | 75.00% | 25.10% |
HSB/HSV | 358° | 85.71% | 43.92% |
CMYK | 0.00% | 85.71% | 82.14% |
56.08% |
HEX | 70 | 10 | 14 |
Decimal | 112 | 16 | 20 |
Binary | 1110000 | 10000 | 10100 |
Octal | 160 | 20 | 24 |
Examples of css and html codes for elements with #701014 color. Also use rgb(112,16,20) instead hex code.
.myTextColor { color: #701014; }
<p style="color:#701014">This sample text font color is #701014.</p>
This text font color is #701014.
.myBgColor { background-color: #701014; }
<div style="background-color:#701014">Inner text</div>
This div background color is #701014.
.myBorderColor { border: 1px solid #701014; }
<div style="border:3px solid #701014">Div</div>
This div border color is #701014.
.myOpacity80 { color: #701014; opacity: 0.8; }
<p style="color:#701014;opacity:0.8;">80%</p>
Text with #701014 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #701014;}
<p style="text-shadow: 3px 3px 1px #701014">Text here.</p>
This text has shadow with #701014 color.
.textShadow {text-shadow: 3px 3px 1px #701014, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #701014, 5px 5px 20px red">Text here.</p>
This text has shadow with #701014 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#701014, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#701014, Direction=45, Strength=4)">Text</p>
This text has shadow with #701014 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #701014; -webkit-box-shadow: 1px 1px 3px 2px #701014; box-shadow: 1px 1px 3px 2px #701014; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #701014; -webkit-box-shadow: 1px 1px 3px 2px #701014; box-shadow:1px 1px 3px 2px #701014;">
Div content here</div>
This text has color #701014 on black background.
This text has color #701014 on white background.
This text has black color on #701014 background.
This text has white color on #701014 background.