HEX: #473503
RGB: (71,53,3)
#473503 contains mainly red and green colors. Web safe color of #473503 is #333300 (or #330).
#473503 color RGB value is (71,53,3).
RGB: (71,53,3)
(28%, 21%, 1%)
R 71 of 255 = 28%
G 53 of 255 = 21%
B 3 of 255 = 1%
R + G + B ~ 17%. #473503 is dark color.
R + G + B = 71 + 53 + 3 = 127 (100%)
R 71 of 127 ~ 55.91%
G 53 of 127 ~ 41.73%
B 3 of 127 ~ 2.36'%
#473503 color CMYK value is (0,25,96,72).
CMYK: (0,25,96,72) C0M25Y96K72 (0%,25%,96%,72%) (0.00/0.25/0.96/0.72)
Color #473503 in popluar color models
47 | 35 | 03 | |
---|---|---|---|
RGB | 71 | 53 | 3 |
HSL | 44° | 91.89% | 14.51% |
HSB/HSV | 44° | 95.77% | 27.84% |
CMYK | 0.00% | 25.35% | 95.77% |
72.16% |
Color #473503 in popluar number systems.
HEX | 47 | 35 | 03 |
Decimal | 71 | 53 | 3 |
Binary | 1000111 | 110101 | 11 |
Octal | 107 | 65 | 3 |
Shades of #473503
Tints of #473503
Examples of css and html codes for elements with #473503 color. Also use rgb(71,53,3) instead hex code.
.myTextColor { color: #473503; }
<p style="color:#473503">This sample text font color is #473503.</p>
This text font color is #473503.
.myBgColor { background-color: #473503; }
<div style="background-color:#473503">Inner text</div>
This div background color is #473503.
.myBorderColor { border: 1px solid #473503; }
<div style="border:3px solid #473503">Div</div>
This div border color is #473503.
.myOpacity80 { color: #473503; opacity: 0.8; }
<p style="color:#473503;opacity:0.8;">80%</p>
Text with #473503 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473503;}
<p style="text-shadow: 3px 3px 1px #473503">Text here.</p>
This text has shadow with #473503 color.
.textShadow {text-shadow: 3px 3px 1px #473503', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473503, 5px 5px 20px red">Text here.</p>
This text has shadow with #473503 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473503, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473503, Direction=45, Strength=4)">Text</p>
This text has shadow with #473503 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473503;
-webkit-box-shadow: 1px 1px 3px 2px #473503;
box-shadow: 1px 1px 3px 2px #473503;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473503; -webkit-box-shadow: 1px 1px 3px 2px #473503; box-shadow:1px 1px 3px 2px #473503;">
Div content here
</div>
This text has color #473503 on black background.
This text has color #473503 on white background.
This text has black color on #473503 background.
This text has white color on #473503 background.
Complementary color for #hex is #B8CAFC.