Color spaces of #47537d
RGB | 71 | 83 | 125 |
---|---|---|---|
HSL | 0.63 | 0.28 | 0.38 |
HSV | 227° | 43° | 49° |
CMYK | 0.43 | 0.34 | 0.00 0.51 |
XYZ | 9.3935 | 9.0068 | 20.6454 |
Yxy | 9.0068 | 0.2406 | 0.2307 |
Hunter Lab | 30.0113 | 3.3504 | -19.7789 |
CIE-Lab | 35.9974 | 7.0442 | -25.2487 |
#47537d color RGB value is (71,83,125).
#47537d hex color red value is 71, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #47537d hue: 0.63 , saturation: 0.28 and the lightness value of 47537d is 0.38.
The process color (four color CMYK) of #47537d color hex is 0.43, 0.34, 0.00, 0.51. Web safe color of #47537d is #336666. Color #47537d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01010011 | 01111101 |
Octal | 107 | 123 | 175 |
Decimal | 71 | 83 | 125 |
Hex | 47 | 53 | 7D |
Shades of #47537d
Tints of #47537d
RGB Percentages of Color #47537d
CMYK Percentages of Color #47537d
Complementary Color
#47537d | #7d7147 |
#47537d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47537d Color Preview on White Background
Lorem ipsum dolor sit amet.
#47537d Color CSS Codes
.mybgcolor {background-color:#47537d; } .myforecolor {color:#47537d; } .mybordercolor {border:3px solid #47537d; }
#47537d Text Font Color
<p style="color:#47537d">Text here</p>
This sample text font color is #47537d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#47537d Background Color
<div style="background-color:#47537d">
Div content here</div>
This div background color is #47537d
#47537d Border Color
<div style="border:3px solid #47537d">
Div here</div>
This div border color is #47537d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,83,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47537d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47537d; -webkit-box-shadow: 1px 1px 3px 2px #47537d; box-shadow: 1px 1px 3px 2px #47537d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,83,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47537d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47537d; -webkit-box-shadow: 1px 1px 3px 2px #47537d; box-shadow: 1px 1px 3px 2px #47537d;">
Div content here</div>
This div box has shadow with color #47537d
#47537d Color Palettes
Comments
No comments written yet.
Please login to write comment.