HEX: #041013
RGB: (4,16,19)
#041013 contains red, green and blue colors in about the same proportion. Web safe color of #041013 is #000000 (or #000).
#041013 color RGB value is (4,16,19).
RGB: (4,16,19) (2%,6%,7%)
R 4 of 255 = 2%
G 16 of 255 = 6%
B 19 of 255 = 7%
R + G + B ~ 5%. #041013 is dark color.
R + G + B =
4 + 16 + 19 = 39 (100%)
R 4 of 39 ~ 10.26%
G 16 of 39 ~ 41.03%
B 19 of 39 ~ 48.72%
#041013 color CMYK value is (79,16,0,93).
CMYK: (79,16,0,93) C79M16Y0K93 (79%,16%,0%,93%) (0.79/0.16/0.00/0.93)
04 | 10 | 13 | |
---|---|---|---|
RGB | 4 | 16 | 19 |
HSL | 192° | 65.22% | 4.51% |
HSB/HSV | 192° | 78.95% | 7.45% |
CMYK | 78.95% | 15.79% | 0.00% |
92.55% |
HEX | 04 | 10 | 13 |
Decimal | 4 | 16 | 19 |
Binary | 100 | 10000 | 10011 |
Octal | 4 | 20 | 23 |
Examples of css and html codes for elements with #041013 color. Also use rgb(4,16,19) instead hex code.
.myTextColor { color: #041013; }
<p style="color:#041013">This sample text font color is #041013.</p>
This text font color is #041013.
.myBgColor { background-color: #041013; }
<div style="background-color:#041013">Inner text</div>
This div background color is #041013.
.myBorderColor { border: 1px solid #041013; }
<div style="border:3px solid #041013">Div</div>
This div border color is #041013.
.myOpacity80 { color: #041013; opacity: 0.8; }
<p style="color:#041013;opacity:0.8;">80%</p>
Text with #041013 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #041013;}
<p style="text-shadow: 3px 3px 1px #041013">Text here.</p>
This text has shadow with #041013 color.
.textShadow {text-shadow: 3px 3px 1px #041013, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #041013, 5px 5px 20px red">Text here.</p>
This text has shadow with #041013 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#041013, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#041013, Direction=45, Strength=4)">Text</p>
This text has shadow with #041013 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #041013; -webkit-box-shadow: 1px 1px 3px 2px #041013; box-shadow: 1px 1px 3px 2px #041013; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #041013; -webkit-box-shadow: 1px 1px 3px 2px #041013; box-shadow:1px 1px 3px 2px #041013;">
Div content here</div>
This text has color #041013 on black background.
This text has color #041013 on white background.
This text has black color on #041013 background.
This text has white color on #041013 background.