Color spaces of #307736
RGB | 48 | 119 | 54 |
---|---|---|---|
HSL | 0.35 | 0.43 | 0.33 |
HSV | 125° | 60° | 47° |
CMYK | 0.60 | 0.00 | 0.55 0.53 |
XYZ | 8.4816 | 14.0884 | 5.7623 |
Yxy | 14.0884 | 0.2994 | 0.4973 |
Hunter Lab | 37.5345 | -25.3501 | 17.1720 |
CIE-Lab | 44.3594 | -36.7357 | 28.9792 |
#307736 color RGB value is (48,119,54).
#307736 hex color red value is 48, green value is 119 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #307736 hue: 0.35 , saturation: 0.43 and the lightness value of 307736 is 0.33.
The process color (four color CMYK) of #307736 color hex is 0.60, 0.00, 0.55, 0.53. Web safe color of #307736 is #336633. Color #307736 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01110111 | 00110110 |
Octal | 60 | 167 | 66 |
Decimal | 48 | 119 | 54 |
Hex | 30 | 77 | 36 |
Shades of #307736
Tints of #307736
RGB Percentages of Color #307736
CMYK Percentages of Color #307736
Complementary Color
#307736 | #773071 |
#307736 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#307736 Color Preview on White Background
Lorem ipsum dolor sit amet.
#307736 Color CSS Codes
.mybgcolor {background-color:#307736; } .myforecolor {color:#307736; } .mybordercolor {border:3px solid #307736; }
#307736 Text Font Color
<p style="color:#307736">Text here</p>
This sample text font color is #307736
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.
#307736 Background Color
<div style="background-color:#307736">
Div content here</div>
This div background color is #307736
#307736 Border Color
<div style="border:3px solid #307736">
Div here</div>
This div border color is #307736
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,119,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #307736; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #307736; -webkit-box-shadow: 1px 1px 3px 2px #307736; box-shadow: 1px 1px 3px 2px #307736; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,119,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #307736">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #307736; -webkit-box-shadow: 1px 1px 3px 2px #307736; box-shadow: 1px 1px 3px 2px #307736;">
Div content here</div>
This div box has shadow with color #307736
Comments
No comments written yet.
Please login to write comment.