Color Hex Logo

#365d60 Color Hex

#365D60
(54,93,96)
0 Favorites   0 Comments

Color spaces of #365d60

RGB 549396
HSL0.510.280.29
HSV184°44°38°
CMYK 0.440.030.00   0.62
XYZ7.54709.457512.4940
Yxy9.45750.25580.3206
Hunter Lab30.7530-10.0128-2.5605
CIE-Lab36.8506-12.8984-6.0658

#365d60 color RGB value is (54,93,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 01100000
Octal 66 135 140
Decimal 54 93 96
Hex 36 5D 60

RGB Percentages of Color #365d60

%22.22
%38.27
%39.51

CMYK Percentages of Color #365d60

%44
%3
%0
%62

Triadic Colors of #365d60

#365d60 #60365d #5d6036

Analogous Colors of #365d60

#365d60 #364860 #36604e

Monochromatic Colors of #365d60

#365d60

Complementary Color

#365d60 #603936

#365d60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365d60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365d60 Color CSS Codes

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

#365d60 Text Font Color

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

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


#365d60 Background Color

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

This div background color is #365d60


#365d60 Border Color

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

This div border color is #365d60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365d60


Comments

No comments written yet.

Please login to write comment.