Color spaces of #30313c
RGB | 48 | 49 | 60 |
---|---|---|---|
HSL | 0.65 | 0.11 | 0.21 |
HSV | 235° | 20° | 24° |
CMYK | 0.20 | 0.18 | 0.00 0.76 |
XYZ | 3.1328 | 3.1512 | 4.7181 |
Yxy | 3.1512 | 0.2847 | 0.2864 |
Hunter Lab | 17.7516 | 0.4363 | -3.3322 |
CIE-Lab | 20.6395 | 2.3837 | -7.0761 |
#30313c color RGB value is (48,49,60).
#30313c hex color red value is 48, green value is 49 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #30313c hue: 0.65 , saturation: 0.11 and the lightness value of 30313c is 0.21.
The process color (four color CMYK) of #30313c color hex is 0.20, 0.18, 0.00, 0.76. Web safe color of #30313c is #333333. Color #30313c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00110001 | 00111100 |
Octal | 60 | 61 | 74 |
Decimal | 48 | 49 | 60 |
Hex | 30 | 31 | 3C |
Shades of #30313c
Tints of #30313c
RGB Percentages of Color #30313c
CMYK Percentages of Color #30313c
Complementary Color
#30313c | #3c3b30 |
#30313c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30313c Color Preview on White Background
Lorem ipsum dolor sit amet.
#30313c Color CSS Codes
.mybgcolor {background-color:#30313c; } .myforecolor {color:#30313c; } .mybordercolor {border:3px solid #30313c; }
#30313c Text Font Color
<p style="color:#30313c">Text here</p>
This sample text font color is #30313c
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.
#30313c Background Color
<div style="background-color:#30313c">
Div content here</div>
This div background color is #30313c
#30313c Border Color
<div style="border:3px solid #30313c">
Div here</div>
This div border color is #30313c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,49,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30313c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30313c; -webkit-box-shadow: 1px 1px 3px 2px #30313c; box-shadow: 1px 1px 3px 2px #30313c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,49,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30313c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30313c; -webkit-box-shadow: 1px 1px 3px 2px #30313c; box-shadow: 1px 1px 3px 2px #30313c;">
Div content here</div>
This div box has shadow with color #30313c
#30313c Color Palettes
Comments
No comments written yet.
Please login to write comment.