Color Hex Logo

#605e47 Color Hex

#605E47
(96,94,71)
0 Favorites   0 Comments

Color spaces of #605e47

RGB 969471
HSL0.150.150.33
HSV55°26°38°
CMYK 0.000.020.26   0.62
XYZ9.963910.94717.5491
Yxy10.94710.35010.3846
Hunter Lab33.0864-4.14639.6327
CIE-Lab39.4912-3.428013.5118

#605e47 color RGB value is (96,94,71).

#605e47 hex color red value is 96, green value is 94 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #605e47 hue: 0.15 , saturation: 0.15 and the lightness value of 605e47 is 0.33.

The process color (four color CMYK) of #605e47 color hex is 0.00, 0.02, 0.26, 0.62. Web safe color of #605e47 is #666633. Color #605e47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011110 01000111
Octal 140 136 107
Decimal 96 94 71
Hex 60 5E 47

RGB Percentages of Color #605e47

%36.78
%36.02
%27.20

CMYK Percentages of Color #605e47

%0
%2
%26
%62

Triadic Colors of #605e47

#605e47 #47605e #5e4760

Analogous Colors of #605e47

#605e47 #566047 #605247

Monochromatic Colors of #605e47

#605e47

Complementary Color

#605e47 #474960

#605e47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605e47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605e47 Color CSS Codes

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

#605e47 Text Font Color

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

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


#605e47 Background Color

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

This div background color is #605e47


#605e47 Border Color

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

This div border color is #605e47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605e47


Comments

No comments written yet.

Please login to write comment.