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