Color spaces of #30632a
RGB | 48 | 99 | 42 |
---|---|---|---|
HSL | 0.32 | 0.40 | 0.28 |
HSV | 114° | 58° | 39° |
CMYK | 0.52 | 0.00 | 0.58 0.61 |
XYZ | 6.0987 | 9.7192 | 3.7451 |
Yxy | 9.7192 | 0.3117 | 0.4968 |
Hunter Lab | 31.1756 | -19.6385 | 14.7005 |
CIE-Lab | 37.3337 | -29.7147 | 26.9120 |
#30632a color RGB value is (48,99,42).
#30632a hex color red value is 48, green value is 99 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #30632a hue: 0.32 , saturation: 0.40 and the lightness value of 30632a is 0.28.
The process color (four color CMYK) of #30632a color hex is 0.52, 0.00, 0.58, 0.61. Web safe color of #30632a is #336633. Color #30632a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01100011 | 00101010 |
Octal | 60 | 143 | 52 |
Decimal | 48 | 99 | 42 |
Hex | 30 | 63 | 2A |
Shades of #30632a
Tints of #30632a
RGB Percentages of Color #30632a
CMYK Percentages of Color #30632a
Complementary Color
#30632a | #5d2a63 |
#30632a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30632a Color Preview on White Background
Lorem ipsum dolor sit amet.
#30632a Color CSS Codes
.mybgcolor {background-color:#30632a; } .myforecolor {color:#30632a; } .mybordercolor {border:3px solid #30632a; }
#30632a Text Font Color
<p style="color:#30632a">Text here</p>
This sample text font color is #30632a
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.
#30632a Background Color
<div style="background-color:#30632a">
Div content here</div>
This div background color is #30632a
#30632a Border Color
<div style="border:3px solid #30632a">
Div here</div>
This div border color is #30632a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,99,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30632a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30632a; -webkit-box-shadow: 1px 1px 3px 2px #30632a; box-shadow: 1px 1px 3px 2px #30632a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,99,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30632a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30632a; -webkit-box-shadow: 1px 1px 3px 2px #30632a; box-shadow: 1px 1px 3px 2px #30632a;">
Div content here</div>
This div box has shadow with color #30632a
#30632a Color Palettes
Comments
No comments written yet.
Please login to write comment.