Color Hex Logo

#60491c Color Hex

#60491C
(96,73,28)
0 Favorites   0 Comments

Color spaces of #60491c

RGB 967328
HSL0.110.550.24
HSV40°71°38°
CMYK 0.000.240.71   0.62
XYZ7.41607.33572.1237
Yxy7.33570.43950.4347
Hunter Lab27.08451.477214.3102
CIE-Lab32.55924.348329.8866

#60491c color RGB value is (96,73,28).

#60491c hex color red value is 96, green value is 73 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #60491c hue: 0.11 , saturation: 0.55 and the lightness value of 60491c is 0.24.

The process color (four color CMYK) of #60491c color hex is 0.00, 0.24, 0.71, 0.62. Web safe color of #60491c is #663333. Color #60491c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 00011100
Octal 140 111 34
Decimal 96 73 28
Hex 60 49 1C

RGB Percentages of Color #60491c

%48.73
%37.06
%14.21

CMYK Percentages of Color #60491c

%0
%24
%71
%62

Triadic Colors of #60491c

#60491c #1c6049 #491c60

Analogous Colors of #60491c

#60491c #55601c #60271c

Monochromatic Colors of #60491c

#60491c

Complementary Color

#60491c #1c3360

#60491c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60491c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60491c Color CSS Codes

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

#60491c Text Font Color

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

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


#60491c Background Color

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

This div background color is #60491c


#60491c Border Color

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

This div border color is #60491c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60491c


Comments

No comments written yet.

Please login to write comment.