HEX: #47357D
RGB: (71,53,125)
#47357D contains mainly red and blue colors. Web safe color of #47357D is #333366 (or #336).
#47357D color RGB value is (71,53,125).
RGB: (71,53,125)
(28%, 21%, 49%)
R 71 of 255 = 28%
G 53 of 255 = 21%
B 125 of 255 = 49%
R + G + B ~ 33%. #47357D is quite dark color.
R + G + B = 71 + 53 + 125 = 249 (100%)
R 71 of 249 ~ 28.51%
G 53 of 249 ~ 21.29%
B 125 of 249 ~ 50.2'%
#47357D color CMYK value is (43,58,0,51).
CMYK: (43,58,0,51) C43M58Y0K51 (43%,58%,0%,51%) (0.43/0.58/0.00/0.51)
Color #47357D in popluar color models
47 | 35 | 7D | |
---|---|---|---|
RGB | 71 | 53 | 125 |
HSL | 255° | 40.45% | 34.90% |
HSB/HSV | 255° | 57.60% | 49.02% |
CMYK | 43.20% | 57.60% | 0.00% |
50.98% |
Color #47357D in popluar number systems.
HEX | 47 | 35 | 7D |
Decimal | 71 | 53 | 125 |
Binary | 1000111 | 110101 | 1111101 |
Octal | 107 | 65 | 175 |
Shades of #47357D
Tints of #47357D
Examples of css and html codes for elements with #47357D color. Also use rgb(71,53,125) instead hex code.
.myTextColor { color: #47357D; }
<p style="color:#47357D">This sample text font color is #47357D.</p>
This text font color is #47357D.
.myBgColor { background-color: #47357D; }
<div style="background-color:#47357D">Inner text</div>
This div background color is #47357D.
.myBorderColor { border: 1px solid #47357D; }
<div style="border:3px solid #47357D">Div</div>
This div border color is #47357D.
.myOpacity80 { color: #47357D; opacity: 0.8; }
<p style="color:#47357D;opacity:0.8;">80%</p>
Text with #47357D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47357D;}
<p style="text-shadow: 3px 3px 1px #47357D">Text here.</p>
This text has shadow with #47357D color.
.textShadow {text-shadow: 3px 3px 1px #47357D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47357D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47357D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47357D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47357D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47357D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47357D;
-webkit-box-shadow: 1px 1px 3px 2px #47357D;
box-shadow: 1px 1px 3px 2px #47357D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47357D; -webkit-box-shadow: 1px 1px 3px 2px #47357D; box-shadow:1px 1px 3px 2px #47357D;">
Div content here
</div>
This text has color #47357D on black background.
This text has color #47357D on white background.
This text has black color on #47357D background.
This text has white color on #47357D background.
Complementary color for #hex is #B8CA82.