Color Hex Logo

#36535d Color Hex

#36535D
(54,83,93)
0 Favorites   0 Comments

Color spaces of #36535d

RGB 548393
HSL0.540.270.29
HSV195°42°36°
CMYK 0.420.110.00   0.64
XYZ6.59047.761111.5066
Yxy7.76110.25490.3001
Hunter Lab27.8588-6.5260-4.9876
CIE-Lab33.4803-7.8643-9.2458

#36535d color RGB value is (54,83,93).

#36535d hex color red value is 54, green value is 83 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #36535d hue: 0.54 , saturation: 0.27 and the lightness value of 36535d is 0.29.

The process color (four color CMYK) of #36535d color hex is 0.42, 0.11, 0.00, 0.64. Web safe color of #36535d is #336666. Color #36535d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010011 01011101
Octal 66 123 135
Decimal 54 83 93
Hex 36 53 5D

RGB Percentages of Color #36535d

%23.48
%36.09
%40.43

CMYK Percentages of Color #36535d

%42
%11
%0
%64

Triadic Colors of #36535d

#36535d #5d3653 #535d36

Analogous Colors of #36535d

#36535d #36405d #365d54

Monochromatic Colors of #36535d

#36535d

Complementary Color

#36535d #5d4036

#36535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#36535d Color CSS Codes

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

#36535d Text Font Color

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

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


#36535d Background Color

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

This div background color is #36535d


#36535d Border Color

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

This div border color is #36535d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,83,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36535d


Comments

No comments written yet.

Please login to write comment.