Color Hex Logo

#371421 Color Hex

#371421
(55,20,33)
0 Favorites   0 Comments

Color spaces of #371421

RGB 552033
HSL0.940.470.15
HSV338°64°22°
CMYK 0.000.640.40   0.78
XYZ2.10021.42231.6027
Yxy1.42230.40980.2775
Hunter Lab11.926010.56370.3804
CIE-Lab12.105319.1628-0.5574

#371421 color RGB value is (55,20,33).

#371421 hex color red value is 55, green value is 20 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #371421 hue: 0.94 , saturation: 0.47 and the lightness value of 371421 is 0.15.

The process color (four color CMYK) of #371421 color hex is 0.00, 0.64, 0.40, 0.78. Web safe color of #371421 is #330033. Color #371421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010100 00100001
Octal 67 24 41
Decimal 55 20 33
Hex 37 14 21

RGB Percentages of Color #371421

%50.93
%18.52
%30.56

CMYK Percentages of Color #371421

%0
%64
%40
%78

Triadic Colors of #371421

#371421 #213714 #142137

Analogous Colors of #371421

#371421 #371914 #371433

Monochromatic Colors of #371421

#371421

Complementary Color

#371421 #14372a

#371421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371421 Color CSS Codes

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

#371421 Text Font Color

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

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


#371421 Background Color

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

This div background color is #371421


#371421 Border Color

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

This div border color is #371421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371421


Comments

No comments written yet.

Please login to write comment.