Color spaces of #348544
RGB | 52 | 133 | 68 |
---|---|---|---|
HSL | 0.37 | 0.44 | 0.36 |
HSV | 132° | 61° | 52° |
CMYK | 0.61 | 0.00 | 0.49 0.48 |
XYZ | 10.8471 | 17.9225 | 8.3565 |
Yxy | 17.9225 | 0.2922 | 0.4827 |
Hunter Lab | 42.3350 | -28.3508 | 17.9312 |
CIE-Lab | 49.4020 | -39.3771 | 27.7687 |
#348544 color RGB value is (52,133,68).
#348544 hex color red value is 52, green value is 133 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #348544 hue: 0.37 , saturation: 0.44 and the lightness value of 348544 is 0.36.
The process color (four color CMYK) of #348544 color hex is 0.61, 0.00, 0.49, 0.48. Web safe color of #348544 is #339933. Color #348544 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10000101 | 01000100 |
Octal | 64 | 205 | 104 |
Decimal | 52 | 133 | 68 |
Hex | 34 | 85 | 44 |
Shades of #348544
Tints of #348544
RGB Percentages of Color #348544
CMYK Percentages of Color #348544
Complementary Color
#348544 | #853475 |
#348544 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#348544 Color Preview on White Background
Lorem ipsum dolor sit amet.
#348544 Color CSS Codes
.mybgcolor {background-color:#348544; } .myforecolor {color:#348544; } .mybordercolor {border:3px solid #348544; }
#348544 Text Font Color
<p style="color:#348544">Text here</p>
This sample text font color is #348544
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.
#348544 Background Color
<div style="background-color:#348544">
Div content here</div>
This div background color is #348544
#348544 Border Color
<div style="border:3px solid #348544">
Div here</div>
This div border color is #348544
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,133,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #348544; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #348544; -webkit-box-shadow: 1px 1px 3px 2px #348544; box-shadow: 1px 1px 3px 2px #348544; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,133,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #348544">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #348544; -webkit-box-shadow: 1px 1px 3px 2px #348544; box-shadow: 1px 1px 3px 2px #348544;">
Div content here</div>
This div box has shadow with color #348544
Comments
No comments written yet.
Please login to write comment.