Color Hex Logo

#371120 Color Hex

#371120
(55,17,32)
0 Favorites   0 Comments

Color spaces of #371120

RGB 551732
HSL0.930.530.14
HSV336°69°22°
CMYK 0.000.690.42   0.78
XYZ2.03671.31741.5134
Yxy1.31740.41840.2707
Hunter Lab11.477811.58810.2168
CIE-Lab11.396620.7889-0.8514

#371120 color RGB value is (55,17,32).

#371120 hex color red value is 55, green value is 17 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #371120 hue: 0.93 , saturation: 0.53 and the lightness value of 371120 is 0.14.

The process color (four color CMYK) of #371120 color hex is 0.00, 0.69, 0.42, 0.78. Web safe color of #371120 is #330033. Color #371120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 00100000
Octal 67 21 40
Decimal 55 17 32
Hex 37 11 20

RGB Percentages of Color #371120

%52.88
%16.35
%30.77

CMYK Percentages of Color #371120

%0
%69
%42
%78

Triadic Colors of #371120

#371120 #203711 #112037

Analogous Colors of #371120

#371120 #371511 #371133

Monochromatic Colors of #371120

#371120

Complementary Color

#371120 #113728

#371120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371120 Color CSS Codes

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

#371120 Text Font Color

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

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


#371120 Background Color

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

This div background color is #371120


#371120 Border Color

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

This div border color is #371120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371120


Comments

No comments written yet.

Please login to write comment.