HEX: #184712
RGB: (24,71,18)
#184712 contains red, green and blue colors in about the same proportion. Web safe color of #184712 is #003300 (or #030).
#184712 color RGB value is (24,71,18).
RGB: (24,71,18) (9%,28%,7%)
R 24 of 255 = 9%
G 71 of 255 = 28%
B 18 of 255 = 7%
R + G + B ~ 15%. #184712 is dark color.
R + G + B =
24 + 71 + 18 = 113 (100%)
R 24 of 113 ~ 21.24%
G 71 of 113 ~ 62.83%
B 18 of 113 ~ 15.93%
#184712 color CMYK value is (66,0,75,72).
CMYK: (66,0,75,72) C66M0Y75K72 (66%,0%,75%,72%) (0.66/0.00/0.75/0.72)
18 | 47 | 12 | |
---|---|---|---|
RGB | 24 | 71 | 18 |
HSL | 113° | 59.55% | 17.45% |
HSB/HSV | 113° | 74.65% | 27.84% |
CMYK | 66.20% | 0.00% | 74.65% |
72.16% |
HEX | 18 | 47 | 12 |
Decimal | 24 | 71 | 18 |
Binary | 11000 | 1000111 | 10010 |
Octal | 30 | 107 | 22 |
Examples of css and html codes for elements with #184712 color. Also use rgb(24,71,18) instead hex code.
.myTextColor { color: #184712; }
<p style="color:#184712">This sample text font color is #184712.</p>
This text font color is #184712.
.myBgColor { background-color: #184712; }
<div style="background-color:#184712">Inner text</div>
This div background color is #184712.
.myBorderColor { border: 1px solid #184712; }
<div style="border:3px solid #184712">Div</div>
This div border color is #184712.
.myOpacity80 { color: #184712; opacity: 0.8; }
<p style="color:#184712;opacity:0.8;">80%</p>
Text with #184712 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #184712;}
<p style="text-shadow: 3px 3px 1px #184712">Text here.</p>
This text has shadow with #184712 color.
.textShadow {text-shadow: 3px 3px 1px #184712, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #184712, 5px 5px 20px red">Text here.</p>
This text has shadow with #184712 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#184712, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#184712, Direction=45, Strength=4)">Text</p>
This text has shadow with #184712 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #184712; -webkit-box-shadow: 1px 1px 3px 2px #184712; box-shadow: 1px 1px 3px 2px #184712; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #184712; -webkit-box-shadow: 1px 1px 3px 2px #184712; box-shadow:1px 1px 3px 2px #184712;">
Div content here</div>
This text has color #184712 on black background.
This text has color #184712 on white background.
This text has black color on #184712 background.
This text has white color on #184712 background.