Color Hex Logo

#37120f Color Hex

#37120F
(55,18,15)
0 Favorites   0 Comments

Color spaces of #37120f

RGB 551815
HSL0.010.570.14
HSV73°22°
CMYK 0.000.670.73   0.78
XYZ1.87811.27930.5999
Yxy1.27930.49990.3405
Hunter Lab11.31069.84594.7728
CIE-Lab11.129918.235710.6089

#37120f color RGB value is (55,18,15).

#37120f hex color red value is 55, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #37120f hue: 0.01 , saturation: 0.57 and the lightness value of 37120f is 0.14.

The process color (four color CMYK) of #37120f color hex is 0.00, 0.67, 0.73, 0.78. Web safe color of #37120f is #330000. Color #37120f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 00001111
Octal 67 22 17
Decimal 55 18 15
Hex 37 12 F

RGB Percentages of Color #37120f

%62.50
%20.45
%17.05

CMYK Percentages of Color #37120f

%0
%67
%73
%78

Triadic Colors of #37120f

#37120f #0f3712 #120f37

Analogous Colors of #37120f

#37120f #37260f #370f20

Monochromatic Colors of #37120f

#37120f

Complementary Color

#37120f #0f3437

#37120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37120f Color CSS Codes

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

#37120f Text Font Color

<p style="color:#37120f">Text here</p>

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


#37120f Background Color

<div style="background-color:#37120f">
Div content here</div>

This div background color is #37120f


#37120f Border Color

<div style="border:3px solid #37120f">
Div here</div>

This div border color is #37120f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,18,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37120f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37120f;
  -webkit-box-shadow: 1px 1px 3px 2px #37120f;
  box-shadow:         1px 1px 3px 2px #37120f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37120f

#37120f Color Palettes


Comments

No comments written yet.

Please login to write comment.