Color Hex Logo

#30595e Color Hex

#30595E
(48,89,94)
0 Favorites   0 Comments

Color spaces of #30595e

RGB 488994
HSL0.520.320.28
HSV187°49°37°
CMYK 0.490.050.00   0.63
XYZ6.81178.581311.8870
Yxy8.58130.24970.3146
Hunter Lab29.2939-9.7576-3.5533
CIE-Lab35.1653-12.8533-7.3713

#30595e color RGB value is (48,89,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 01011110
Octal 60 131 136
Decimal 48 89 94
Hex 30 59 5E

RGB Percentages of Color #30595e

%20.78
%38.53
%40.69

CMYK Percentages of Color #30595e

%49
%5
%0
%63

Triadic Colors of #30595e

#30595e #5e3059 #595e30

Analogous Colors of #30595e

#30595e #30425e #305e4c

Monochromatic Colors of #30595e

#30595e

Complementary Color

#30595e #5e3530

#30595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30595e Color CSS Codes

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

#30595e Text Font Color

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

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


#30595e Background Color

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

This div background color is #30595e


#30595e Border Color

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

This div border color is #30595e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,89,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 #30595e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30595e


Comments

No comments written yet.

Please login to write comment.