Color Hex Logo

#37524f Color Hex

#37524F
(55,82,79)
0 Favorites   0 Comments

Color spaces of #37524f

RGB 558279
HSL0.480.200.27
HSV173°33°32°
CMYK 0.330.000.04   0.68
XYZ6.00417.41138.5112
Yxy7.41130.27380.3380
Hunter Lab27.2237-8.27390.5202
CIE-Lab32.7255-10.8922-1.5051

#37524f color RGB value is (55,82,79).

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

The process color (four color CMYK) of #37524f color hex is 0.33, 0.00, 0.04, 0.68. Web safe color of #37524f is #336666. Color #37524f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010010 01001111
Octal 67 122 117
Decimal 55 82 79
Hex 37 52 4F

RGB Percentages of Color #37524f

%25.46
%37.96
%36.57

CMYK Percentages of Color #37524f

%33
%0
%4
%68

Triadic Colors of #37524f

#37524f #4f3752 #524f37

Analogous Colors of #37524f

#37524f #374852 #375242

Monochromatic Colors of #37524f

#37524f

Complementary Color

#37524f #52373a

#37524f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37524f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37524f Color CSS Codes

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

#37524f Text Font Color

<p style="color:#37524f">Text here</p>

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


#37524f Background Color

<div style="background-color:#37524f">
Div content here</div>

This div background color is #37524f


#37524f Border Color

<div style="border:3px solid #37524f">
Div here</div>

This div border color is #37524f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37524f


Comments

No comments written yet.

Please login to write comment.