Color spaces of #364546
RGB | 54 | 69 | 70 |
---|---|---|---|
HSL | 0.51 | 0.13 | 0.24 |
HSV | 184° | 23° | 27° |
CMYK | 0.23 | 0.01 | 0.00 0.73 |
XYZ | 4.7549 | 5.4827 | 6.6020 |
Yxy | 5.4827 | 0.2824 | 0.3256 |
Hunter Lab | 23.4152 | -4.7287 | -0.3264 |
CIE-Lab | 28.0679 | -5.7135 | -2.5929 |
#364546 color RGB value is (54,69,70).
#364546 hex color red value is 54, green value is 69 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #364546 hue: 0.51 , saturation: 0.13 and the lightness value of 364546 is 0.24.
The process color (four color CMYK) of #364546 color hex is 0.23, 0.01, 0.00, 0.73. Web safe color of #364546 is #333333. Color #364546 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01000101 | 01000110 |
Octal | 66 | 105 | 106 |
Decimal | 54 | 69 | 70 |
Hex | 36 | 45 | 46 |
Shades of #364546
Tints of #364546
RGB Percentages of Color #364546
CMYK Percentages of Color #364546
Complementary Color
#364546 | #463736 |
#364546 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#364546 Color Preview on White Background
Lorem ipsum dolor sit amet.
#364546 Color CSS Codes
.mybgcolor {background-color:#364546; } .myforecolor {color:#364546; } .mybordercolor {border:3px solid #364546; }
#364546 Text Font Color
<p style="color:#364546">Text here</p>
This sample text font color is #364546
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.
#364546 Background Color
<div style="background-color:#364546">
Div content here</div>
This div background color is #364546
#364546 Border Color
<div style="border:3px solid #364546">
Div here</div>
This div border color is #364546
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,69,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #364546; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #364546; -webkit-box-shadow: 1px 1px 3px 2px #364546; box-shadow: 1px 1px 3px 2px #364546; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,69,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #364546">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #364546; -webkit-box-shadow: 1px 1px 3px 2px #364546; box-shadow: 1px 1px 3px 2px #364546;">
Div content here</div>
This div box has shadow with color #364546
Comments
No comments written yet.
Please login to write comment.