Color Hex Logo

#37825a Color Hex

#37825A
(55,130,90)
0 Favorites   0 Comments

Color spaces of #37825a

RGB 5513090
HSL0.410.410.36
HSV148°58°51°
CMYK 0.580.000.31   0.49
XYZ11.403617.515712.4527
Yxy17.51570.27560.4234
Hunter Lab41.8518-24.603611.6549
CIE-Lab48.9034-33.149314.8220

#37825a color RGB value is (55,130,90).

#37825a hex color red value is 55, green value is 130 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #37825a hue: 0.41 , saturation: 0.41 and the lightness value of 37825a is 0.36.

The process color (four color CMYK) of #37825a color hex is 0.58, 0.00, 0.31, 0.49. Web safe color of #37825a is #339966. Color #37825a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000010 01011010
Octal 67 202 132
Decimal 55 130 90
Hex 37 82 5A

RGB Percentages of Color #37825a

%20.00
%47.27
%32.73

CMYK Percentages of Color #37825a

%58
%0
%31
%49

Triadic Colors of #37825a

#37825a #5a3782 #825a37

Analogous Colors of #37825a

#37825a #378280 #3a8237

Monochromatic Colors of #37825a

#37825a

Complementary Color

#37825a #82375f

#37825a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37825a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37825a Color CSS Codes

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

#37825a Text Font Color

<p style="color:#37825a">Text here</p>

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


#37825a Background Color

<div style="background-color:#37825a">
Div content here</div>

This div background color is #37825a


#37825a Border Color

<div style="border:3px solid #37825a">
Div here</div>

This div border color is #37825a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,130,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37825a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37825a;
  -webkit-box-shadow: 1px 1px 3px 2px #37825a;
  box-shadow:         1px 1px 3px 2px #37825a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37825a


Comments

No comments written yet.

Please login to write comment.