HEX: #070401
RGB: (7,4,1)
#070401 contains red, green and blue colors in about the same proportion. Web safe color of #070401 is #000000 (or #000).
#070401 color RGB value is (7,4,1).
RGB: (7,4,1)
(3%, 2%, 0%)
R 7 of 255 = 3%
G 4 of 255 = 2%
B 1 of 255 = 0%
R + G + B ~ 2%. #070401 is dark color.
R + G + B = 7 + 4 + 1 = 12 (100%)
R 7 of 12 ~ 58.33%
G 4 of 12 ~ 33.33%
B 1 of 12 ~ 8.33'%
#070401 color CMYK value is (0,43,86,97).
CMYK: (0,43,86,97) C0M43Y86K97 (0%,43%,86%,97%) (0.00/0.43/0.86/0.97)
Color #070401 in popluar color models
07 | 04 | 01 | |
---|---|---|---|
RGB | 7 | 4 | 1 |
HSL | 30° | 75.00% | 1.57% |
HSB/HSV | 30° | 85.71% | 2.75% |
CMYK | 0.00% | 42.86% | 85.71% |
97.25% |
Color #070401 in popluar number systems.
HEX | 07 | 04 | 01 |
Decimal | 7 | 4 | 1 |
Binary | 111 | 100 | 1 |
Octal | 7 | 4 | 1 |
Tints of #070401
Examples of css and html codes for elements with #070401 color. Also use rgb(7,4,1) instead hex code.
.myTextColor { color: #070401; }
<p style="color:#070401">This sample text font color is #070401.</p>
This text font color is #070401.
.myBgColor { background-color: #070401; }
<div style="background-color:#070401">Inner text</div>
This div background color is #070401.
.myBorderColor { border: 1px solid #070401; }
<div style="border:3px solid #070401">Div</div>
This div border color is #070401.
.myOpacity80 { color: #070401; opacity: 0.8; }
<p style="color:#070401;opacity:0.8;">80%</p>
Text with #070401 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #070401;}
<p style="text-shadow: 3px 3px 1px #070401">Text here.</p>
This text has shadow with #070401 color.
.textShadow {text-shadow: 3px 3px 1px #070401', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #070401, 5px 5px 20px red">Text here.</p>
This text has shadow with #070401 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#070401, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#070401, Direction=45, Strength=4)">Text</p>
This text has shadow with #070401 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #070401;
-webkit-box-shadow: 1px 1px 3px 2px #070401;
box-shadow: 1px 1px 3px 2px #070401;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #070401; -webkit-box-shadow: 1px 1px 3px 2px #070401; box-shadow:1px 1px 3px 2px #070401;">
Div content here
</div>
This text has color #070401 on black background.
This text has color #070401 on white background.
This text has black color on #070401 background.
This text has white color on #070401 background.
Complementary color for #hex is #F8FBFE.