Color Hex Logo

#37013f Color Hex

#37013F
(55,1,63)
0 Favorites   0 Comments

Color spaces of #37013f

RGB 55163
HSL0.810.970.13
HSV292°98°25°
CMYK 0.130.980.00   0.75
XYZ2.48361.19284.8020
Yxy1.19280.29290.1407
Hunter Lab10.921521.4789-18.4236
CIE-Lab10.504134.1297-24.9649

#37013f color RGB value is (55,1,63).

#37013f hex color red value is 55, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #37013f hue: 0.81 , saturation: 0.97 and the lightness value of 37013f is 0.13.

The process color (four color CMYK) of #37013f color hex is 0.13, 0.98, 0.00, 0.75. Web safe color of #37013f is #330033. Color #37013f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000001 00111111
Octal 67 1 77
Decimal 55 1 63
Hex 37 1 3F

RGB Percentages of Color #37013f

%46.22
%0.84
%52.94

CMYK Percentages of Color #37013f

%13
%98
%0
%75

Triadic Colors of #37013f

#37013f #3f3701 #013f37

Analogous Colors of #37013f

#37013f #3f0128 #18013f

Monochromatic Colors of #37013f

#37013f

Complementary Color

#37013f #093f01

#37013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37013f Color CSS Codes

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

#37013f Text Font Color

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

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


#37013f Background Color

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

This div background color is #37013f


#37013f Border Color

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

This div border color is #37013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37013f


Comments

No comments written yet.

Please login to write comment.