Color spaces of #053634
RGB | 5 | 54 | 52 |
---|---|---|---|
HSL | 0.49 | 0.83 | 0.12 |
HSV | 178° | 91° | 21° |
CMYK | 0.91 | 0.00 | 0.04 0.79 |
XYZ | 2.0016 | 2.9185 | 3.7066 |
Yxy | 2.9185 | 0.2320 | 0.3383 |
Hunter Lab | 17.0836 | -8.9824 | -0.9055 |
CIE-Lab | 19.7145 | -15.8664 | -3.2422 |
#053634 color RGB value is (5,54,52).
#053634 hex color red value is 5, green value is 54 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #053634 hue: 0.49 , saturation: 0.83 and the lightness value of 053634 is 0.12.
The process color (four color CMYK) of #053634 color hex is 0.91, 0.00, 0.04, 0.79. Web safe color of #053634 is #003333. Color #053634 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00110110 | 00110100 |
Octal | 5 | 66 | 64 |
Decimal | 5 | 54 | 52 |
Hex | 5 | 36 | 34 |
Shades of #053634
Tints of #053634
RGB Percentages of Color #053634
CMYK Percentages of Color #053634
Complementary Color
#053634 | #360507 |
#053634 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#053634 Color Preview on White Background
Lorem ipsum dolor sit amet.
#053634 Color CSS Codes
.mybgcolor {background-color:#053634; } .myforecolor {color:#053634; } .mybordercolor {border:3px solid #053634; }
#053634 Text Font Color
<p style="color:#053634">Text here</p>
This sample text font color is #053634
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.
#053634 Background Color
<div style="background-color:#053634">
Div content here</div>
This div background color is #053634
#053634 Border Color
<div style="border:3px solid #053634">
Div here</div>
This div border color is #053634
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,54,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #053634; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #053634; -webkit-box-shadow: 1px 1px 3px 2px #053634; box-shadow: 1px 1px 3px 2px #053634; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,54,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #053634">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #053634; -webkit-box-shadow: 1px 1px 3px 2px #053634; box-shadow: 1px 1px 3px 2px #053634;">
Div content here</div>
This div box has shadow with color #053634
Comments
No comments written yet.
Please login to write comment.