Color Hex Logo

#37130e Color Hex

#37130E
(55,19,14)
0 Favorites   0 Comments

Color spaces of #37130e

RGB 551914
HSL0.020.590.14
HSV75°22°
CMYK 0.000.650.75   0.78
XYZ1.88771.30970.5688
Yxy1.30970.50120.3478
Hunter Lab11.44429.41585.0641
CIE-Lab11.343217.546611.4214

#37130e color RGB value is (55,19,14).

#37130e hex color red value is 55, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #37130e hue: 0.02 , saturation: 0.59 and the lightness value of 37130e is 0.14.

The process color (four color CMYK) of #37130e color hex is 0.00, 0.65, 0.75, 0.78. Web safe color of #37130e is #330000. Color #37130e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 00001110
Octal 67 23 16
Decimal 55 19 14
Hex 37 13 E

RGB Percentages of Color #37130e

%62.50
%21.59
%15.91

CMYK Percentages of Color #37130e

%0
%65
%75
%78

Triadic Colors of #37130e

#37130e #0e3713 #130e37

Analogous Colors of #37130e

#37130e #37280e #370e1e

Monochromatic Colors of #37130e

#37130e

Complementary Color

#37130e #0e3237

#37130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37130e Color CSS Codes

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

#37130e Text Font Color

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

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


#37130e Background Color

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

This div background color is #37130e


#37130e Border Color

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

This div border color is #37130e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,19,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 #37130e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37130e


Comments

No comments written yet.

Please login to write comment.