Color Hex Logo

#37482a Color Hex

#37482A
(55,72,42)
0 Favorites   0 Comments

Color spaces of #37482a

RGB 557242
HSL0.260.260.22
HSV94°42°28°
CMYK 0.240.000.42   0.72
XYZ4.31085.61413.0469
Yxy5.61410.33230.4328
Hunter Lab23.6941-8.98918.9616
CIE-Lab28.4172-13.143215.8617

#37482a color RGB value is (55,72,42).

#37482a hex color red value is 55, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #37482a hue: 0.26 , saturation: 0.26 and the lightness value of 37482a is 0.22.

The process color (four color CMYK) of #37482a color hex is 0.24, 0.00, 0.42, 0.72. Web safe color of #37482a is #333333. Color #37482a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001000 00101010
Octal 67 110 52
Decimal 55 72 42
Hex 37 48 2A

RGB Percentages of Color #37482a

%32.54
%42.60
%24.85

CMYK Percentages of Color #37482a

%24
%0
%42
%72

Triadic Colors of #37482a

#37482a #2a3748 #482a37

Analogous Colors of #37482a

#37482a #2a482c #46482a

Monochromatic Colors of #37482a

#37482a

Complementary Color

#37482a #3b2a48

#37482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37482a Color CSS Codes

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

#37482a Text Font Color

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

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


#37482a Background Color

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

This div background color is #37482a


#37482a Border Color

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

This div border color is #37482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37482a


Comments

No comments written yet.

Please login to write comment.