Color Hex Logo

#37502d Color Hex

#37502D
(55,80,45)
0 Favorites   0 Comments

Color spaces of #37502d

RGB 558045
HSL0.290.280.25
HSV103°44°31°
CMYK 0.310.000.44   0.69
XYZ4.91796.73903.5242
Yxy6.73900.32390.4439
Hunter Lab25.9596-11.613410.1227
CIE-Lab31.2052-17.154617.6505

#37502d color RGB value is (55,80,45).

#37502d hex color red value is 55, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #37502d hue: 0.29 , saturation: 0.28 and the lightness value of 37502d is 0.25.

The process color (four color CMYK) of #37502d color hex is 0.31, 0.00, 0.44, 0.69. Web safe color of #37502d is #336633. Color #37502d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 00101101
Octal 67 120 55
Decimal 55 80 45
Hex 37 50 2D

RGB Percentages of Color #37502d

%30.56
%44.44
%25.00

CMYK Percentages of Color #37502d

%31
%0
%44
%69

Triadic Colors of #37502d

#37502d #2d3750 #502d37

Analogous Colors of #37502d

#37502d #2d5035 #49502d

Monochromatic Colors of #37502d

#37502d

Complementary Color

#37502d #462d50

#37502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37502d Color CSS Codes

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

#37502d Text Font Color

<p style="color:#37502d">Text here</p>

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


#37502d Background Color

<div style="background-color:#37502d">
Div content here</div>

This div background color is #37502d


#37502d Border Color

<div style="border:3px solid #37502d">
Div here</div>

This div border color is #37502d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,80,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37502d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37502d;
  -webkit-box-shadow: 1px 1px 3px 2px #37502d;
  box-shadow:         1px 1px 3px 2px #37502d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37502d


Comments

No comments written yet.

Please login to write comment.