HEX: #132215
RGB: (19,34,21)
#132215 contains red, green and blue colors in about the same proportion. Web safe color of #132215 is #003300 (or #030).
#132215 color RGB value is (19,34,21).
RGB: (19,34,21) (7%,13%,8%)
R 19 of 255 = 7%
G 34 of 255 = 13%
B 21 of 255 = 8%
R + G + B ~ 9%. #132215 is dark color.
R + G + B =
19 + 34 + 21 = 74 (100%)
R 19 of 74 ~ 25.68%
G 34 of 74 ~ 45.95%
B 21 of 74 ~ 28.38%
#132215 color CMYK value is (44,0,38,87).
CMYK: (44,0,38,87) C44M0Y38K87 (44%,0%,38%,87%) (0.44/0.00/0.38/0.87)
13 | 22 | 15 | |
---|---|---|---|
RGB | 19 | 34 | 21 |
HSL | 128° | 28.30% | 10.39% |
HSB/HSV | 128° | 44.12% | 13.33% |
CMYK | 44.12% | 0.00% | 38.24% |
86.67% |
HEX | 13 | 22 | 15 |
Decimal | 19 | 34 | 21 |
Binary | 10011 | 100010 | 10101 |
Octal | 23 | 42 | 25 |
Examples of css and html codes for elements with #132215 color. Also use rgb(19,34,21) instead hex code.
.myTextColor { color: #132215; }
<p style="color:#132215">This sample text font color is #132215.</p>
This text font color is #132215.
.myBgColor { background-color: #132215; }
<div style="background-color:#132215">Inner text</div>
This div background color is #132215.
.myBorderColor { border: 1px solid #132215; }
<div style="border:3px solid #132215">Div</div>
This div border color is #132215.
.myOpacity80 { color: #132215; opacity: 0.8; }
<p style="color:#132215;opacity:0.8;">80%</p>
Text with #132215 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #132215;}
<p style="text-shadow: 3px 3px 1px #132215">Text here.</p>
This text has shadow with #132215 color.
.textShadow {text-shadow: 3px 3px 1px #132215, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #132215, 5px 5px 20px red">Text here.</p>
This text has shadow with #132215 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#132215, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#132215, Direction=45, Strength=4)">Text</p>
This text has shadow with #132215 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #132215; -webkit-box-shadow: 1px 1px 3px 2px #132215; box-shadow: 1px 1px 3px 2px #132215; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #132215; -webkit-box-shadow: 1px 1px 3px 2px #132215; box-shadow:1px 1px 3px 2px #132215;">
Div content here</div>
This text has color #132215 on black background.
This text has color #132215 on white background.
This text has black color on #132215 background.
This text has white color on #132215 background.