Color spaces of #322537
RGB | 50 | 37 | 55 |
---|---|---|---|
HSL | 0.79 | 0.20 | 0.18 |
HSV | 283° | 33° | 22° |
CMYK | 0.09 | 0.33 | 0.00 0.78 |
XYZ | 2.6665 | 2.2771 | 3.9134 |
Yxy | 2.2771 | 0.3011 | 0.2571 |
Hunter Lab | 15.0901 | 5.1344 | -4.8130 |
CIE-Lab | 16.8790 | 10.2081 | -9.3147 |
#322537 color RGB value is (50,37,55).
#322537 hex color red value is 50, green value is 37 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #322537 hue: 0.79 , saturation: 0.20 and the lightness value of 322537 is 0.18.
The process color (four color CMYK) of #322537 color hex is 0.09, 0.33, 0.00, 0.78. Web safe color of #322537 is #333333. Color #322537 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00100101 | 00110111 |
Octal | 62 | 45 | 67 |
Decimal | 50 | 37 | 55 |
Hex | 32 | 25 | 37 |
Shades of #322537
Tints of #322537
RGB Percentages of Color #322537
CMYK Percentages of Color #322537
Complementary Color
#322537 | #2a3725 |
#322537 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#322537 Color Preview on White Background
Lorem ipsum dolor sit amet.
#322537 Color CSS Codes
.mybgcolor {background-color:#322537; } .myforecolor {color:#322537; } .mybordercolor {border:3px solid #322537; }
#322537 Text Font Color
<p style="color:#322537">Text here</p>
This sample text font color is #322537
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.
#322537 Background Color
<div style="background-color:#322537">
Div content here</div>
This div background color is #322537
#322537 Border Color
<div style="border:3px solid #322537">
Div here</div>
This div border color is #322537
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,37,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #322537; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #322537; -webkit-box-shadow: 1px 1px 3px 2px #322537; box-shadow: 1px 1px 3px 2px #322537; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,37,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #322537">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #322537; -webkit-box-shadow: 1px 1px 3px 2px #322537; box-shadow: 1px 1px 3px 2px #322537;">
Div content here</div>
This div box has shadow with color #322537
Comments
No comments written yet.
Please login to write comment.