Color Hex Logo

#601404 Color Hex

#601404
(96,20,4)
0 Favorites   0 Comments

Color spaces of #601404

RGB 96204
HSL0.030.920.20
HSV10°96°38°
CMYK 0.000.790.96   0.62
XYZ5.09592.99590.4245
Yxy2.99590.59840.3518
Hunter Lab17.308722.262610.6620
CIE-Lab20.027533.246628.4583

#601404 color RGB value is (96,20,4).

#601404 hex color red value is 96, green value is 20 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #601404 hue: 0.03 , saturation: 0.92 and the lightness value of 601404 is 0.20.

The process color (four color CMYK) of #601404 color hex is 0.00, 0.79, 0.96, 0.62. Web safe color of #601404 is #660000. Color #601404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010100 00000100
Octal 140 24 4
Decimal 96 20 4
Hex 60 14 4

RGB Percentages of Color #601404

%80.00
%16.67
%3.33

CMYK Percentages of Color #601404

%0
%79
%96
%62

Triadic Colors of #601404

#601404 #046014 #140460

Analogous Colors of #601404

#601404 #604204 #600422

Monochromatic Colors of #601404

#601404

Complementary Color

#601404 #045060

#601404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601404 Color CSS Codes

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

#601404 Text Font Color

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

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


#601404 Background Color

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

This div background color is #601404


#601404 Border Color

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

This div border color is #601404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601404


Comments

No comments written yet.

Please login to write comment.