Color spaces of #30774d
RGB | 48 | 119 | 77 |
---|---|---|---|
HSL | 0.40 | 0.43 | 0.33 |
HSV | 145° | 60° | 47° |
CMYK | 0.60 | 0.00 | 0.35 0.53 |
XYZ | 9.1553 | 14.3579 | 9.3100 |
Yxy | 14.3579 | 0.2789 | 0.4374 |
Hunter Lab | 37.8918 | -23.1821 | 11.9568 |
CIE-Lab | 44.7419 | -32.6184 | 16.6171 |
#30774d color RGB value is (48,119,77).
#30774d hex color red value is 48, green value is 119 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #30774d hue: 0.40 , saturation: 0.43 and the lightness value of 30774d is 0.33.
The process color (four color CMYK) of #30774d color hex is 0.60, 0.00, 0.35, 0.53. Web safe color of #30774d is #336666. Color #30774d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01110111 | 01001101 |
Octal | 60 | 167 | 115 |
Decimal | 48 | 119 | 77 |
Hex | 30 | 77 | 4D |
Shades of #30774d
Tints of #30774d
RGB Percentages of Color #30774d
CMYK Percentages of Color #30774d
Complementary Color
#30774d | #77305a |
#30774d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30774d Color Preview on White Background
Lorem ipsum dolor sit amet.
#30774d Color CSS Codes
.mybgcolor {background-color:#30774d; } .myforecolor {color:#30774d; } .mybordercolor {border:3px solid #30774d; }
#30774d Text Font Color
<p style="color:#30774d">Text here</p>
This sample text font color is #30774d
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.
#30774d Background Color
<div style="background-color:#30774d">
Div content here</div>
This div background color is #30774d
#30774d Border Color
<div style="border:3px solid #30774d">
Div here</div>
This div border color is #30774d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,119,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30774d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30774d; -webkit-box-shadow: 1px 1px 3px 2px #30774d; box-shadow: 1px 1px 3px 2px #30774d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,119,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30774d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30774d; -webkit-box-shadow: 1px 1px 3px 2px #30774d; box-shadow: 1px 1px 3px 2px #30774d;">
Div content here</div>
This div box has shadow with color #30774d
Comments
No comments written yet.
Please login to write comment.