Color spaces of #40353a
RGB | 64 | 53 | 58 |
---|---|---|---|
HSL | 0.92 | 0.09 | 0.23 |
HSV | 333° | 17° | 25° |
CMYK | 0.00 | 0.17 | 0.09 0.75 |
XYZ | 4.1512 | 3.9417 | 4.5450 |
Yxy | 3.9417 | 0.3285 | 0.3119 |
Hunter Lab | 19.8537 | 2.5784 | 0.3247 |
CIE-Lab | 23.4778 | 5.9193 | -1.3128 |
#40353a color RGB value is (64,53,58).
#40353a hex color red value is 64, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #40353a hue: 0.92 , saturation: 0.09 and the lightness value of 40353a is 0.23.
The process color (four color CMYK) of #40353a color hex is 0.00, 0.17, 0.09, 0.75. Web safe color of #40353a is #333333. Color #40353a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00110101 | 00111010 |
Octal | 100 | 65 | 72 |
Decimal | 64 | 53 | 58 |
Hex | 40 | 35 | 3A |
Shades of #40353a
Tints of #40353a
RGB Percentages of Color #40353a
CMYK Percentages of Color #40353a
Complementary Color
#40353a | #35403b |
#40353a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40353a Color Preview on White Background
Lorem ipsum dolor sit amet.
#40353a Color CSS Codes
.mybgcolor {background-color:#40353a; } .myforecolor {color:#40353a; } .mybordercolor {border:3px solid #40353a; }
#40353a Text Font Color
<p style="color:#40353a">Text here</p>
This sample text font color is #40353a
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.
#40353a Background Color
<div style="background-color:#40353a">
Div content here</div>
This div background color is #40353a
#40353a Border Color
<div style="border:3px solid #40353a">
Div here</div>
This div border color is #40353a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,53,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40353a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40353a; -webkit-box-shadow: 1px 1px 3px 2px #40353a; box-shadow: 1px 1px 3px 2px #40353a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,53,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40353a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40353a; -webkit-box-shadow: 1px 1px 3px 2px #40353a; box-shadow: 1px 1px 3px 2px #40353a;">
Div content here</div>
This div box has shadow with color #40353a
Comments
No comments written yet.
Please login to write comment.