Color Hex Logo

#371519 Color Hex

#371519
(55,21,25)
0 Favorites   0 Comments

Color spaces of #371519

RGB 552125
HSL0.980.450.15
HSV353°62°22°
CMYK 0.000.620.55   0.78
XYZ2.01921.41871.0871
Yxy1.41870.44620.3135
Hunter Lab11.91099.41612.9263
CIE-Lab12.081617.43765.3507

#371519 color RGB value is (55,21,25).

#371519 hex color red value is 55, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #371519 hue: 0.98 , saturation: 0.45 and the lightness value of 371519 is 0.15.

The process color (four color CMYK) of #371519 color hex is 0.00, 0.62, 0.55, 0.78. Web safe color of #371519 is #330000. Color #371519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010101 00011001
Octal 67 25 31
Decimal 55 21 25
Hex 37 15 19

RGB Percentages of Color #371519

%54.46
%20.79
%24.75

CMYK Percentages of Color #371519

%0
%62
%55
%78

Triadic Colors of #371519

#371519 #193715 #151937

Analogous Colors of #371519

#371519 #372215 #37152a

Monochromatic Colors of #371519

#371519

Complementary Color

#371519 #153733

#371519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371519 Color CSS Codes

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

#371519 Text Font Color

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

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


#371519 Background Color

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

This div background color is #371519


#371519 Border Color

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

This div border color is #371519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371519


Comments

No comments written yet.

Please login to write comment.