Color spaces of #30564a
RGB | 48 | 86 | 74 |
---|---|---|---|
HSL | 0.45 | 0.28 | 0.26 |
HSV | 161° | 44° | 34° |
CMYK | 0.44 | 0.00 | 0.14 0.66 |
XYZ | 5.7827 | 7.7784 | 7.6752 |
Yxy | 7.7784 | 0.2723 | 0.3663 |
Hunter Lab | 27.8898 | -11.7967 | 3.2064 |
CIE-Lab | 33.5170 | -16.7825 | 2.7565 |
#30564a color RGB value is (48,86,74).
#30564a hex color red value is 48, green value is 86 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #30564a hue: 0.45 , saturation: 0.28 and the lightness value of 30564a is 0.26.
The process color (four color CMYK) of #30564a color hex is 0.44, 0.00, 0.14, 0.66. Web safe color of #30564a is #336633. Color #30564a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01010110 | 01001010 |
Octal | 60 | 126 | 112 |
Decimal | 48 | 86 | 74 |
Hex | 30 | 56 | 4A |
Shades of #30564a
Tints of #30564a
RGB Percentages of Color #30564a
CMYK Percentages of Color #30564a
Complementary Color
#30564a | #56303c |
#30564a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30564a Color Preview on White Background
Lorem ipsum dolor sit amet.
#30564a Color CSS Codes
.mybgcolor {background-color:#30564a; } .myforecolor {color:#30564a; } .mybordercolor {border:3px solid #30564a; }
#30564a Text Font Color
<p style="color:#30564a">Text here</p>
This sample text font color is #30564a
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.
#30564a Background Color
<div style="background-color:#30564a">
Div content here</div>
This div background color is #30564a
#30564a Border Color
<div style="border:3px solid #30564a">
Div here</div>
This div border color is #30564a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,86,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30564a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30564a; -webkit-box-shadow: 1px 1px 3px 2px #30564a; box-shadow: 1px 1px 3px 2px #30564a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,86,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30564a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30564a; -webkit-box-shadow: 1px 1px 3px 2px #30564a; box-shadow: 1px 1px 3px 2px #30564a;">
Div content here</div>
This div box has shadow with color #30564a
Comments
No comments written yet.
Please login to write comment.