Color Hex Logo

#601918 Color Hex

#601918
(96,25,24)
0 Favorites   0 Comments

Color spaces of #601918

RGB 962524
HSL0.000.600.24
HSV75°38°
CMYK 0.000.740.75   0.62
XYZ5.33643.24801.2098
Yxy3.24800.54490.3316
Hunter Lab18.022221.31528.6355
CIE-Lab21.010931.928019.1832

#601918 color RGB value is (96,25,24).

#601918 hex color red value is 96, green value is 25 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #601918 hue: 0.00 , saturation: 0.60 and the lightness value of 601918 is 0.24.

The process color (four color CMYK) of #601918 color hex is 0.00, 0.74, 0.75, 0.62. Web safe color of #601918 is #660000. Color #601918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 00011000
Octal 140 31 30
Decimal 96 25 24
Hex 60 19 18

RGB Percentages of Color #601918

%66.21
%17.24
%16.55

CMYK Percentages of Color #601918

%0
%74
%75
%62

Triadic Colors of #601918

#601918 #186019 #191860

Analogous Colors of #601918

#601918 #603d18 #60183b

Monochromatic Colors of #601918

#601918

Complementary Color

#601918 #185f60

#601918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601918 Color CSS Codes

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

#601918 Text Font Color

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

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


#601918 Background Color

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

This div background color is #601918


#601918 Border Color

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

This div border color is #601918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601918


Comments

No comments written yet.

Please login to write comment.