Color spaces of #405743
RGB | 64 | 87 | 67 |
---|---|---|---|
HSL | 0.36 | 0.15 | 0.30 |
HSV | 128° | 26° | 34° |
CMYK | 0.26 | 0.00 | 0.23 0.66 |
XYZ | 6.5357 | 8.3116 | 6.5700 |
Yxy | 8.3116 | 0.3052 | 0.3881 |
Hunter Lab | 28.8298 | -9.9864 | 6.6694 |
CIE-Lab | 34.6236 | -13.3620 | 8.8371 |
#405743 color RGB value is (64,87,67).
#405743 hex color red value is 64, green value is 87 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #405743 hue: 0.36 , saturation: 0.15 and the lightness value of 405743 is 0.30.
The process color (four color CMYK) of #405743 color hex is 0.26, 0.00, 0.23, 0.66. Web safe color of #405743 is #336633. Color #405743 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01010111 | 01000011 |
Octal | 100 | 127 | 103 |
Decimal | 64 | 87 | 67 |
Hex | 40 | 57 | 43 |
Shades of #405743
Tints of #405743
RGB Percentages of Color #405743
CMYK Percentages of Color #405743
Complementary Color
#405743 | #574054 |
#405743 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#405743 Color Preview on White Background
Lorem ipsum dolor sit amet.
#405743 Color CSS Codes
.mybgcolor {background-color:#405743; } .myforecolor {color:#405743; } .mybordercolor {border:3px solid #405743; }
#405743 Text Font Color
<p style="color:#405743">Text here</p>
This sample text font color is #405743
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.
#405743 Background Color
<div style="background-color:#405743">
Div content here</div>
This div background color is #405743
#405743 Border Color
<div style="border:3px solid #405743">
Div here</div>
This div border color is #405743
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,87,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #405743; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #405743; -webkit-box-shadow: 1px 1px 3px 2px #405743; box-shadow: 1px 1px 3px 2px #405743; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,87,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #405743">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #405743; -webkit-box-shadow: 1px 1px 3px 2px #405743; box-shadow: 1px 1px 3px 2px #405743;">
Div content here</div>
This div box has shadow with color #405743
#405743 Color Palettes
Comments
No comments written yet.
Please login to write comment.