HEX: #09390E
RGB: (9,57,14)
#09390E contains red, green and blue colors in about the same proportion. Web safe color of #09390E is #003300 (or #030).
#09390E color RGB value is (9,57,14).
RGB: (9,57,14)
(4%, 22%, 5%)
R 9 of 255 = 4%
G 57 of 255 = 22%
B 14 of 255 = 5%
R + G + B ~ 10%. #09390E is dark color.
R + G + B = 9 + 57 + 14 = 80 (100%)
R 9 of 80 ~ 11.25%
G 57 of 80 ~ 71.25%
B 14 of 80 ~ 17.5'%
#09390E color CMYK value is (84,0,75,78).
CMYK: (84,0,75,78)
C84M0Y75K78 (84%, 0%, 75%, 78%)
(0.84 / 0.00 / 0.75 / 0.78)
Color #09390E in popluar color models
09 | 39 | 0E | |
---|---|---|---|
RGB | 9 | 57 | 14 |
HSL | 126° | 72.73% | 12.94% |
HSB/HSV | 126° | 84.21% | 22.35% |
CMYK | 84.21% | 0.00% | 75.44% |
77.65% |
Color #09390E in popluar number systems.
HEX | 09 | 39 | 0E |
Decimal | 9 | 57 | 14 |
Binary | 1001 | 111001 | 1110 |
Octal | 11 | 71 | 16 |
Shades of #09390E
Tints of #09390E
Examples of css and html codes for elements with #09390E color. Also use rgb(9,57,14) instead hex code.
.myTextColor { color: #09390E; }
<p style="color:#09390E">This sample text font color is #09390E.</p>
This text font color is #09390E.
.myBgColor { background-color: #09390E; }
<div style="background-color:#09390E">Inner text</div>
This div background color is #09390E.
.myBorderColor { border: 1px solid #09390E; }
<div style="border:3px solid #09390E">Div</div>
This div border color is #09390E.
.myOpacity80 { color: #09390E; opacity: 0.8; }
<p style="color:#09390E;opacity:0.8;">80%</p>
Text with #09390E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #09390E;}
<p style="text-shadow: 3px 3px 1px #09390E">Text here.</p>
This text has shadow with #09390E color.
.textShadow {text-shadow: 3px 3px 1px #09390E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #09390E, 5px 5px 20px red">Text here.</p>
This text has shadow with #09390E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09390E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#09390E, Direction=45, Strength=4)">Text</p>
This text has shadow with #09390E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #09390E;
-webkit-box-shadow: 1px 1px 3px 2px #09390E;
box-shadow: 1px 1px 3px 2px #09390E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09390E; -webkit-box-shadow: 1px 1px 3px 2px #09390E; box-shadow:1px 1px 3px 2px #09390E;">
Div content here
</div>
This text has color #09390E on black background.
This text has color #09390E on white background.
This text has black color on #09390E background.
This text has white color on #09390E background.
Complementary color for #hex is #F6C6F1.