HEX: #473100
RGB: (71,49,0)
#473100 contains only red and green colors. Web safe color of #473100 is #333300 (or #330).
#473100 color RGB value is (71,49,0).
RGB: (71,49,0)
(28%, 19%, 0%)
R 71 of 255 = 28%
G 49 of 255 = 19%
B 0 of 255 = 0%
R + G + B ~ 16%. #473100 is dark color.
R + G + B = 71 + 49 + 0 = 120 (100%)
R 71 of 120 ~ 59.17%
G 49 of 120 ~ 40.83%
B 0 of 120 ~ 0'%
#473100 color CMYK value is (0,31,100,72).
CMYK: (0,31,100,72)
C0M31Y100K72 (0%, 31%, 100%, 72%)
(0.00 / 0.31 / 1.00 / 0.72)
Color #473100 in popluar color models
47 | 31 | 00 | |
---|---|---|---|
RGB | 71 | 49 | 0 |
HSL | 41° | 100.00% | 13.92% |
HSB/HSV | 41° | 100.00% | 27.84% |
CMYK | 0.00% | 30.99% | 100.00% |
72.16% |
Color #473100 in popluar number systems.
HEX | 47 | 31 | 00 |
Decimal | 71 | 49 | 0 |
Binary | 1000111 | 110001 | 0 |
Octal | 107 | 61 | 0 |
Shades of #473100
Tints of #473100
Examples of css and html codes for elements with #473100 color. Also use rgb(71,49,0) instead hex code.
.myTextColor { color: #473100; }
<p style="color:#473100">This sample text font color is #473100.</p>
This text font color is #473100.
.myBgColor { background-color: #473100; }
<div style="background-color:#473100">Inner text</div>
This div background color is #473100.
.myBorderColor { border: 1px solid #473100; }
<div style="border:3px solid #473100">Div</div>
This div border color is #473100.
.myOpacity80 { color: #473100; opacity: 0.8; }
<p style="color:#473100;opacity:0.8;">80%</p>
Text with #473100 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473100;}
<p style="text-shadow: 3px 3px 1px #473100">Text here.</p>
This text has shadow with #473100 color.
.textShadow {text-shadow: 3px 3px 1px #473100', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473100, 5px 5px 20px red">Text here.</p>
This text has shadow with #473100 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473100, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473100, Direction=45, Strength=4)">Text</p>
This text has shadow with #473100 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473100;
-webkit-box-shadow: 1px 1px 3px 2px #473100;
box-shadow: 1px 1px 3px 2px #473100;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473100; -webkit-box-shadow: 1px 1px 3px 2px #473100; box-shadow:1px 1px 3px 2px #473100;">
Div content here
</div>
This text has color #473100 on black background.
This text has color #473100 on white background.
This text has black color on #473100 background.
This text has white color on #473100 background.
Complementary color for #hex is #B8CEFF.