Color Hex Logo

#37133e Color Hex

#37133E
(55,19,62)
0 Favorites   0 Comments

Color spaces of #37133e

RGB 551962
HSL0.810.530.16
HSV290°69°24°
CMYK 0.110.690.00   0.76
XYZ2.67791.62584.7301
Yxy1.62580.29640.1800
Hunter Lab12.750715.1749-13.0692
CIE-Lab13.386425.4785-19.6410

#37133e color RGB value is (55,19,62).

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

The process color (four color CMYK) of #37133e color hex is 0.11, 0.69, 0.00, 0.76. Web safe color of #37133e is #330033. Color #37133e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 00111110
Octal 67 23 76
Decimal 55 19 62
Hex 37 13 3E

RGB Percentages of Color #37133e

%40.44
%13.97
%45.59

CMYK Percentages of Color #37133e

%11
%69
%0
%76

Triadic Colors of #37133e

#37133e #3e3713 #133e37

Analogous Colors of #37133e

#37133e #3e1330 #22133e

Monochromatic Colors of #37133e

#37133e

Complementary Color

#37133e #1a3e13

#37133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37133e Color CSS Codes

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

#37133e Text Font Color

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

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


#37133e Background Color

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

This div background color is #37133e


#37133e Border Color

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

This div border color is #37133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37133e


Comments

No comments written yet.

Please login to write comment.