Color Hex Logo

#37535a Color Hex

#37535A
(55,83,90)
0 Favorites   0 Comments

Color spaces of #37535a

RGB 558390
HSL0.530.240.28
HSV192°39°35°
CMYK 0.390.080.00   0.65
XYZ6.51437.736910.8229
Yxy7.73690.25980.3086
Hunter Lab27.8153-6.8723-3.5990
CIE-Lab33.4288-8.4361-7.4234

#37535a color RGB value is (55,83,90).

#37535a hex color red value is 55, green value is 83 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #37535a hue: 0.53 , saturation: 0.24 and the lightness value of 37535a is 0.28.

The process color (four color CMYK) of #37535a color hex is 0.39, 0.08, 0.00, 0.65. Web safe color of #37535a is #336666. Color #37535a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 01011010
Octal 67 123 132
Decimal 55 83 90
Hex 37 53 5A

RGB Percentages of Color #37535a

%24.12
%36.40
%39.47

CMYK Percentages of Color #37535a

%39
%8
%0
%65

Triadic Colors of #37535a

#37535a #5a3753 #535a37

Analogous Colors of #37535a

#37535a #37425a #375a50

Monochromatic Colors of #37535a

#37535a

Complementary Color

#37535a #5a3e37

#37535a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37535a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37535a Color CSS Codes

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

#37535a Text Font Color

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

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


#37535a Background Color

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

This div background color is #37535a


#37535a Border Color

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

This div border color is #37535a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,83,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37535a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37535a;
  -webkit-box-shadow: 1px 1px 3px 2px #37535a;
  box-shadow:         1px 1px 3px 2px #37535a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37535a


Comments

No comments written yet.

Please login to write comment.