HEX: #13372B
RGB: (19,55,43)
#13372B contains red, green and blue colors in about the same proportion. Web safe color of #13372B is #003333 (or #033).
#13372B color RGB value is (19,55,43).
RGB: (19,55,43)
(7%, 22%, 17%)
R 19 of 255 = 7%
G 55 of 255 = 22%
B 43 of 255 = 17%
R + G + B ~ 15%. #13372B is dark color.
R + G + B = 19 + 55 + 43 = 117 (100%)
R 19 of 117 ~ 16.24%
G 55 of 117 ~ 47.01%
B 43 of 117 ~ 36.75'%
#13372B color CMYK value is (65,0,22,78).
CMYK: (65,0,22,78)
C65M0Y22K78 (65%, 0%, 22%, 78%)
(0.65 / 0.00 / 0.22 / 0.78)
Color #13372B in popluar color models
13 | 37 | 2B | |
---|---|---|---|
RGB | 19 | 55 | 43 |
HSL | 160° | 48.65% | 14.51% |
HSB/HSV | 160° | 65.45% | 21.57% |
CMYK | 65.45% | 0.00% | 21.82% |
78.43% |
Color #13372B in popluar number systems.
HEX | 13 | 37 | 2B |
Decimal | 19 | 55 | 43 |
Binary | 10011 | 110111 | 101011 |
Octal | 23 | 67 | 53 |
Shades of #13372B
Tints of #13372B
Examples of css and html codes for elements with #13372B color. Also use rgb(19,55,43) instead hex code.
.myTextColor { color: #13372B; }
<p style="color:#13372B">This sample text font color is #13372B.</p>
This text font color is #13372B.
.myBgColor { background-color: #13372B; }
<div style="background-color:#13372B">Inner text</div>
This div background color is #13372B.
.myBorderColor { border: 1px solid #13372B; }
<div style="border:3px solid #13372B">Div</div>
This div border color is #13372B.
.myOpacity80 { color: #13372B; opacity: 0.8; }
<p style="color:#13372B;opacity:0.8;">80%</p>
Text with #13372B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #13372B;}
<p style="text-shadow: 3px 3px 1px #13372B">Text here.</p>
This text has shadow with #13372B color.
.textShadow {text-shadow: 3px 3px 1px #13372B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #13372B, 5px 5px 20px red">Text here.</p>
This text has shadow with #13372B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#13372B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#13372B, Direction=45, Strength=4)">Text</p>
This text has shadow with #13372B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #13372B;
-webkit-box-shadow: 1px 1px 3px 2px #13372B;
box-shadow: 1px 1px 3px 2px #13372B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13372B; -webkit-box-shadow: 1px 1px 3px 2px #13372B; box-shadow:1px 1px 3px 2px #13372B;">
Div content here
</div>
This text has color #13372B on black background.
This text has color #13372B on white background.
This text has black color on #13372B background.
This text has white color on #13372B background.
Complementary color for #hex is #ECC8D4.