HEX: #071404
RGB: (7,20,4)
#071404 contains red, green and blue colors in about the same proportion. Web safe color of #071404 is #000000 (or #000).
#071404 color RGB value is (7,20,4).
RGB: (7,20,4) (3%,8%,2%)
R 7 of 255 = 3%
G 20 of 255 = 8%
B 4 of 255 = 2%
R + G + B ~ 4%. #071404 is dark color.
R + G + B =
7 + 20 + 4 = 31 (100%)
R 7 of 31 ~ 22.58%
G 20 of 31 ~ 64.52%
B 4 of 31 ~ 12.9%
#071404 color CMYK value is (65,0,80,92).
CMYK: (65,0,80,92) C65M0Y80K92 (65%,0%,80%,92%) (0.65/0.00/0.80/0.92)
07 | 14 | 04 | |
---|---|---|---|
RGB | 7 | 20 | 4 |
HSL | 109° | 66.67% | 4.71% |
HSB/HSV | 109° | 80.00% | 7.84% |
CMYK | 65.00% | 0.00% | 80.00% |
92.16% |
HEX | 07 | 14 | 04 |
Decimal | 7 | 20 | 4 |
Binary | 111 | 10100 | 100 |
Octal | 7 | 24 | 4 |
Examples of css and html codes for elements with #071404 color. Also use rgb(7,20,4) instead hex code.
.myTextColor { color: #071404; }
<p style="color:#071404">This sample text font color is #071404.</p>
This text font color is #071404.
.myBgColor { background-color: #071404; }
<div style="background-color:#071404">Inner text</div>
This div background color is #071404.
.myBorderColor { border: 1px solid #071404; }
<div style="border:3px solid #071404">Div</div>
This div border color is #071404.
.myOpacity80 { color: #071404; opacity: 0.8; }
<p style="color:#071404;opacity:0.8;">80%</p>
Text with #071404 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #071404;}
<p style="text-shadow: 3px 3px 1px #071404">Text here.</p>
This text has shadow with #071404 color.
.textShadow {text-shadow: 3px 3px 1px #071404, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #071404, 5px 5px 20px red">Text here.</p>
This text has shadow with #071404 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#071404, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#071404, Direction=45, Strength=4)">Text</p>
This text has shadow with #071404 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #071404; -webkit-box-shadow: 1px 1px 3px 2px #071404; box-shadow: 1px 1px 3px 2px #071404; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #071404; -webkit-box-shadow: 1px 1px 3px 2px #071404; box-shadow:1px 1px 3px 2px #071404;">
Div content here</div>
This text has color #071404 on black background.
This text has color #071404 on white background.
This text has black color on #071404 background.
This text has white color on #071404 background.