Color Hex Logo

#37002c Color Hex

#37002C
(55,0,44)
0 Favorites   0 Comments

Color spaces of #37002c

RGB 55044
HSL0.871.000.11
HSV312°100°22°
CMYK 0.001.000.20   0.78
XYZ2.03020.99412.4677
Yxy0.99410.36970.1810
Hunter Lab9.970518.8982-7.6950
CIE-Lab8.942231.2205-13.5950

#37002c color RGB value is (55,0,44).

#37002c hex color red value is 55, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #37002c hue: 0.87 , saturation: 1.00 and the lightness value of 37002c is 0.11.

The process color (four color CMYK) of #37002c color hex is 0.00, 1.00, 0.20, 0.78. Web safe color of #37002c is #330033. Color #37002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000000 00101100
Octal 67 0 54
Decimal 55 0 44
Hex 37 0 2C

RGB Percentages of Color #37002c

%55.56
%0.00
%44.44

CMYK Percentages of Color #37002c

%0
%100
%20
%78

Triadic Colors of #37002c

#37002c #2c3700 #002c37

Analogous Colors of #37002c

#37002c #370011 #260037

Monochromatic Colors of #37002c

#37002c

Complementary Color

#37002c #00370b

#37002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37002c Color CSS Codes

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

#37002c Text Font Color

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

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


#37002c Background Color

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

This div background color is #37002c


#37002c Border Color

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

This div border color is #37002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37002c


Comments

No comments written yet.

Please login to write comment.