Color Hex Logo

#37757a Color Hex

#37757A
(55,117,122)
0 Favorites   0 Comments

Color spaces of #37757a

RGB 55117122
HSL0.510.380.35
HSV184°55°48°
CMYK 0.550.040.00   0.52
XYZ11.449714.939920.6926
Yxy14.93990.24320.3173
Hunter Lab38.6522-14.7653-4.6846
CIE-Lab45.5518-18.3710-8.8631

#37757a color RGB value is (55,117,122).

#37757a hex color red value is 55, green value is 117 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #37757a hue: 0.51 , saturation: 0.38 and the lightness value of 37757a is 0.35.

The process color (four color CMYK) of #37757a color hex is 0.55, 0.04, 0.00, 0.52. Web safe color of #37757a is #336666. Color #37757a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110101 01111010
Octal 67 165 172
Decimal 55 117 122
Hex 37 75 7A

RGB Percentages of Color #37757a

%18.71
%39.80
%41.50

CMYK Percentages of Color #37757a

%55
%4
%0
%52

Triadic Colors of #37757a

#37757a #7a3775 #757a37

Analogous Colors of #37757a

#37757a #37547a #377a5e

Monochromatic Colors of #37757a

#37757a

Complementary Color

#37757a #7a3c37

#37757a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37757a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37757a Color CSS Codes

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

#37757a Text Font Color

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

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


#37757a Background Color

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

This div background color is #37757a


#37757a Border Color

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

This div border color is #37757a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37757a


Comments

No comments written yet.

Please login to write comment.