Color Hex Logo

#37524e Color Hex

#37524E
(55,82,78)
0 Favorites   0 Comments

Color spaces of #37524e

RGB 558278
HSL0.480.200.27
HSV171°33°32°
CMYK 0.330.000.05   0.68
XYZ5.96807.39698.3209
Yxy7.39690.27520.3411
Hunter Lab27.1972-8.42620.8985
CIE-Lab32.6939-11.1560-0.9174

#37524e color RGB value is (55,82,78).

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

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

Base Numbers

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

RGB Percentages of Color #37524e

%25.58
%38.14
%36.28

CMYK Percentages of Color #37524e

%33
%0
%5
%68

Triadic Colors of #37524e

#37524e #4e3752 #524e37

Analogous Colors of #37524e

#37524e #374952 #375241

Monochromatic Colors of #37524e

#37524e

Complementary Color

#37524e #52373b

#37524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37524e Color CSS Codes

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

#37524e Text Font Color

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

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


#37524e Background Color

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

This div background color is #37524e


#37524e Border Color

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

This div border color is #37524e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,82,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 #37524e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37524e


Comments

No comments written yet.

Please login to write comment.