Color Hex Logo

#37133c Color Hex

#37133C
(55,19,60)
0 Favorites   0 Comments

Color spaces of #37133c

RGB 551960
HSL0.810.520.15
HSV293°68°24°
CMYK 0.080.680.00   0.76
XYZ2.62401.60424.4463
Yxy1.60420.30250.1849
Hunter Lab12.665714.8155-11.9478
CIE-Lab13.255725.0142-18.4311

#37133c color RGB value is (55,19,60).

#37133c hex color red value is 55, green value is 19 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #37133c hue: 0.81 , saturation: 0.52 and the lightness value of 37133c is 0.15.

The process color (four color CMYK) of #37133c color hex is 0.08, 0.68, 0.00, 0.76. Web safe color of #37133c is #330033. Color #37133c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 00111100
Octal 67 23 74
Decimal 55 19 60
Hex 37 13 3C

RGB Percentages of Color #37133c

%41.04
%14.18
%44.78

CMYK Percentages of Color #37133c

%8
%68
%0
%76

Triadic Colors of #37133c

#37133c #3c3713 #133c37

Analogous Colors of #37133c

#37133c #3c132c #23133c

Monochromatic Colors of #37133c

#37133c

Complementary Color

#37133c #183c13

#37133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37133c Color CSS Codes

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

#37133c Text Font Color

<p style="color:#37133c">Text here</p>

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


#37133c Background Color

<div style="background-color:#37133c">
Div content here</div>

This div background color is #37133c


#37133c Border Color

<div style="border:3px solid #37133c">
Div here</div>

This div border color is #37133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37133c


Comments

No comments written yet.

Please login to write comment.