Color Hex Logo

#374e52 Color Hex

#374E52
(55,78,82)
0 Favorites   0 Comments

Color spaces of #374e52

RGB 557882
HSL0.520.200.27
HSV189°33°32°
CMYK 0.330.050.00   0.68
XYZ5.82296.87029.0018
Yxy6.87020.26840.3167
Hunter Lab26.2111-6.2148-2.0145
CIE-Lab31.5096-7.6749-5.2140

#374e52 color RGB value is (55,78,82).

#374e52 hex color red value is 55, green value is 78 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #374e52 hue: 0.52 , saturation: 0.20 and the lightness value of 374e52 is 0.27.

The process color (four color CMYK) of #374e52 color hex is 0.33, 0.05, 0.00, 0.68. Web safe color of #374e52 is #336666. Color #374e52 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001110 01010010
Octal 67 116 122
Decimal 55 78 82
Hex 37 4E 52

RGB Percentages of Color #374e52

%25.58
%36.28
%38.14

CMYK Percentages of Color #374e52

%33
%5
%0
%68

Triadic Colors of #374e52

#374e52 #52374e #4e5237

Analogous Colors of #374e52

#374e52 #374152 #375249

Monochromatic Colors of #374e52

#374e52

Complementary Color

#374e52 #523b37

#374e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374e52 Color CSS Codes

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

#374e52 Text Font Color

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

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


#374e52 Background Color

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

This div background color is #374e52


#374e52 Border Color

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

This div border color is #374e52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374e52


Comments

No comments written yet.

Please login to write comment.