Color Hex Logo

#30515e Color Hex

#30515E
(48,81,94)
0 Favorites   0 Comments

Color spaces of #30515e

RGB 488194
HSL0.550.320.28
HSV197°49°37°
CMYK 0.490.140.00   0.63
XYZ6.18177.321411.6770
Yxy7.32140.24550.2908
Hunter Lab27.0581-6.5715-6.6461
CIE-Lab32.5277-8.0951-11.3528

#30515e color RGB value is (48,81,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010001 01011110
Octal 60 121 136
Decimal 48 81 94
Hex 30 51 5E

RGB Percentages of Color #30515e

%21.52
%36.32
%42.15

CMYK Percentages of Color #30515e

%49
%14
%0
%63

Triadic Colors of #30515e

#30515e #5e3051 #515e30

Analogous Colors of #30515e

#30515e #303a5e #305e54

Monochromatic Colors of #30515e

#30515e

Complementary Color

#30515e #5e3d30

#30515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30515e Color CSS Codes

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

#30515e Text Font Color

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

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


#30515e Background Color

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

This div background color is #30515e


#30515e Border Color

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

This div border color is #30515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30515e


Comments

No comments written yet.

Please login to write comment.