Color spaces of #36060f
RGB | 54 | 6 | 15 |
---|---|---|---|
HSL | 0.97 | 0.80 | 0.12 |
HSV | 349° | 89° | 21° |
CMYK | 0.00 | 0.89 | 0.72 0.79 |
XYZ | 1.6727 | 0.9490 | 0.5470 |
Yxy | 0.9490 | 0.5279 | 0.2995 |
Hunter Lab | 9.7417 | 13.6016 | 3.4900 |
CIE-Lab | 8.5592 | 24.1974 | 6.9332 |
#36060f color RGB value is (54,6,15).
#36060f hex color red value is 54, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #36060f hue: 0.97 , saturation: 0.80 and the lightness value of 36060f is 0.12.
The process color (four color CMYK) of #36060f color hex is 0.00, 0.89, 0.72, 0.79. Web safe color of #36060f is #330000. Color #36060f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00000110 | 00001111 |
Octal | 66 | 6 | 17 |
Decimal | 54 | 6 | 15 |
Hex | 36 | 6 | F |
Shades of #36060f
Tints of #36060f
RGB Percentages of Color #36060f
CMYK Percentages of Color #36060f
Complementary Color
#36060f | #06362d |
#36060f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36060f Color Preview on White Background
Lorem ipsum dolor sit amet.
#36060f Color CSS Codes
.mybgcolor {background-color:#36060f; } .myforecolor {color:#36060f; } .mybordercolor {border:3px solid #36060f; }
#36060f Text Font Color
<p style="color:#36060f">Text here</p>
This sample text font color is #36060f
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.
#36060f Background Color
<div style="background-color:#36060f">
Div content here</div>
This div background color is #36060f
#36060f Border Color
<div style="border:3px solid #36060f">
Div here</div>
This div border color is #36060f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,6,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36060f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36060f; -webkit-box-shadow: 1px 1px 3px 2px #36060f; box-shadow: 1px 1px 3px 2px #36060f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,6,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36060f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36060f; -webkit-box-shadow: 1px 1px 3px 2px #36060f; box-shadow: 1px 1px 3px 2px #36060f;">
Div content here</div>
This div box has shadow with color #36060f
Comments
No comments written yet.
Please login to write comment.