Color Hex Logo

#365960 Color Hex

#365960
(54,89,96)
0 Favorites   0 Comments

Color spaces of #365960

RGB 548996
HSL0.530.280.29
HSV190°44°38°
CMYK 0.440.070.00   0.62
XYZ7.20508.773612.3801
Yxy8.77360.25410.3094
Hunter Lab29.6203-8.4161-4.0467
CIE-Lab35.5447-10.5659-8.0211

#365960 color RGB value is (54,89,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011001 01100000
Octal 66 131 140
Decimal 54 89 96
Hex 36 59 60

RGB Percentages of Color #365960

%22.59
%37.24
%40.17

CMYK Percentages of Color #365960

%44
%7
%0
%62

Triadic Colors of #365960

#365960 #603659 #596036

Analogous Colors of #365960

#365960 #364460 #366052

Monochromatic Colors of #365960

#365960

Complementary Color

#365960 #603d36

#365960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365960 Color CSS Codes

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

#365960 Text Font Color

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

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


#365960 Background Color

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

This div background color is #365960


#365960 Border Color

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

This div border color is #365960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365960


Comments

No comments written yet.

Please login to write comment.