HEX: #53479C
RGB: (83,71,156)
#53479C contains mainly blue color. Web safe color of #53479C is #663399 (or #639).
#53479C color RGB value is (83,71,156).
RGB: (83,71,156)
(33%, 28%, 61%)
R 83 of 255 = 33%
G 71 of 255 = 28%
B 156 of 255 = 61%
R + G + B ~ 41%. #53479C is middle color (not dark and not light).
R + G + B = 83 + 71 + 156 = 310 (100%)
R 83 of 310 ~ 26.77%
G 71 of 310 ~ 22.9%
B 156 of 310 ~ 50.32'%
#53479C color CMYK value is (47,54,0,39).
CMYK: (47,54,0,39)
C47M54Y0K39 (47%, 54%, 0%, 39%)
(0.47 / 0.54 / 0.00 / 0.39)
Color #53479C in popluar color models
53 | 47 | 9C | |
---|---|---|---|
RGB | 83 | 71 | 156 |
HSL | 248° | 37.44% | 44.51% |
HSB/HSV | 248° | 54.49% | 61.18% |
CMYK | 46.79% | 54.49% | 0.00% |
38.82% |
Color #53479C in popluar number systems.
HEX | 53 | 47 | 9C |
Decimal | 83 | 71 | 156 |
Binary | 1010011 | 1000111 | 10011100 |
Octal | 123 | 107 | 234 |
Shades of #53479C
Tints of #53479C
Examples of css and html codes for elements with #53479C color. Also use rgb(83,71,156) instead hex code.
.myTextColor { color: #53479C; }
<p style="color:#53479C">This sample text font color is #53479C.</p>
This text font color is #53479C.
.myBgColor { background-color: #53479C; }
<div style="background-color:#53479C">Inner text</div>
This div background color is #53479C.
.myBorderColor { border: 1px solid #53479C; }
<div style="border:3px solid #53479C">Div</div>
This div border color is #53479C.
.myOpacity80 { color: #53479C; opacity: 0.8; }
<p style="color:#53479C;opacity:0.8;">80%</p>
Text with #53479C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53479C;}
<p style="text-shadow: 3px 3px 1px #53479C">Text here.</p>
This text has shadow with #53479C color.
.textShadow {text-shadow: 3px 3px 1px #53479C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53479C, 5px 5px 20px red">Text here.</p>
This text has shadow with #53479C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53479C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53479C, Direction=45, Strength=4)">Text</p>
This text has shadow with #53479C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53479C;
-webkit-box-shadow: 1px 1px 3px 2px #53479C;
box-shadow: 1px 1px 3px 2px #53479C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53479C; -webkit-box-shadow: 1px 1px 3px 2px #53479C; box-shadow:1px 1px 3px 2px #53479C;">
Div content here
</div>
This text has color #53479C on black background.
This text has color #53479C on white background.
This text has black color on #53479C background.
This text has white color on #53479C background.
Complementary color for #hex is #ACB863.