HEX: #113429
RGB: (17,52,41)
#113429 contains red, green and blue colors in about the same proportion. Web safe color of #113429 is #003333 (or #033).
#113429 color RGB value is (17,52,41).
RGB: (17,52,41) (7%,20%,16%)
R 17 of 255 = 7%
G 52 of 255 = 20%
B 41 of 255 = 16%
R + G + B ~ 14%. #113429 is dark color.
R + G + B =
17 + 52 + 41 = 110 (100%)
R 17 of 110 ~ 15.45%
G 52 of 110 ~ 47.27%
B 41 of 110 ~ 37.27%
#113429 color CMYK value is (67,0,21,80).
CMYK: (67,0,21,80) C67M0Y21K80 (67%,0%,21%,80%) (0.67/0.00/0.21/0.80)
11 | 34 | 29 | |
---|---|---|---|
RGB | 17 | 52 | 41 |
HSL | 161° | 50.72% | 13.53% |
HSB/HSV | 161° | 67.31% | 20.39% |
CMYK | 67.31% | 0.00% | 21.15% |
79.61% |
HEX | 11 | 34 | 29 |
Decimal | 17 | 52 | 41 |
Binary | 10001 | 110100 | 101001 |
Octal | 21 | 64 | 51 |
Examples of css and html codes for elements with #113429 color. Also use rgb(17,52,41) instead hex code.
.myTextColor { color: #113429; }
<p style="color:#113429">This sample text font color is #113429.</p>
This text font color is #113429.
.myBgColor { background-color: #113429; }
<div style="background-color:#113429">Inner text</div>
This div background color is #113429.
.myBorderColor { border: 1px solid #113429; }
<div style="border:3px solid #113429">Div</div>
This div border color is #113429.
.myOpacity80 { color: #113429; opacity: 0.8; }
<p style="color:#113429;opacity:0.8;">80%</p>
Text with #113429 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #113429;}
<p style="text-shadow: 3px 3px 1px #113429">Text here.</p>
This text has shadow with #113429 color.
.textShadow {text-shadow: 3px 3px 1px #113429, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #113429, 5px 5px 20px red">Text here.</p>
This text has shadow with #113429 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#113429, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#113429, Direction=45, Strength=4)">Text</p>
This text has shadow with #113429 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #113429; -webkit-box-shadow: 1px 1px 3px 2px #113429; box-shadow: 1px 1px 3px 2px #113429; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #113429; -webkit-box-shadow: 1px 1px 3px 2px #113429; box-shadow:1px 1px 3px 2px #113429;">
Div content here</div>
This text has color #113429 on black background.
This text has color #113429 on white background.
This text has black color on #113429 background.
This text has white color on #113429 background.