HEX: #132425
RGB: (19,36,37)
#132425 contains red, green and blue colors in about the same proportion. Web safe color of #132425 is #003333 (or #033).
#132425 color RGB value is (19,36,37).
RGB: (19,36,37)
(7%, 14%, 15%)
R 19 of 255 = 7%
G 36 of 255 = 14%
B 37 of 255 = 15%
R + G + B ~ 12%. #132425 is dark color.
R + G + B = 19 + 36 + 37 = 92 (100%)
R 19 of 92 ~ 20.65%
G 36 of 92 ~ 39.13%
B 37 of 92 ~ 40.22'%
#132425 color CMYK value is (49,3,0,85).
CMYK: (49,3,0,85)
C49M3Y0K85 (49%, 3%, 0%, 85%)
(0.49 / 0.03 / 0.00 / 0.85)
Color #132425 in popluar color models
13 | 24 | 25 | |
---|---|---|---|
RGB | 19 | 36 | 37 |
HSL | 183° | 32.14% | 10.98% |
HSB/HSV | 183° | 48.65% | 14.51% |
CMYK | 48.65% | 2.70% | 0.00% |
85.49% |
Color #132425 in popluar number systems.
HEX | 13 | 24 | 25 |
Decimal | 19 | 36 | 37 |
Binary | 10011 | 100100 | 100101 |
Octal | 23 | 44 | 45 |
Shades of #132425
Tints of #132425
Examples of css and html codes for elements with #132425 color. Also use rgb(19,36,37) instead hex code.
.myTextColor { color: #132425; }
<p style="color:#132425">This sample text font color is #132425.</p>
This text font color is #132425.
.myBgColor { background-color: #132425; }
<div style="background-color:#132425">Inner text</div>
This div background color is #132425.
.myBorderColor { border: 1px solid #132425; }
<div style="border:3px solid #132425">Div</div>
This div border color is #132425.
.myOpacity80 { color: #132425; opacity: 0.8; }
<p style="color:#132425;opacity:0.8;">80%</p>
Text with #132425 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #132425;}
<p style="text-shadow: 3px 3px 1px #132425">Text here.</p>
This text has shadow with #132425 color.
.textShadow {text-shadow: 3px 3px 1px #132425', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #132425, 5px 5px 20px red">Text here.</p>
This text has shadow with #132425 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#132425, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#132425, Direction=45, Strength=4)">Text</p>
This text has shadow with #132425 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #132425;
-webkit-box-shadow: 1px 1px 3px 2px #132425;
box-shadow: 1px 1px 3px 2px #132425;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #132425; -webkit-box-shadow: 1px 1px 3px 2px #132425; box-shadow:1px 1px 3px 2px #132425;">
Div content here
</div>
This text has color #132425 on black background.
This text has color #132425 on white background.
This text has black color on #132425 background.
This text has white color on #132425 background.
Complementary color for #hex is #ECDBDA.