Color Hex Logo

#30575e Color Hex

#30575E
(48,87,94)
0 Favorites   0 Comments

Color spaces of #30575e

RGB 488794
HSL0.530.320.28
HSV189°49°37°
CMYK 0.490.070.00   0.63
XYZ6.64758.252911.8323
Yxy8.25290.24870.3087
Hunter Lab28.7279-8.9696-4.3106
CIE-Lab34.5041-11.6857-8.3645

#30575e color RGB value is (48,87,94).

#30575e hex color red value is 48, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30575e hue: 0.53 , saturation: 0.32 and the lightness value of 30575e is 0.28.

The process color (four color CMYK) of #30575e color hex is 0.49, 0.07, 0.00, 0.63. Web safe color of #30575e is #336666. Color #30575e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010111 01011110
Octal 60 127 136
Decimal 48 87 94
Hex 30 57 5E

RGB Percentages of Color #30575e

%20.96
%37.99
%41.05

CMYK Percentages of Color #30575e

%49
%7
%0
%63

Triadic Colors of #30575e

#30575e #5e3057 #575e30

Analogous Colors of #30575e

#30575e #30405e #305e4e

Monochromatic Colors of #30575e

#30575e

Complementary Color

#30575e #5e3730

#30575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30575e Color CSS Codes

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

#30575e Text Font Color

<p style="color:#30575e">Text here</p>

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


#30575e Background Color

<div style="background-color:#30575e">
Div content here</div>

This div background color is #30575e


#30575e Border Color

<div style="border:3px solid #30575e">
Div here</div>

This div border color is #30575e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,87,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30575e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30575e;
  -webkit-box-shadow: 1px 1px 3px 2px #30575e;
  box-shadow:         1px 1px 3px 2px #30575e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30575e


Comments

No comments written yet.

Please login to write comment.