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