Color Hex Logo

#370029 Color Hex

#370029
(55,0,41)
0 Favorites   0 Comments

Color spaces of #370029

RGB 55041
HSL0.881.000.11
HSV315°100°22°
CMYK 0.001.000.25   0.78
XYZ1.97580.97232.1814
Yxy0.97230.38520.1896
Hunter Lab9.860518.5110-6.2141
CIE-Lab8.758530.7618-11.6323

#370029 color RGB value is (55,0,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000000 00101001
Octal 67 0 51
Decimal 55 0 41
Hex 37 0 29

RGB Percentages of Color #370029

%57.29
%0.00
%42.71

CMYK Percentages of Color #370029

%0
%100
%25
%78

Triadic Colors of #370029

#370029 #293700 #002937

Analogous Colors of #370029

#370029 #37000e #2a0037

Monochromatic Colors of #370029

#370029

Complementary Color

#370029 #00370e

#370029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370029 Color CSS Codes

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

#370029 Text Font Color

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

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


#370029 Background Color

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

This div background color is #370029


#370029 Border Color

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

This div border color is #370029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370029


Comments

No comments written yet.

Please login to write comment.