Color spaces of #348746
RGB | 52 | 135 | 70 |
---|---|---|---|
HSL | 0.37 | 0.44 | 0.37 |
HSV | 133° | 61° | 53° |
CMYK | 0.61 | 0.00 | 0.48 0.47 |
XYZ | 11.1856 | 18.5002 | 8.7757 |
Yxy | 18.5002 | 0.2908 | 0.4810 |
Hunter Lab | 43.0119 | -28.8503 | 18.0114 |
CIE-Lab | 50.0973 | -39.8770 | 27.5694 |
#348746 color RGB value is (52,135,70).
#348746 hex color red value is 52, green value is 135 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #348746 hue: 0.37 , saturation: 0.44 and the lightness value of 348746 is 0.37.
The process color (four color CMYK) of #348746 color hex is 0.61, 0.00, 0.48, 0.47. Web safe color of #348746 is #339933. Color #348746 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10000111 | 01000110 |
Octal | 64 | 207 | 106 |
Decimal | 52 | 135 | 70 |
Hex | 34 | 87 | 46 |
Shades of #348746
Tints of #348746
RGB Percentages of Color #348746
CMYK Percentages of Color #348746
Complementary Color
#348746 | #873475 |
#348746 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#348746 Color Preview on White Background
Lorem ipsum dolor sit amet.
#348746 Color CSS Codes
.mybgcolor {background-color:#348746; } .myforecolor {color:#348746; } .mybordercolor {border:3px solid #348746; }
#348746 Text Font Color
<p style="color:#348746">Text here</p>
This sample text font color is #348746
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.
#348746 Background Color
<div style="background-color:#348746">
Div content here</div>
This div background color is #348746
#348746 Border Color
<div style="border:3px solid #348746">
Div here</div>
This div border color is #348746
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,135,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #348746; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #348746; -webkit-box-shadow: 1px 1px 3px 2px #348746; box-shadow: 1px 1px 3px 2px #348746; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,135,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #348746">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #348746; -webkit-box-shadow: 1px 1px 3px 2px #348746; box-shadow: 1px 1px 3px 2px #348746;">
Div content here</div>
This div box has shadow with color #348746
Comments
No comments written yet.
Please login to write comment.