Color spaces of #324959
RGB | 50 | 73 | 89 |
---|---|---|---|
HSL | 0.57 | 0.28 | 0.27 |
HSV | 205° | 44° | 35° |
CMYK | 0.44 | 0.18 | 0.00 0.65 |
XYZ | 5.5011 | 6.1645 | 10.3511 |
Yxy | 6.1645 | 0.2499 | 0.2800 |
Hunter Lab | 24.8284 | -3.9004 | -7.3384 |
CIE-Lab | 29.8237 | -4.1085 | -12.2728 |
#324959 color RGB value is (50,73,89).
#324959 hex color red value is 50, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #324959 hue: 0.57 , saturation: 0.28 and the lightness value of 324959 is 0.27.
The process color (four color CMYK) of #324959 color hex is 0.44, 0.18, 0.00, 0.65. Web safe color of #324959 is #333366. Color #324959 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01001001 | 01011001 |
Octal | 62 | 111 | 131 |
Decimal | 50 | 73 | 89 |
Hex | 32 | 49 | 59 |
Shades of #324959
Tints of #324959
RGB Percentages of Color #324959
CMYK Percentages of Color #324959
Complementary Color
#324959 | #594232 |
#324959 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#324959 Color Preview on White Background
Lorem ipsum dolor sit amet.
#324959 Color CSS Codes
.mybgcolor {background-color:#324959; } .myforecolor {color:#324959; } .mybordercolor {border:3px solid #324959; }
#324959 Text Font Color
<p style="color:#324959">Text here</p>
This sample text font color is #324959
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.
#324959 Background Color
<div style="background-color:#324959">
Div content here</div>
This div background color is #324959
#324959 Border Color
<div style="border:3px solid #324959">
Div here</div>
This div border color is #324959
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,73,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #324959; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #324959; -webkit-box-shadow: 1px 1px 3px 2px #324959; box-shadow: 1px 1px 3px 2px #324959; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,73,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #324959">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #324959; -webkit-box-shadow: 1px 1px 3px 2px #324959; box-shadow: 1px 1px 3px 2px #324959;">
Div content here</div>
This div box has shadow with color #324959
#324959 Color Palettes
Comments
No comments written yet.
Please login to write comment.