HEX: #121004
RGB: (18,16,4)
#121004 contains red, green and blue colors in about the same proportion. Web safe color of #121004 is #000000 (or #000).
#121004 color RGB value is (18,16,4).
RGB: (18,16,4)
(7%, 6%, 2%)
R 18 of 255 = 7%
G 16 of 255 = 6%
B 4 of 255 = 2%
R + G + B ~ 5%. #121004 is dark color.
R + G + B = 18 + 16 + 4 = 38 (100%)
R 18 of 38 ~ 47.37%
G 16 of 38 ~ 42.11%
B 4 of 38 ~ 10.53'%
#121004 color CMYK value is (0,11,78,93).
CMYK: (0,11,78,93)
C0M11Y78K93 (0%, 11%, 78%, 93%)
(0.00 / 0.11 / 0.78 / 0.93)
Color #121004 in popluar color models
12 | 10 | 04 | |
---|---|---|---|
RGB | 18 | 16 | 4 |
HSL | 51° | 63.64% | 4.31% |
HSB/HSV | 51° | 77.78% | 7.06% |
CMYK | 0.00% | 11.11% | 77.78% |
92.94% |
Color #121004 in popluar number systems.
HEX | 12 | 10 | 04 |
Decimal | 18 | 16 | 4 |
Binary | 10010 | 10000 | 100 |
Octal | 22 | 20 | 4 |
Shades of #121004
Tints of #121004
Examples of css and html codes for elements with #121004 color. Also use rgb(18,16,4) instead hex code.
.myTextColor { color: #121004; }
<p style="color:#121004">This sample text font color is #121004.</p>
This text font color is #121004.
.myBgColor { background-color: #121004; }
<div style="background-color:#121004">Inner text</div>
This div background color is #121004.
.myBorderColor { border: 1px solid #121004; }
<div style="border:3px solid #121004">Div</div>
This div border color is #121004.
.myOpacity80 { color: #121004; opacity: 0.8; }
<p style="color:#121004;opacity:0.8;">80%</p>
Text with #121004 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #121004;}
<p style="text-shadow: 3px 3px 1px #121004">Text here.</p>
This text has shadow with #121004 color.
.textShadow {text-shadow: 3px 3px 1px #121004', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #121004, 5px 5px 20px red">Text here.</p>
This text has shadow with #121004 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#121004, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#121004, Direction=45, Strength=4)">Text</p>
This text has shadow with #121004 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #121004;
-webkit-box-shadow: 1px 1px 3px 2px #121004;
box-shadow: 1px 1px 3px 2px #121004;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #121004; -webkit-box-shadow: 1px 1px 3px 2px #121004; box-shadow:1px 1px 3px 2px #121004;">
Div content here
</div>
This text has color #121004 on black background.
This text has color #121004 on white background.
This text has black color on #121004 background.
This text has white color on #121004 background.
Complementary color for #hex is #EDEFFB.