Color spaces of #434960
RGB | 67 | 73 | 96 |
---|---|---|---|
HSL | 0.63 | 0.18 | 0.32 |
HSV | 228° | 30° | 38° |
CMYK | 0.30 | 0.24 | 0.00 0.62 |
XYZ | 6.8086 | 6.8029 | 12.0206 |
Yxy | 6.8029 | 0.2656 | 0.2654 |
Hunter Lab | 26.0824 | 0.9519 | -9.0674 |
CIE-Lab | 31.3539 | 3.5436 | -14.2995 |
#434960 color RGB value is (67,73,96).
#434960 hex color red value is 67, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #434960 hue: 0.63 , saturation: 0.18 and the lightness value of 434960 is 0.32.
The process color (four color CMYK) of #434960 color hex is 0.30, 0.24, 0.00, 0.62. Web safe color of #434960 is #333366. Color #434960 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01001001 | 01100000 |
Octal | 103 | 111 | 140 |
Decimal | 67 | 73 | 96 |
Hex | 43 | 49 | 60 |
Shades of #434960
Tints of #434960
RGB Percentages of Color #434960
CMYK Percentages of Color #434960
Complementary Color
#434960 | #605a43 |
#434960 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#434960 Color Preview on White Background
Lorem ipsum dolor sit amet.
#434960 Color CSS Codes
.mybgcolor {background-color:#434960; } .myforecolor {color:#434960; } .mybordercolor {border:3px solid #434960; }
#434960 Text Font Color
<p style="color:#434960">Text here</p>
This sample text font color is #434960
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.
#434960 Background Color
<div style="background-color:#434960">
Div content here</div>
This div background color is #434960
#434960 Border Color
<div style="border:3px solid #434960">
Div here</div>
This div border color is #434960
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,73,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #434960; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #434960; -webkit-box-shadow: 1px 1px 3px 2px #434960; box-shadow: 1px 1px 3px 2px #434960; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,73,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #434960">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #434960; -webkit-box-shadow: 1px 1px 3px 2px #434960; box-shadow: 1px 1px 3px 2px #434960;">
Div content here</div>
This div box has shadow with color #434960
Comments
No comments written yet.
Please login to write comment.