Color Hex Logo

#37093c Color Hex

#37093C
(55,9,60)
0 Favorites   0 Comments

Color spaces of #37093c

RGB 55960
HSL0.820.740.14
HSV294°85°24°
CMYK 0.080.850.00   0.76
XYZ2.48881.33384.4012
Yxy1.33380.30260.1622
Hunter Lab11.549018.2557-14.5104
CIE-Lab11.509929.8982-21.2076

#37093c color RGB value is (55,9,60).

#37093c hex color red value is 55, green value is 9 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #37093c hue: 0.82 , saturation: 0.74 and the lightness value of 37093c is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001001 00111100
Octal 67 11 74
Decimal 55 9 60
Hex 37 9 3C

RGB Percentages of Color #37093c

%44.35
%7.26
%48.39

CMYK Percentages of Color #37093c

%8
%85
%0
%76

Triadic Colors of #37093c

#37093c #3c3709 #093c37

Analogous Colors of #37093c

#37093c #3c0928 #1d093c

Monochromatic Colors of #37093c

#37093c

Complementary Color

#37093c #0e3c09

#37093c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37093c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37093c Color CSS Codes

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

#37093c Text Font Color

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

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


#37093c Background Color

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

This div background color is #37093c


#37093c Border Color

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

This div border color is #37093c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37093c


Comments

No comments written yet.

Please login to write comment.