Color Hex Logo

#601318 Color Hex

#601318
(96,19,24)
0 Favorites   0 Comments

Color spaces of #601318

RGB 961924
HSL0.990.670.23
HSV356°80°38°
CMYK 0.000.800.75   0.62
XYZ5.22163.01851.1716
Yxy3.01850.55480.3207
Hunter Lab17.373823.24298.1635
CIE-Lab20.117834.394718.1182

#601318 color RGB value is (96,19,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00011000
Octal 140 23 30
Decimal 96 19 24
Hex 60 13 18

RGB Percentages of Color #601318

%69.06
%13.67
%17.27

CMYK Percentages of Color #601318

%0
%80
%75
%62

Triadic Colors of #601318

#601318 #186013 #131860

Analogous Colors of #601318

#601318 #603513 #60133e

Monochromatic Colors of #601318

#601318

Complementary Color

#601318 #13605b

#601318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601318 Color CSS Codes

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

#601318 Text Font Color

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

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


#601318 Background Color

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

This div background color is #601318


#601318 Border Color

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

This div border color is #601318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,19,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 #601318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601318


Comments

No comments written yet.

Please login to write comment.