Color spaces of #3c803a
RGB | 60 | 128 | 58 |
---|---|---|---|
HSL | 0.33 | 0.38 | 0.36 |
HSV | 118° | 55° | 50° |
CMYK | 0.53 | 0.00 | 0.55 0.50 |
XYZ | 10.3464 | 16.7045 | 6.6820 |
Yxy | 16.7045 | 0.3067 | 0.4952 |
Hunter Lab | 40.8711 | -26.3378 | 18.9165 |
CIE-Lab | 47.8855 | -36.6313 | 31.2592 |
#3c803a color RGB value is (60,128,58).
#3c803a hex color red value is 60, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #3c803a hue: 0.33 , saturation: 0.38 and the lightness value of 3c803a is 0.36.
The process color (four color CMYK) of #3c803a color hex is 0.53, 0.00, 0.55, 0.50. Web safe color of #3c803a is #339933. Color #3c803a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 10000000 | 00111010 |
Octal | 74 | 200 | 72 |
Decimal | 60 | 128 | 58 |
Hex | 3C | 80 | 3A |
Shades of #3c803a
Tints of #3c803a
RGB Percentages of Color #3c803a
CMYK Percentages of Color #3c803a
Complementary Color
#3c803a | #7e3a80 |
#3c803a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3c803a Color Preview on White Background
Lorem ipsum dolor sit amet.
#3c803a Color CSS Codes
.mybgcolor {background-color:#3c803a; } .myforecolor {color:#3c803a; } .mybordercolor {border:3px solid #3c803a; }
#3c803a Text Font Color
<p style="color:#3c803a">Text here</p>
This sample text font color is #3c803a
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.
#3c803a Background Color
<div style="background-color:#3c803a">
Div content here</div>
This div background color is #3c803a
#3c803a Border Color
<div style="border:3px solid #3c803a">
Div here</div>
This div border color is #3c803a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,128,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3c803a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3c803a; -webkit-box-shadow: 1px 1px 3px 2px #3c803a; box-shadow: 1px 1px 3px 2px #3c803a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,128,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3c803a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3c803a; -webkit-box-shadow: 1px 1px 3px 2px #3c803a; box-shadow: 1px 1px 3px 2px #3c803a;">
Div content here</div>
This div box has shadow with color #3c803a
Comments
No comments written yet.
Please login to write comment.