Color Hex Logo

#601522 Color Hex

#601522
(96,21,34)
0 Favorites   0 Comments

Color spaces of #601522

RGB 962134
HSL0.970.640.23
HSV350°78°38°
CMYK 0.000.780.65   0.62
XYZ5.38083.13861.8356
Yxy3.13860.51960.3031
Hunter Lab17.716123.21156.2581
CIE-Lab20.590634.269211.8048

#601522 color RGB value is (96,21,34).

#601522 hex color red value is 96, green value is 21 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #601522 hue: 0.97 , saturation: 0.64 and the lightness value of 601522 is 0.23.

The process color (four color CMYK) of #601522 color hex is 0.00, 0.78, 0.65, 0.62. Web safe color of #601522 is #660033. Color #601522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010101 00100010
Octal 140 25 42
Decimal 96 21 34
Hex 60 15 22

RGB Percentages of Color #601522

%63.58
%13.91
%22.52

CMYK Percentages of Color #601522

%0
%78
%65
%62

Triadic Colors of #601522

#601522 #226015 #152260

Analogous Colors of #601522

#601522 #602e15 #601547

Monochromatic Colors of #601522

#601522

Complementary Color

#601522 #156053

#601522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601522 Color CSS Codes

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

#601522 Text Font Color

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

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


#601522 Background Color

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

This div background color is #601522


#601522 Border Color

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

This div border color is #601522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601522


Comments

No comments written yet.

Please login to write comment.