Color spaces of #32584e
RGB | 50 | 88 | 78 |
---|---|---|---|
HSL | 0.46 | 0.28 | 0.27 |
HSV | 164° | 43° | 35° |
CMYK | 0.43 | 0.00 | 0.11 0.65 |
XYZ | 6.1803 | 8.2076 | 8.4662 |
Yxy | 8.2076 | 0.2704 | 0.3591 |
Hunter Lab | 28.6489 | -11.6286 | 2.5331 |
CIE-Lab | 34.4115 | -16.2305 | 1.5528 |
#32584e color RGB value is (50,88,78).
#32584e hex color red value is 50, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #32584e hue: 0.46 , saturation: 0.28 and the lightness value of 32584e is 0.27.
The process color (four color CMYK) of #32584e color hex is 0.43, 0.00, 0.11, 0.65. Web safe color of #32584e is #336666. Color #32584e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01011000 | 01001110 |
Octal | 62 | 130 | 116 |
Decimal | 50 | 88 | 78 |
Hex | 32 | 58 | 4E |
Shades of #32584e
Tints of #32584e
RGB Percentages of Color #32584e
CMYK Percentages of Color #32584e
Complementary Color
#32584e | #58323c |
#32584e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32584e Color Preview on White Background
Lorem ipsum dolor sit amet.
#32584e Color CSS Codes
.mybgcolor {background-color:#32584e; } .myforecolor {color:#32584e; } .mybordercolor {border:3px solid #32584e; }
#32584e Text Font Color
<p style="color:#32584e">Text here</p>
This sample text font color is #32584e
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.
#32584e Background Color
<div style="background-color:#32584e">
Div content here</div>
This div background color is #32584e
#32584e Border Color
<div style="border:3px solid #32584e">
Div here</div>
This div border color is #32584e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,88,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32584e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32584e; -webkit-box-shadow: 1px 1px 3px 2px #32584e; box-shadow: 1px 1px 3px 2px #32584e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,88,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32584e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32584e; -webkit-box-shadow: 1px 1px 3px 2px #32584e; box-shadow: 1px 1px 3px 2px #32584e;">
Div content here</div>
This div box has shadow with color #32584e
Comments
No comments written yet.
Please login to write comment.