Color Hex Logo

#37414e Color Hex

#37414E
(55,65,78)
0 Favorites   0 Comments

Color spaces of #37414e

RGB 556578
HSL0.590.170.26
HSV214°29°31°
CMYK 0.290.170.00   0.69
XYZ4.84105.14297.9453
Yxy5.14290.27000.2868
Hunter Lab22.6780-1.5825-4.8979
CIE-Lab27.1381-0.6001-9.1997

#37414e color RGB value is (55,65,78).

#37414e hex color red value is 55, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #37414e hue: 0.59 , saturation: 0.17 and the lightness value of 37414e is 0.26.

The process color (four color CMYK) of #37414e color hex is 0.29, 0.17, 0.00, 0.69. Web safe color of #37414e is #333366. Color #37414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 01001110
Octal 67 101 116
Decimal 55 65 78
Hex 37 41 4E

RGB Percentages of Color #37414e

%27.78
%32.83
%39.39

CMYK Percentages of Color #37414e

%29
%17
%0
%69

Triadic Colors of #37414e

#37414e #4e3741 #414e37

Analogous Colors of #37414e

#37414e #39374e #374d4e

Monochromatic Colors of #37414e

#37414e

Complementary Color

#37414e #4e4437

#37414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37414e Color CSS Codes

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

#37414e Text Font Color

<p style="color:#37414e">Text here</p>

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


#37414e Background Color

<div style="background-color:#37414e">
Div content here</div>

This div background color is #37414e


#37414e Border Color

<div style="border:3px solid #37414e">
Div here</div>

This div border color is #37414e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,65,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37414e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37414e;
  -webkit-box-shadow: 1px 1px 3px 2px #37414e;
  box-shadow:         1px 1px 3px 2px #37414e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37414e


Comments

No comments written yet.

Please login to write comment.