Color Hex Logo

#374d55 Color Hex

#374D55
(55,77,85)
0 Favorites   0 Comments

Color spaces of #374d55

RGB 557785
HSL0.540.210.27
HSV196°35°33°
CMYK 0.350.090.00   0.67
XYZ5.86916.77599.5929
Yxy6.77590.26390.3047
Hunter Lab26.0306-5.3072-3.6284
CIE-Lab31.2912-6.2137-7.4573

#374d55 color RGB value is (55,77,85).

#374d55 hex color red value is 55, green value is 77 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #374d55 hue: 0.54 , saturation: 0.21 and the lightness value of 374d55 is 0.27.

The process color (four color CMYK) of #374d55 color hex is 0.35, 0.09, 0.00, 0.67. Web safe color of #374d55 is #336666. Color #374d55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001101 01010101
Octal 67 115 125
Decimal 55 77 85
Hex 37 4D 55

RGB Percentages of Color #374d55

%25.35
%35.48
%39.17

CMYK Percentages of Color #374d55

%35
%9
%0
%67

Triadic Colors of #374d55

#374d55 #55374d #4d5537

Analogous Colors of #374d55

#374d55 #373e55 #37554e

Monochromatic Colors of #374d55

#374d55

Complementary Color

#374d55 #553f37

#374d55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374d55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374d55 Color CSS Codes

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

#374d55 Text Font Color

<p style="color:#374d55">Text here</p>

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


#374d55 Background Color

<div style="background-color:#374d55">
Div content here</div>

This div background color is #374d55


#374d55 Border Color

<div style="border:3px solid #374d55">
Div here</div>

This div border color is #374d55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374d55


Comments

No comments written yet.

Please login to write comment.