Color Hex Logo

#371a3f Color Hex

#371A3F
(55,26,63)
1 Favorites   0 Comments

Color spaces of #371a3f

RGB 552663
HSL0.800.420.17
HSV287°59°25°
CMYK 0.130.590.00   0.75
XYZ2.84211.90994.9215
Yxy1.90990.29380.1974
Hunter Lab13.819912.5241-11.4402
CIE-Lab15.007121.5409-17.7825

#371a3f color RGB value is (55,26,63).

#371a3f hex color red value is 55, green value is 26 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #371a3f hue: 0.80 , saturation: 0.42 and the lightness value of 371a3f is 0.17.

The process color (four color CMYK) of #371a3f color hex is 0.13, 0.59, 0.00, 0.75. Web safe color of #371a3f is #333333. Color #371a3f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011010 00111111
Octal 67 32 77
Decimal 55 26 63
Hex 37 1A 3F

RGB Percentages of Color #371a3f

%38.19
%18.06
%43.75

CMYK Percentages of Color #371a3f

%13
%59
%0
%75

Triadic Colors of #371a3f

#371a3f #3f371a #1a3f37

Analogous Colors of #371a3f

#371a3f #3f1a35 #251a3f

Monochromatic Colors of #371a3f

#371a3f

Complementary Color

#371a3f #223f1a

#371a3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371a3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#371a3f Color CSS Codes

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

#371a3f Text Font Color

<p style="color:#371a3f">Text here</p>

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


#371a3f Background Color

<div style="background-color:#371a3f">
Div content here</div>

This div background color is #371a3f


#371a3f Border Color

<div style="border:3px solid #371a3f">
Div here</div>

This div border color is #371a3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371a3f

#371a3f Color Palettes


Comments

No comments written yet.

Please login to write comment.