Color spaces of #39153f
RGB | 57 | 21 | 63 |
---|---|---|---|
HSL | 0.81 | 0.50 | 0.16 |
HSV | 291° | 67° | 25° |
CMYK | 0.10 | 0.67 | 0.00 0.75 |
XYZ | 2.8527 | 1.7651 | 4.8930 |
Yxy | 1.7651 | 0.2999 | 0.1856 |
Hunter Lab | 13.2857 | 15.0774 | -12.5360 |
CIE-Lab | 14.2028 | 25.2004 | -19.0314 |
#39153f color RGB value is (57,21,63).
#39153f hex color red value is 57, green value is 21 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #39153f hue: 0.81 , saturation: 0.50 and the lightness value of 39153f is 0.16.
The process color (four color CMYK) of #39153f color hex is 0.10, 0.67, 0.00, 0.75. Web safe color of #39153f is #330033. Color #39153f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00010101 | 00111111 |
Octal | 71 | 25 | 77 |
Decimal | 57 | 21 | 63 |
Hex | 39 | 15 | 3F |
Shades of #39153f
Tints of #39153f
RGB Percentages of Color #39153f
CMYK Percentages of Color #39153f
Complementary Color
#39153f | #1b3f15 |
#39153f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39153f Color Preview on White Background
Lorem ipsum dolor sit amet.
#39153f Color CSS Codes
.mybgcolor {background-color:#39153f; } .myforecolor {color:#39153f; } .mybordercolor {border:3px solid #39153f; }
#39153f Text Font Color
<p style="color:#39153f">Text here</p>
This sample text font color is #39153f
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.
#39153f Background Color
<div style="background-color:#39153f">
Div content here</div>
This div background color is #39153f
#39153f Border Color
<div style="border:3px solid #39153f">
Div here</div>
This div border color is #39153f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,21,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39153f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39153f; -webkit-box-shadow: 1px 1px 3px 2px #39153f; box-shadow: 1px 1px 3px 2px #39153f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,21,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39153f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39153f; -webkit-box-shadow: 1px 1px 3px 2px #39153f; box-shadow: 1px 1px 3px 2px #39153f;">
Div content here</div>
This div box has shadow with color #39153f
Comments
No comments written yet.
Please login to write comment.