Color spaces of #30484e
RGB | 48 | 72 | 78 |
---|---|---|---|
HSL | 0.53 | 0.24 | 0.25 |
HSV | 192° | 38° | 31° |
CMYK | 0.38 | 0.08 | 0.00 0.69 |
XYZ | 4.9114 | 5.8132 | 8.0709 |
Yxy | 5.8132 | 0.2613 | 0.3093 |
Hunter Lab | 24.1106 | -5.8325 | -2.9696 |
CIE-Lab | 28.9362 | -7.4565 | -6.5376 |
#30484e color RGB value is (48,72,78).
#30484e hex color red value is 48, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #30484e hue: 0.53 , saturation: 0.24 and the lightness value of 30484e is 0.25.
The process color (four color CMYK) of #30484e color hex is 0.38, 0.08, 0.00, 0.69. Web safe color of #30484e is #333366. Color #30484e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01001000 | 01001110 |
Octal | 60 | 110 | 116 |
Decimal | 48 | 72 | 78 |
Hex | 30 | 48 | 4E |
Shades of #30484e
Tints of #30484e
RGB Percentages of Color #30484e
CMYK Percentages of Color #30484e
Complementary Color
#30484e | #4e3630 |
#30484e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30484e Color Preview on White Background
Lorem ipsum dolor sit amet.
#30484e Color CSS Codes
.mybgcolor {background-color:#30484e; } .myforecolor {color:#30484e; } .mybordercolor {border:3px solid #30484e; }
#30484e Text Font Color
<p style="color:#30484e">Text here</p>
This sample text font color is #30484e
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.
#30484e Background Color
<div style="background-color:#30484e">
Div content here</div>
This div background color is #30484e
#30484e Border Color
<div style="border:3px solid #30484e">
Div here</div>
This div border color is #30484e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,72,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30484e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30484e; -webkit-box-shadow: 1px 1px 3px 2px #30484e; box-shadow: 1px 1px 3px 2px #30484e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,72,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30484e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30484e; -webkit-box-shadow: 1px 1px 3px 2px #30484e; box-shadow: 1px 1px 3px 2px #30484e;">
Div content here</div>
This div box has shadow with color #30484e
Comments
No comments written yet.
Please login to write comment.