HEX: #47513D
RGB: (71,81,61)
#47513D contains red, green and blue colors in about the same proportion. Web safe color of #47513D is #336633 (or #363).
#47513D color RGB value is (71,81,61).
RGB: (71,81,61)
(28%, 32%, 24%)
R 71 of 255 = 28%
G 81 of 255 = 32%
B 61 of 255 = 24%
R + G + B ~ 28%. #47513D is quite dark color.
R + G + B = 71 + 81 + 61 = 213 (100%)
R 71 of 213 ~ 33.33%
G 81 of 213 ~ 38.03%
B 61 of 213 ~ 28.64'%
#47513D color CMYK value is (12,0,25,68).
CMYK: (12,0,25,68)
C12M0Y25K68 (12%, 0%, 25%, 68%)
(0.12 / 0.00 / 0.25 / 0.68)
Color #47513D in popluar color models
47 | 51 | 3D | |
---|---|---|---|
RGB | 71 | 81 | 61 |
HSL | 90° | 14.08% | 27.84% |
HSB/HSV | 90° | 24.69% | 31.76% |
CMYK | 12.35% | 0.00% | 24.69% |
68.24% |
Color #47513D in popluar number systems.
HEX | 47 | 51 | 3D |
Decimal | 71 | 81 | 61 |
Binary | 1000111 | 1010001 | 111101 |
Octal | 107 | 121 | 75 |
Shades of #47513D
Tints of #47513D
Examples of css and html codes for elements with #47513D color. Also use rgb(71,81,61) instead hex code.
.myTextColor { color: #47513D; }
<p style="color:#47513D">This sample text font color is #47513D.</p>
This text font color is #47513D.
.myBgColor { background-color: #47513D; }
<div style="background-color:#47513D">Inner text</div>
This div background color is #47513D.
.myBorderColor { border: 1px solid #47513D; }
<div style="border:3px solid #47513D">Div</div>
This div border color is #47513D.
.myOpacity80 { color: #47513D; opacity: 0.8; }
<p style="color:#47513D;opacity:0.8;">80%</p>
Text with #47513D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47513D;}
<p style="text-shadow: 3px 3px 1px #47513D">Text here.</p>
This text has shadow with #47513D color.
.textShadow {text-shadow: 3px 3px 1px #47513D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47513D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47513D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47513D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47513D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47513D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47513D;
-webkit-box-shadow: 1px 1px 3px 2px #47513D;
box-shadow: 1px 1px 3px 2px #47513D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47513D; -webkit-box-shadow: 1px 1px 3px 2px #47513D; box-shadow:1px 1px 3px 2px #47513D;">
Div content here
</div>
This text has color #47513D on black background.
This text has color #47513D on white background.
This text has black color on #47513D background.
This text has white color on #47513D background.
Complementary color for #hex is #B8AEC2.