Color Hex Logo

#37845e Color Hex

#37845E
(55,132,94)
0 Favorites   0 Comments

Color spaces of #37845e

RGB 5513294
HSL0.420.410.37
HSV150°58°52°
CMYK 0.580.000.29   0.48
XYZ11.847218.122913.4633
Yxy18.12290.27280.4173
Hunter Lab42.5710-24.824011.0489
CIE-Lab49.6448-33.188313.5423

#37845e color RGB value is (55,132,94).

#37845e hex color red value is 55, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #37845e hue: 0.42 , saturation: 0.41 and the lightness value of 37845e is 0.37.

The process color (four color CMYK) of #37845e color hex is 0.58, 0.00, 0.29, 0.48. Web safe color of #37845e is #339966. Color #37845e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000100 01011110
Octal 67 204 136
Decimal 55 132 94
Hex 37 84 5E

RGB Percentages of Color #37845e

%19.57
%46.98
%33.45

CMYK Percentages of Color #37845e

%58
%0
%29
%48

Triadic Colors of #37845e

#37845e #5e3784 #845e37

Analogous Colors of #37845e

#37845e #378484 #378438

Monochromatic Colors of #37845e

#37845e

Complementary Color

#37845e #84375d

#37845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37845e Color CSS Codes

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

#37845e Text Font Color

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

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


#37845e Background Color

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

This div background color is #37845e


#37845e Border Color

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

This div border color is #37845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37845e


Comments

No comments written yet.

Please login to write comment.