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