Color spaces of #345640
RGB | 52 | 86 | 64 |
---|---|---|---|
HSL | 0.39 | 0.25 | 0.27 |
HSV | 141° | 40° | 34° |
CMYK | 0.40 | 0.00 | 0.26 0.66 |
XYZ | 5.6694 | 7.7558 | 6.0487 |
Yxy | 7.7558 | 0.2911 | 0.3983 |
Hunter Lab | 27.8492 | -12.3981 | 6.6170 |
CIE-Lab | 33.4690 | -17.8684 | 8.9787 |
#345640 color RGB value is (52,86,64).
#345640 hex color red value is 52, green value is 86 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #345640 hue: 0.39 , saturation: 0.25 and the lightness value of 345640 is 0.27.
The process color (four color CMYK) of #345640 color hex is 0.40, 0.00, 0.26, 0.66. Web safe color of #345640 is #336633. Color #345640 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01010110 | 01000000 |
Octal | 64 | 126 | 100 |
Decimal | 52 | 86 | 64 |
Hex | 34 | 56 | 40 |
Shades of #345640
Tints of #345640
RGB Percentages of Color #345640
CMYK Percentages of Color #345640
Complementary Color
#345640 | #56344a |
#345640 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#345640 Color Preview on White Background
Lorem ipsum dolor sit amet.
#345640 Color CSS Codes
.mybgcolor {background-color:#345640; } .myforecolor {color:#345640; } .mybordercolor {border:3px solid #345640; }
#345640 Text Font Color
<p style="color:#345640">Text here</p>
This sample text font color is #345640
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.
#345640 Background Color
<div style="background-color:#345640">
Div content here</div>
This div background color is #345640
#345640 Border Color
<div style="border:3px solid #345640">
Div here</div>
This div border color is #345640
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,86,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #345640; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #345640; -webkit-box-shadow: 1px 1px 3px 2px #345640; box-shadow: 1px 1px 3px 2px #345640; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,86,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #345640">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #345640; -webkit-box-shadow: 1px 1px 3px 2px #345640; box-shadow: 1px 1px 3px 2px #345640;">
Div content here</div>
This div box has shadow with color #345640
Comments
No comments written yet.
Please login to write comment.