HEX: #013025
RGB: (1,48,37)
#013025 contains red, green and blue colors in about the same proportion. Web safe color of #013025 is #003333 (or #033).
#013025 color RGB value is (1,48,37).
RGB: (1,48,37)
(0%, 19%, 15%)
R 1 of 255 = 0%
G 48 of 255 = 19%
B 37 of 255 = 15%
R + G + B ~ 11%. #013025 is dark color.
R + G + B = 1 + 48 + 37 = 86 (100%)
R 1 of 86 ~ 1.16%
G 48 of 86 ~ 55.81%
B 37 of 86 ~ 43.02'%
#013025 color CMYK value is (98,0,23,81).
CMYK: (98,0,23,81)
C98M0Y23K81 (98%, 0%, 23%, 81%)
(0.98 / 0.00 / 0.23 / 0.81)
Color #013025 in popluar color models
01 | 30 | 25 | |
---|---|---|---|
RGB | 1 | 48 | 37 |
HSL | 166° | 95.92% | 9.61% |
HSB/HSV | 166° | 97.92% | 18.82% |
CMYK | 97.92% | 0.00% | 22.92% |
81.18% |
Color #013025 in popluar number systems.
HEX | 01 | 30 | 25 |
Decimal | 1 | 48 | 37 |
Binary | 1 | 110000 | 100101 |
Octal | 1 | 60 | 45 |
Shades of #013025
Tints of #013025
Examples of css and html codes for elements with #013025 color. Also use rgb(1,48,37) instead hex code.
.myTextColor { color: #013025; }
<p style="color:#013025">This sample text font color is #013025.</p>
This text font color is #013025.
.myBgColor { background-color: #013025; }
<div style="background-color:#013025">Inner text</div>
This div background color is #013025.
.myBorderColor { border: 1px solid #013025; }
<div style="border:3px solid #013025">Div</div>
This div border color is #013025.
.myOpacity80 { color: #013025; opacity: 0.8; }
<p style="color:#013025;opacity:0.8;">80%</p>
Text with #013025 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #013025;}
<p style="text-shadow: 3px 3px 1px #013025">Text here.</p>
This text has shadow with #013025 color.
.textShadow {text-shadow: 3px 3px 1px #013025', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #013025, 5px 5px 20px red">Text here.</p>
This text has shadow with #013025 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#013025, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#013025, Direction=45, Strength=4)">Text</p>
This text has shadow with #013025 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #013025;
-webkit-box-shadow: 1px 1px 3px 2px #013025;
box-shadow: 1px 1px 3px 2px #013025;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #013025; -webkit-box-shadow: 1px 1px 3px 2px #013025; box-shadow:1px 1px 3px 2px #013025;">
Div content here
</div>
This text has color #013025 on black background.
This text has color #013025 on white background.
This text has black color on #013025 background.
This text has white color on #013025 background.
Complementary color for #hex is #FECFDA.