Color Hex Logo

#37316d Color Hex

#37316D
(55,49,109)
0 Favorites   0 Comments

Color spaces of #37316d

RGB 5549109
HSL0.680.380.31
HSV246°55°43°
CMYK 0.500.550.00   0.57
XYZ5.43424.113014.9755
Yxy4.11300.22160.1677
Hunter Lab20.280512.3384-29.5844
CIE-Lab24.041620.0276-34.2002

#37316d color RGB value is (55,49,109).

#37316d hex color red value is 55, green value is 49 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #37316d hue: 0.68 , saturation: 0.38 and the lightness value of 37316d is 0.31.

The process color (four color CMYK) of #37316d color hex is 0.50, 0.55, 0.00, 0.57. Web safe color of #37316d is #333366. Color #37316d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110001 01101101
Octal 67 61 155
Decimal 55 49 109
Hex 37 31 6D

RGB Percentages of Color #37316d

%25.82
%23.00
%51.17

CMYK Percentages of Color #37316d

%50
%55
%0
%57

Triadic Colors of #37316d

#37316d #6d3731 #316d37

Analogous Colors of #37316d

#37316d #55316d #31496d

Monochromatic Colors of #37316d

#37316d

Complementary Color

#37316d #676d31

#37316d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37316d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37316d Color CSS Codes

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

#37316d Text Font Color

<p style="color:#37316d">Text here</p>

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


#37316d Background Color

<div style="background-color:#37316d">
Div content here</div>

This div background color is #37316d


#37316d Border Color

<div style="border:3px solid #37316d">
Div here</div>

This div border color is #37316d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,49,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37316d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37316d;
  -webkit-box-shadow: 1px 1px 3px 2px #37316d;
  box-shadow:         1px 1px 3px 2px #37316d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37316d


Comments

No comments written yet.

Please login to write comment.