Color Hex Logo

#30373f Color Hex

#30373F
(48,55,63)
2 Favorites   0 Comments

Color spaces of #30373f

RGB 485563
HSL0.590.140.22
HSV212°24°25°
CMYK 0.240.130.00   0.75
XYZ3.48233.71965.2370
Yxy3.71960.28000.2990
Hunter Lab19.2863-1.5213-2.5992
CIE-Lab22.7219-0.8393-5.9721

#30373f color RGB value is (48,55,63).

#30373f hex color red value is 48, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30373f hue: 0.59 , saturation: 0.14 and the lightness value of 30373f is 0.22.

The process color (four color CMYK) of #30373f color hex is 0.24, 0.13, 0.00, 0.75. Web safe color of #30373f is #333333. Color #30373f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110111 00111111
Octal 60 67 77
Decimal 48 55 63
Hex 30 37 3F

RGB Percentages of Color #30373f

%28.92
%33.13
%37.95

CMYK Percentages of Color #30373f

%24
%13
%0
%75

Triadic Colors of #30373f

#30373f #3f3037 #373f30

Analogous Colors of #30373f

#30373f #31303f #303f3f

Monochromatic Colors of #30373f

#30373f

Complementary Color

#30373f #3f3830

#30373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30373f Color CSS Codes

.mybgcolor {background-color:#30373f; } 
.myforecolor {color:#30373f; }
.mybordercolor {border:3px solid #30373f; }

#30373f Text Font Color

<p style="color:#30373f">Text here</p>

This sample text font color is #30373f
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.


#30373f Background Color

<div style="background-color:#30373f">
Div content here</div>

This div background color is #30373f


#30373f Border Color

<div style="border:3px solid #30373f">
Div here</div>

This div border color is #30373f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,55,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30373f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30373f;
  -webkit-box-shadow: 1px 1px 3px 2px #30373f;
  box-shadow:         1px 1px 3px 2px #30373f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,55,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30373f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30373f;
  -webkit-box-shadow: 1px 1px 3px 2px #30373f;
  box-shadow:         1px 1px 3px 2px #30373f;">
Div content here</div>

This div box has shadow with color #30373f

#30373f Color Palettes


Comments

No comments written yet.

Please login to write comment.