HEX: #113317
RGB: (17,51,23)
#113317 contains red, green and blue colors in about the same proportion. Web safe color of #113317 is #003300 (or #030).
#113317 color RGB value is (17,51,23).
RGB: (17,51,23) (7%,20%,9%)
R 17 of 255 = 7%
G 51 of 255 = 20%
B 23 of 255 = 9%
R + G + B ~ 12%. #113317 is dark color.
R + G + B =
17 + 51 + 23 = 91 (100%)
R 17 of 91 ~ 18.68%
G 51 of 91 ~ 56.04%
B 23 of 91 ~ 25.27%
#113317 color CMYK value is (67,0,55,80).
CMYK: (67,0,55,80) C67M0Y55K80 (67%,0%,55%,80%) (0.67/0.00/0.55/0.80)
11 | 33 | 17 | |
---|---|---|---|
RGB | 17 | 51 | 23 |
HSL | 131° | 50.00% | 13.33% |
HSB/HSV | 131° | 66.67% | 20.00% |
CMYK | 66.67% | 0.00% | 54.90% |
80.00% |
HEX | 11 | 33 | 17 |
Decimal | 17 | 51 | 23 |
Binary | 10001 | 110011 | 10111 |
Octal | 21 | 63 | 27 |
Examples of css and html codes for elements with #113317 color. Also use rgb(17,51,23) instead hex code.
.myTextColor { color: #113317; }
<p style="color:#113317">This sample text font color is #113317.</p>
This text font color is #113317.
.myBgColor { background-color: #113317; }
<div style="background-color:#113317">Inner text</div>
This div background color is #113317.
.myBorderColor { border: 1px solid #113317; }
<div style="border:3px solid #113317">Div</div>
This div border color is #113317.
.myOpacity80 { color: #113317; opacity: 0.8; }
<p style="color:#113317;opacity:0.8;">80%</p>
Text with #113317 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #113317;}
<p style="text-shadow: 3px 3px 1px #113317">Text here.</p>
This text has shadow with #113317 color.
.textShadow {text-shadow: 3px 3px 1px #113317, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #113317, 5px 5px 20px red">Text here.</p>
This text has shadow with #113317 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#113317, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#113317, Direction=45, Strength=4)">Text</p>
This text has shadow with #113317 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #113317; -webkit-box-shadow: 1px 1px 3px 2px #113317; box-shadow: 1px 1px 3px 2px #113317; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #113317; -webkit-box-shadow: 1px 1px 3px 2px #113317; box-shadow:1px 1px 3px 2px #113317;">
Div content here</div>
This text has color #113317 on black background.
This text has color #113317 on white background.
This text has black color on #113317 background.
This text has white color on #113317 background.