Color Hex Logo

#601312 Color Hex

#601312
(96,19,18)
0 Favorites   0 Comments

Color spaces of #601312

RGB 961918
HSL0.000.680.22
HSV81°38°
CMYK 0.000.800.81   0.62
XYZ5.16592.99620.8783
Yxy2.99620.57140.3314
Hunter Lab17.309522.98039.1083
CIE-Lab20.028734.100821.9695

#601312 color RGB value is (96,19,18).

#601312 hex color red value is 96, green value is 19 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #601312 hue: 0.00 , saturation: 0.68 and the lightness value of 601312 is 0.22.

The process color (four color CMYK) of #601312 color hex is 0.00, 0.80, 0.81, 0.62. Web safe color of #601312 is #660000. Color #601312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00010010
Octal 140 23 22
Decimal 96 19 18
Hex 60 13 12

RGB Percentages of Color #601312

%72.18
%14.29
%13.53

CMYK Percentages of Color #601312

%0
%80
%81
%62

Triadic Colors of #601312

#601312 #126013 #131260

Analogous Colors of #601312

#601312 #603a12 #601238

Monochromatic Colors of #601312

#601312

Complementary Color

#601312 #125f60

#601312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601312 Color CSS Codes

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

#601312 Text Font Color

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

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


#601312 Background Color

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

This div background color is #601312


#601312 Border Color

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

This div border color is #601312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601312


Comments

No comments written yet.

Please login to write comment.