HEX: #01330F
RGB: (1,51,15)
#01330F contains red, green and blue colors in about the same proportion. Web safe color of #01330F is #003300 (or #030).
#01330F color RGB value is (1,51,15).
RGB: (1,51,15)
(0%, 20%, 6%)
R 1 of 255 = 0%
G 51 of 255 = 20%
B 15 of 255 = 6%
R + G + B ~ 9%. #01330F is dark color.
R + G + B = 1 + 51 + 15 = 67 (100%)
R 1 of 67 ~ 1.49%
G 51 of 67 ~ 76.12%
B 15 of 67 ~ 22.39'%
#01330F color CMYK value is (98,0,71,80).
CMYK: (98,0,71,80)
C98M0Y71K80 (98%, 0%, 71%, 80%)
(0.98 / 0.00 / 0.71 / 0.80)
Color #01330F in popluar color models
01 | 33 | 0F | |
---|---|---|---|
RGB | 1 | 51 | 15 |
HSL | 137° | 96.15% | 10.20% |
HSB/HSV | 137° | 98.04% | 20.00% |
CMYK | 98.04% | 0.00% | 70.59% |
80.00% |
Color #01330F in popluar number systems.
HEX | 01 | 33 | 0F |
Decimal | 1 | 51 | 15 |
Binary | 1 | 110011 | 1111 |
Octal | 1 | 63 | 17 |
Shades of #01330F
Tints of #01330F
Examples of css and html codes for elements with #01330F color. Also use rgb(1,51,15) instead hex code.
.myTextColor { color: #01330F; }
<p style="color:#01330F">This sample text font color is #01330F.</p>
This text font color is #01330F.
.myBgColor { background-color: #01330F; }
<div style="background-color:#01330F">Inner text</div>
This div background color is #01330F.
.myBorderColor { border: 1px solid #01330F; }
<div style="border:3px solid #01330F">Div</div>
This div border color is #01330F.
.myOpacity80 { color: #01330F; opacity: 0.8; }
<p style="color:#01330F;opacity:0.8;">80%</p>
Text with #01330F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01330F;}
<p style="text-shadow: 3px 3px 1px #01330F">Text here.</p>
This text has shadow with #01330F color.
.textShadow {text-shadow: 3px 3px 1px #01330F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01330F, 5px 5px 20px red">Text here.</p>
This text has shadow with #01330F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01330F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01330F, Direction=45, Strength=4)">Text</p>
This text has shadow with #01330F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01330F;
-webkit-box-shadow: 1px 1px 3px 2px #01330F;
box-shadow: 1px 1px 3px 2px #01330F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01330F; -webkit-box-shadow: 1px 1px 3px 2px #01330F; box-shadow:1px 1px 3px 2px #01330F;">
Div content here
</div>
This text has color #01330F on black background.
This text has color #01330F on white background.
This text has black color on #01330F background.
This text has white color on #01330F background.
Complementary color for #hex is #FECCF0.