Color spaces of #30374d
RGB | 48 | 55 | 77 |
---|---|---|---|
HSL | 0.63 | 0.23 | 0.25 |
HSV | 226° | 38° | 30° |
CMYK | 0.38 | 0.29 | 0.00 0.70 |
XYZ | 3.9247 | 3.8966 | 7.5664 |
Yxy | 3.8966 | 0.2551 | 0.2532 |
Hunter Lab | 19.7398 | 0.9450 | -8.9084 |
CIE-Lab | 23.3266 | 3.3082 | -14.4210 |
#30374d color RGB value is (48,55,77).
#30374d hex color red value is 48, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #30374d hue: 0.63 , saturation: 0.23 and the lightness value of 30374d is 0.25.
The process color (four color CMYK) of #30374d color hex is 0.38, 0.29, 0.00, 0.70. Web safe color of #30374d is #333366. Color #30374d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00110111 | 01001101 |
Octal | 60 | 67 | 115 |
Decimal | 48 | 55 | 77 |
Hex | 30 | 37 | 4D |
Shades of #30374d
Tints of #30374d
RGB Percentages of Color #30374d
CMYK Percentages of Color #30374d
Complementary Color
#30374d | #4d4630 |
#30374d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30374d Color Preview on White Background
Lorem ipsum dolor sit amet.
#30374d Color CSS Codes
.mybgcolor {background-color:#30374d; } .myforecolor {color:#30374d; } .mybordercolor {border:3px solid #30374d; }
#30374d Text Font Color
<p style="color:#30374d">Text here</p>
This sample text font color is #30374d
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.
#30374d Background Color
<div style="background-color:#30374d">
Div content here</div>
This div background color is #30374d
#30374d Border Color
<div style="border:3px solid #30374d">
Div here</div>
This div border color is #30374d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,55,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30374d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30374d; -webkit-box-shadow: 1px 1px 3px 2px #30374d; box-shadow: 1px 1px 3px 2px #30374d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,55,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 #30374d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30374d; -webkit-box-shadow: 1px 1px 3px 2px #30374d; box-shadow: 1px 1px 3px 2px #30374d;">
Div content here</div>
This div box has shadow with color #30374d
Comments
No comments written yet.
Please login to write comment.