Color Hex Logo

#60491e Color Hex

#60491E
(96,73,30)
0 Favorites   0 Comments

Color spaces of #60491e

RGB 967330
HSL0.110.520.25
HSV39°69°38°
CMYK 0.000.240.69   0.62
XYZ7.44087.34562.2540
Yxy7.34560.43670.4311
Hunter Lab27.10281.575614.0411
CIE-Lab32.58114.492128.8450

#60491e color RGB value is (96,73,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 00011110
Octal 140 111 36
Decimal 96 73 30
Hex 60 49 1E

RGB Percentages of Color #60491e

%48.24
%36.68
%15.08

CMYK Percentages of Color #60491e

%0
%24
%69
%62

Triadic Colors of #60491e

#60491e #1e6049 #491e60

Analogous Colors of #60491e

#60491e #56601e #60281e

Monochromatic Colors of #60491e

#60491e

Complementary Color

#60491e #1e3560

#60491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60491e Color CSS Codes

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

#60491e Text Font Color

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

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


#60491e Background Color

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

This div background color is #60491e


#60491e Border Color

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

This div border color is #60491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60491e


Comments

No comments written yet.

Please login to write comment.