Color Hex Logo

#371201 Color Hex

#371201
(55,18,1)
0 Favorites   0 Comments

Color spaces of #371201

RGB 55181
HSL0.050.960.11
HSV19°98°22°
CMYK 0.000.670.98   0.78
XYZ1.79731.24700.1747
Yxy1.24700.55830.3874
Hunter Lab11.16699.18726.8893
CIE-Lab10.899717.261316.2937

#371201 color RGB value is (55,18,1).

#371201 hex color red value is 55, green value is 18 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #371201 hue: 0.05 , saturation: 0.96 and the lightness value of 371201 is 0.11.

The process color (four color CMYK) of #371201 color hex is 0.00, 0.67, 0.98, 0.78. Web safe color of #371201 is #330000. Color #371201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 00000001
Octal 67 22 1
Decimal 55 18 1
Hex 37 12 1

RGB Percentages of Color #371201

%74.32
%24.32
%1.35

CMYK Percentages of Color #371201

%0
%67
%98
%78

Triadic Colors of #371201

#371201 #013712 #120137

Analogous Colors of #371201

#371201 #372d01 #37010b

Monochromatic Colors of #371201

#371201

Complementary Color

#371201 #012637

#371201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371201 Color CSS Codes

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

#371201 Text Font Color

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

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


#371201 Background Color

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

This div background color is #371201


#371201 Border Color

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

This div border color is #371201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371201


Comments

No comments written yet.

Please login to write comment.