HEX: #47143C
RGB: (71,20,60)
#47143C contains red, green and blue colors in about the same proportion. Web safe color of #47143C is #330033 (or #303).
#47143C color RGB value is (71,20,60).
RGB: (71,20,60)
(28%, 8%, 24%)
R 71 of 255 = 28%
G 20 of 255 = 8%
B 60 of 255 = 24%
R + G + B ~ 20%. #47143C is dark color.
R + G + B = 71 + 20 + 60 = 151 (100%)
R 71 of 151 ~ 47.02%
G 20 of 151 ~ 13.25%
B 60 of 151 ~ 39.74'%
#47143C color CMYK value is (0,72,15,72).
CMYK: (0,72,15,72) C0M72Y15K72 (0%,72%,15%,72%) (0.00/0.72/0.15/0.72)
Color #47143C in popluar color models
47 | 14 | 3C | |
---|---|---|---|
RGB | 71 | 20 | 60 |
HSL | 313° | 56.04% | 17.84% |
HSB/HSV | 313° | 71.83% | 27.84% |
CMYK | 0.00% | 71.83% | 15.49% |
72.16% |
Color #47143C in popluar number systems.
HEX | 47 | 14 | 3C |
Decimal | 71 | 20 | 60 |
Binary | 1000111 | 10100 | 111100 |
Octal | 107 | 24 | 74 |
Shades of #47143C
Tints of #47143C
Examples of css and html codes for elements with #47143C color. Also use rgb(71,20,60) instead hex code.
.myTextColor { color: #47143C; }
<p style="color:#47143C">This sample text font color is #47143C.</p>
This text font color is #47143C.
.myBgColor { background-color: #47143C; }
<div style="background-color:#47143C">Inner text</div>
This div background color is #47143C.
.myBorderColor { border: 1px solid #47143C; }
<div style="border:3px solid #47143C">Div</div>
This div border color is #47143C.
.myOpacity80 { color: #47143C; opacity: 0.8; }
<p style="color:#47143C;opacity:0.8;">80%</p>
Text with #47143C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47143C;}
<p style="text-shadow: 3px 3px 1px #47143C">Text here.</p>
This text has shadow with #47143C color.
.textShadow {text-shadow: 3px 3px 1px #47143C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47143C, 5px 5px 20px red">Text here.</p>
This text has shadow with #47143C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47143C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47143C, Direction=45, Strength=4)">Text</p>
This text has shadow with #47143C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47143C;
-webkit-box-shadow: 1px 1px 3px 2px #47143C;
box-shadow: 1px 1px 3px 2px #47143C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47143C; -webkit-box-shadow: 1px 1px 3px 2px #47143C; box-shadow:1px 1px 3px 2px #47143C;">
Div content here
</div>
This text has color #47143C on black background.
This text has color #47143C on white background.
This text has black color on #47143C background.
This text has white color on #47143C background.
Complementary color for #hex is #B8EBC3.