Color spaces of #307866
RGB | 48 | 120 | 102 |
---|---|---|---|
HSL | 0.46 | 0.43 | 0.33 |
HSV | 165° | 60° | 47° |
CMYK | 0.60 | 0.00 | 0.15 0.53 |
XYZ | 10.3337 | 15.0206 | 14.9250 |
Yxy | 15.0206 | 0.2566 | 0.3729 |
Hunter Lab | 38.7564 | -20.2299 | 4.2971 |
CIE-Lab | 45.6624 | -27.1466 | 3.1933 |
#307866 color RGB value is (48,120,102).
#307866 hex color red value is 48, green value is 120 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #307866 hue: 0.46 , saturation: 0.43 and the lightness value of 307866 is 0.33.
The process color (four color CMYK) of #307866 color hex is 0.60, 0.00, 0.15, 0.53. Web safe color of #307866 is #336666. Color #307866 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01111000 | 01100110 |
Octal | 60 | 170 | 146 |
Decimal | 48 | 120 | 102 |
Hex | 30 | 78 | 66 |
Shades of #307866
Tints of #307866
RGB Percentages of Color #307866
CMYK Percentages of Color #307866
Complementary Color
#307866 | #783042 |
#307866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#307866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#307866 Color CSS Codes
.mybgcolor {background-color:#307866; } .myforecolor {color:#307866; } .mybordercolor {border:3px solid #307866; }
#307866 Text Font Color
<p style="color:#307866">Text here</p>
This sample text font color is #307866
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.
#307866 Background Color
<div style="background-color:#307866">
Div content here</div>
This div background color is #307866
#307866 Border Color
<div style="border:3px solid #307866">
Div here</div>
This div border color is #307866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,120,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #307866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #307866; -webkit-box-shadow: 1px 1px 3px 2px #307866; box-shadow: 1px 1px 3px 2px #307866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,120,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #307866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #307866; -webkit-box-shadow: 1px 1px 3px 2px #307866; box-shadow: 1px 1px 3px 2px #307866;">
Div content here</div>
This div box has shadow with color #307866
Comments
No comments written yet.
Please login to write comment.