Color spaces of #473244
RGB | 71 | 50 | 68 |
---|---|---|---|
HSL | 0.86 | 0.17 | 0.24 |
HSV | 309° | 30° | 28° |
CMYK | 0.00 | 0.30 | 0.04 0.72 |
XYZ | 4.7825 | 4.0382 | 5.9962 |
Yxy | 4.0382 | 0.3228 | 0.2725 |
Hunter Lab | 20.0953 | 7.3147 | -3.6248 |
CIE-Lab | 23.7973 | 13.0501 | -7.4753 |
#473244 color RGB value is (71,50,68).
#473244 hex color red value is 71, green value is 50 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #473244 hue: 0.86 , saturation: 0.17 and the lightness value of 473244 is 0.24.
The process color (four color CMYK) of #473244 color hex is 0.00, 0.30, 0.04, 0.72. Web safe color of #473244 is #333333. Color #473244 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00110010 | 01000100 |
Octal | 107 | 62 | 104 |
Decimal | 71 | 50 | 68 |
Hex | 47 | 32 | 44 |
Shades of #473244
Tints of #473244
RGB Percentages of Color #473244
CMYK Percentages of Color #473244
Complementary Color
#473244 | #324735 |
#473244 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#473244 Color Preview on White Background
Lorem ipsum dolor sit amet.
#473244 Color CSS Codes
.mybgcolor {background-color:#473244; } .myforecolor {color:#473244; } .mybordercolor {border:3px solid #473244; }
#473244 Text Font Color
<p style="color:#473244">Text here</p>
This sample text font color is #473244
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.
#473244 Background Color
<div style="background-color:#473244">
Div content here</div>
This div background color is #473244
#473244 Border Color
<div style="border:3px solid #473244">
Div here</div>
This div border color is #473244
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,50,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #473244; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473244; -webkit-box-shadow: 1px 1px 3px 2px #473244; box-shadow: 1px 1px 3px 2px #473244; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,50,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #473244">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #473244; -webkit-box-shadow: 1px 1px 3px 2px #473244; box-shadow: 1px 1px 3px 2px #473244;">
Div content here</div>
This div box has shadow with color #473244
Comments
No comments written yet.
Please login to write comment.