Color Hex Logo

#601323 Color Hex

#601323
(96,19,35)
1 Favorites   0 Comments

Color spaces of #601323

RGB 961935
HSL0.970.670.23
HSV348°80°38°
CMYK 0.000.800.64   0.62
XYZ5.36013.07391.9009
Yxy3.07390.51860.2974
Hunter Lab17.532523.88965.8445
CIE-Lab20.337535.113910.7672

#601323 color RGB value is (96,19,35).

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

The process color (four color CMYK) of #601323 color hex is 0.00, 0.80, 0.64, 0.62. Web safe color of #601323 is #660033. Color #601323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00100011
Octal 140 23 43
Decimal 96 19 35
Hex 60 13 23

RGB Percentages of Color #601323

%64.00
%12.67
%23.33

CMYK Percentages of Color #601323

%0
%80
%64
%62

Triadic Colors of #601323

#601323 #236013 #132360

Analogous Colors of #601323

#601323 #602a13 #60134a

Monochromatic Colors of #601323

#601323

Complementary Color

#601323 #136050

#601323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601323 Color CSS Codes

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

#601323 Text Font Color

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

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


#601323 Background Color

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

This div background color is #601323


#601323 Border Color

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

This div border color is #601323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601323


Comments

No comments written yet.

Please login to write comment.