Color Hex Logo

#37480e Color Hex

#37480E
(55,72,14)
0 Favorites   0 Comments

Color spaces of #37480e

RGB 557214
HSL0.220.670.17
HSV78°81°28°
CMYK 0.240.000.81   0.72
XYZ3.97225.47871.2636
Yxy5.47870.37070.5113
Hunter Lab23.4066-10.669413.1839
CIE-Lab28.0572-16.388030.6800

#37480e color RGB value is (55,72,14).

#37480e hex color red value is 55, green value is 72 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #37480e hue: 0.22 , saturation: 0.67 and the lightness value of 37480e is 0.17.

The process color (four color CMYK) of #37480e color hex is 0.24, 0.00, 0.81, 0.72. Web safe color of #37480e is #333300. Color #37480e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001000 00001110
Octal 67 110 16
Decimal 55 72 14
Hex 37 48 E

RGB Percentages of Color #37480e

%39.01
%51.06
%9.93

CMYK Percentages of Color #37480e

%24
%0
%81
%72

Triadic Colors of #37480e

#37480e #0e3748 #480e37

Analogous Colors of #37480e

#37480e #1a480e #483c0e

Monochromatic Colors of #37480e

#37480e

Complementary Color

#37480e #1f0e48

#37480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37480e Color CSS Codes

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

#37480e Text Font Color

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

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


#37480e Background Color

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

This div background color is #37480e


#37480e Border Color

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

This div border color is #37480e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37480e


Comments

No comments written yet.

Please login to write comment.