HEX: #473612
RGB: (71,54,18)
#473612 contains red, green and blue colors in about the same proportion. Web safe color of #473612 is #333300 (or #330).
#473612 color RGB value is (71,54,18).
RGB: (71,54,18)
(28%, 21%, 7%)
R 71 of 255 = 28%
G 54 of 255 = 21%
B 18 of 255 = 7%
R + G + B ~ 19%. #473612 is dark color.
R + G + B = 71 + 54 + 18 = 143 (100%)
R 71 of 143 ~ 49.65%
G 54 of 143 ~ 37.76%
B 18 of 143 ~ 12.59'%
#473612 color CMYK value is (0,24,75,72).
CMYK: (0,24,75,72) C0M24Y75K72 (0%,24%,75%,72%) (0.00/0.24/0.75/0.72)
Color #473612 in popluar color models
47 | 36 | 12 | |
---|---|---|---|
RGB | 71 | 54 | 18 |
HSL | 41° | 59.55% | 17.45% |
HSB/HSV | 41° | 74.65% | 27.84% |
CMYK | 0.00% | 23.94% | 74.65% |
72.16% |
Color #473612 in popluar number systems.
HEX | 47 | 36 | 12 |
Decimal | 71 | 54 | 18 |
Binary | 1000111 | 110110 | 10010 |
Octal | 107 | 66 | 22 |
Shades of #473612
Tints of #473612
Examples of css and html codes for elements with #473612 color. Also use rgb(71,54,18) instead hex code.
.myTextColor { color: #473612; }
<p style="color:#473612">This sample text font color is #473612.</p>
This text font color is #473612.
.myBgColor { background-color: #473612; }
<div style="background-color:#473612">Inner text</div>
This div background color is #473612.
.myBorderColor { border: 1px solid #473612; }
<div style="border:3px solid #473612">Div</div>
This div border color is #473612.
.myOpacity80 { color: #473612; opacity: 0.8; }
<p style="color:#473612;opacity:0.8;">80%</p>
Text with #473612 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473612;}
<p style="text-shadow: 3px 3px 1px #473612">Text here.</p>
This text has shadow with #473612 color.
.textShadow {text-shadow: 3px 3px 1px #473612', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473612, 5px 5px 20px red">Text here.</p>
This text has shadow with #473612 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473612, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473612, Direction=45, Strength=4)">Text</p>
This text has shadow with #473612 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473612;
-webkit-box-shadow: 1px 1px 3px 2px #473612;
box-shadow: 1px 1px 3px 2px #473612;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473612; -webkit-box-shadow: 1px 1px 3px 2px #473612; box-shadow:1px 1px 3px 2px #473612;">
Div content here
</div>
This text has color #473612 on black background.
This text has color #473612 on white background.
This text has black color on #473612 background.
This text has white color on #473612 background.
Complementary color for #hex is #B8C9ED.