Color Hex Logo

#370213 Color Hex

#370213
(55,2,19)
0 Favorites   0 Comments

Color spaces of #370213

RGB 55219
HSL0.950.930.11
HSV341°96°22°
CMYK 0.000.960.65   0.78
XYZ1.71480.90270.6999
Yxy0.90270.51690.2721
Hunter Lab9.501115.58982.2831
CIE-Lab8.153127.02984.0461

#370213 color RGB value is (55,2,19).

#370213 hex color red value is 55, green value is 2 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #370213 hue: 0.95 , saturation: 0.93 and the lightness value of 370213 is 0.11.

The process color (four color CMYK) of #370213 color hex is 0.00, 0.96, 0.65, 0.78. Web safe color of #370213 is #330000. Color #370213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000010 00010011
Octal 67 2 23
Decimal 55 2 19
Hex 37 2 13

RGB Percentages of Color #370213

%72.37
%2.63
%25.00

CMYK Percentages of Color #370213

%0
%96
%65
%78

Triadic Colors of #370213

#370213 #133702 #021337

Analogous Colors of #370213

#370213 #370c02 #37022e

Monochromatic Colors of #370213

#370213

Complementary Color

#370213 #023726

#370213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370213 Color CSS Codes

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

#370213 Text Font Color

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

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


#370213 Background Color

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

This div background color is #370213


#370213 Border Color

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

This div border color is #370213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370213


Comments

No comments written yet.

Please login to write comment.