Color spaces of #34463e
RGB | 52 | 70 | 62 |
---|---|---|---|
HSL | 0.43 | 0.15 | 0.24 |
HSV | 153° | 26° | 27° |
CMYK | 0.26 | 0.00 | 0.11 0.73 |
XYZ | 4.4758 | 5.4582 | 5.3751 |
Yxy | 5.4582 | 0.2924 | 0.3565 |
Hunter Lab | 23.3628 | -6.6882 | 2.7130 |
CIE-Lab | 28.0022 | -9.1078 | 2.4981 |
#34463e color RGB value is (52,70,62).
#34463e hex color red value is 52, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #34463e hue: 0.43 , saturation: 0.15 and the lightness value of 34463e is 0.24.
The process color (four color CMYK) of #34463e color hex is 0.26, 0.00, 0.11, 0.73. Web safe color of #34463e is #333333. Color #34463e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01000110 | 00111110 |
Octal | 64 | 106 | 76 |
Decimal | 52 | 70 | 62 |
Hex | 34 | 46 | 3E |
Shades of #34463e
Tints of #34463e
RGB Percentages of Color #34463e
CMYK Percentages of Color #34463e
Complementary Color
#34463e | #46343c |
#34463e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#34463e Color Preview on White Background
Lorem ipsum dolor sit amet.
#34463e Color CSS Codes
.mybgcolor {background-color:#34463e; } .myforecolor {color:#34463e; } .mybordercolor {border:3px solid #34463e; }
#34463e Text Font Color
<p style="color:#34463e">Text here</p>
This sample text font color is #34463e
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.
#34463e Background Color
<div style="background-color:#34463e">
Div content here</div>
This div background color is #34463e
#34463e Border Color
<div style="border:3px solid #34463e">
Div here</div>
This div border color is #34463e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,70,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #34463e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #34463e; -webkit-box-shadow: 1px 1px 3px 2px #34463e; box-shadow: 1px 1px 3px 2px #34463e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,70,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #34463e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #34463e; -webkit-box-shadow: 1px 1px 3px 2px #34463e; box-shadow: 1px 1px 3px 2px #34463e;">
Div content here</div>
This div box has shadow with color #34463e
Comments
No comments written yet.
Please login to write comment.