HEX: #00140E
RGB: (0,20,14)
#00140E contains only green and blue colors. Web safe color of #00140E is #000000 (or #000).
#00140E color RGB value is (0,20,14).
RGB: (0,20,14)
(0%, 8%, 5%)
R 0 of 255 = 0%
G 20 of 255 = 8%
B 14 of 255 = 5%
R + G + B ~ 4%. #00140E is dark color.
R + G + B = 0 + 20 + 14 = 34 (100%)
R 0 of 34 ~ 0%
G 20 of 34 ~ 58.82%
B 14 of 34 ~ 41.18'%
#00140E color CMYK value is (100,0,30,92).
CMYK: (100,0,30,92)
C100M0Y30K92 (100%, 0%, 30%, 92%)
(1.00 / 0.00 / 0.30 / 0.92)
Color #00140E in popluar color models
00 | 14 | 0E | |
---|---|---|---|
RGB | 0 | 20 | 14 |
HSL | 162° | 100.00% | 3.92% |
HSB/HSV | 162° | 100.00% | 7.84% |
CMYK | 100.00% | 0.00% | 30.00% |
92.16% |
Color #00140E in popluar number systems.
HEX | 00 | 14 | 0E |
Decimal | 0 | 20 | 14 |
Binary | 0 | 10100 | 1110 |
Octal | 0 | 24 | 16 |
Shades of #00140E
Tints of #00140E
Examples of css and html codes for elements with #00140E color. Also use rgb(0,20,14) instead hex code.
.myTextColor { color: #00140E; }
<p style="color:#00140E">This sample text font color is #00140E.</p>
This text font color is #00140E.
.myBgColor { background-color: #00140E; }
<div style="background-color:#00140E">Inner text</div>
This div background color is #00140E.
.myBorderColor { border: 1px solid #00140E; }
<div style="border:3px solid #00140E">Div</div>
This div border color is #00140E.
.myOpacity80 { color: #00140E; opacity: 0.8; }
<p style="color:#00140E;opacity:0.8;">80%</p>
Text with #00140E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00140E;}
<p style="text-shadow: 3px 3px 1px #00140E">Text here.</p>
This text has shadow with #00140E color.
.textShadow {text-shadow: 3px 3px 1px #00140E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00140E, 5px 5px 20px red">Text here.</p>
This text has shadow with #00140E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00140E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00140E, Direction=45, Strength=4)">Text</p>
This text has shadow with #00140E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00140E;
-webkit-box-shadow: 1px 1px 3px 2px #00140E;
box-shadow: 1px 1px 3px 2px #00140E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00140E; -webkit-box-shadow: 1px 1px 3px 2px #00140E; box-shadow:1px 1px 3px 2px #00140E;">
Div content here
</div>
This text has color #00140E on black background.
This text has color #00140E on white background.
This text has black color on #00140E background.
This text has white color on #00140E background.
Complementary color for #hex is #FFEBF1.