Color Hex Logo

#604447 Color Hex

#604447
(96,68,71)
0 Favorites   0 Comments

Color spaces of #604447

RGB 966871
HSL0.980.170.32
HSV354°29°38°
CMYK 0.000.290.26   0.62
XYZ8.02837.07606.9039
Yxy7.07600.36480.3215
Hunter Lab26.60087.32133.2325
CIE-Lab31.979312.57342.9710

#604447 color RGB value is (96,68,71).

#604447 hex color red value is 96, green value is 68 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #604447 hue: 0.98 , saturation: 0.17 and the lightness value of 604447 is 0.32.

The process color (four color CMYK) of #604447 color hex is 0.00, 0.29, 0.26, 0.62. Web safe color of #604447 is #663333. Color #604447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000100 01000111
Octal 140 104 107
Decimal 96 68 71
Hex 60 44 47

RGB Percentages of Color #604447

%40.85
%28.94
%30.21

CMYK Percentages of Color #604447

%0
%29
%26
%62

Triadic Colors of #604447

#604447 #476044 #444760

Analogous Colors of #604447

#604447 #604f44 #604455

Monochromatic Colors of #604447

#604447

Complementary Color

#604447 #44605d

#604447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604447 Color CSS Codes

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

#604447 Text Font Color

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

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


#604447 Background Color

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

This div background color is #604447


#604447 Border Color

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

This div border color is #604447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604447

#604447 Color Palettes


Comments

No comments written yet.

Please login to write comment.