Color spaces of #03532c
RGB | 3 | 83 | 44 |
---|---|---|---|
HSL | 0.42 | 0.93 | 0.17 |
HSV | 151° | 96° | 33° |
CMYK | 0.96 | 0.00 | 0.47 0.67 |
XYZ | 3.5854 | 6.3877 | 3.4269 |
Yxy | 6.3877 | 0.2676 | 0.4767 |
Hunter Lab | 25.2739 | -18.9070 | 9.6526 |
CIE-Lab | 30.3703 | -32.1834 | 16.8030 |
#03532c color RGB value is (3,83,44).
#03532c hex color red value is 3, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #03532c hue: 0.42 , saturation: 0.93 and the lightness value of 03532c is 0.17.
The process color (four color CMYK) of #03532c color hex is 0.96, 0.00, 0.47, 0.67. Web safe color of #03532c is #006633. Color #03532c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 01010011 | 00101100 |
Octal | 3 | 123 | 54 |
Decimal | 3 | 83 | 44 |
Hex | 3 | 53 | 2C |
Shades of #03532c
Tints of #03532c
RGB Percentages of Color #03532c
CMYK Percentages of Color #03532c
Complementary Color
#03532c | #53032a |
#03532c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03532c Color Preview on White Background
Lorem ipsum dolor sit amet.
#03532c Color CSS Codes
.mybgcolor {background-color:#03532c; } .myforecolor {color:#03532c; } .mybordercolor {border:3px solid #03532c; }
#03532c Text Font Color
<p style="color:#03532c">Text here</p>
This sample text font color is #03532c
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.
#03532c Background Color
<div style="background-color:#03532c">
Div content here</div>
This div background color is #03532c
#03532c Border Color
<div style="border:3px solid #03532c">
Div here</div>
This div border color is #03532c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,83,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03532c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03532c; -webkit-box-shadow: 1px 1px 3px 2px #03532c; box-shadow: 1px 1px 3px 2px #03532c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,83,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03532c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03532c; -webkit-box-shadow: 1px 1px 3px 2px #03532c; box-shadow: 1px 1px 3px 2px #03532c;">
Div content here</div>
This div box has shadow with color #03532c
Comments
No comments written yet.
Please login to write comment.