Color Hex Logo

#37494d Color Hex

#37494D
(55,73,77)
0 Favorites   0 Comments

Color spaces of #37494d

RGB 557377
HSL0.530.170.26
HSV191°29°30°
CMYK 0.290.050.00   0.70
XYZ5.29766.11317.9219
Yxy6.11310.27400.3162
Hunter Lab24.7247-5.0221-1.6895
CIE-Lab29.6960-5.9729-4.7073

#37494d color RGB value is (55,73,77).

#37494d hex color red value is 55, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #37494d hue: 0.53 , saturation: 0.17 and the lightness value of 37494d is 0.26.

The process color (four color CMYK) of #37494d color hex is 0.29, 0.05, 0.00, 0.70. Web safe color of #37494d is #333366. Color #37494d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001001 01001101
Octal 67 111 115
Decimal 55 73 77
Hex 37 49 4D

RGB Percentages of Color #37494d

%26.83
%35.61
%37.56

CMYK Percentages of Color #37494d

%29
%5
%0
%70

Triadic Colors of #37494d

#37494d #4d3749 #494d37

Analogous Colors of #37494d

#37494d #373e4d #374d46

Monochromatic Colors of #37494d

#37494d

Complementary Color

#37494d #4d3b37

#37494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37494d Color CSS Codes

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

#37494d Text Font Color

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

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


#37494d Background Color

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

This div background color is #37494d


#37494d Border Color

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

This div border color is #37494d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,73,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37494d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37494d;
  -webkit-box-shadow: 1px 1px 3px 2px #37494d;
  box-shadow:         1px 1px 3px 2px #37494d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37494d


Comments

No comments written yet.

Please login to write comment.