Color Hex Logo

#305960 Color Hex

#305960
(48,89,96)
0 Favorites   0 Comments

Color spaces of #305960

RGB 488996
HSL0.520.330.28
HSV189°50°38°
CMYK 0.500.070.00   0.62
XYZ6.90268.617712.3659
Yxy8.61770.24750.3090
Hunter Lab29.3559-9.4013-4.4262
CIE-Lab35.2376-12.2449-8.5136

#305960 color RGB value is (48,89,96).

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

The process color (four color CMYK) of #305960 color hex is 0.50, 0.07, 0.00, 0.62. Web safe color of #305960 is #336666. Color #305960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 01100000
Octal 60 131 140
Decimal 48 89 96
Hex 30 59 60

RGB Percentages of Color #305960

%20.60
%38.20
%41.20

CMYK Percentages of Color #305960

%50
%7
%0
%62

Triadic Colors of #305960

#305960 #603059 #596030

Analogous Colors of #305960

#305960 #304160 #30604f

Monochromatic Colors of #305960

#305960

Complementary Color

#305960 #603730

#305960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#305960 Color CSS Codes

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

#305960 Text Font Color

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

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


#305960 Background Color

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

This div background color is #305960


#305960 Border Color

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

This div border color is #305960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305960


Comments

No comments written yet.

Please login to write comment.