Color Hex Logo

#605349 Color Hex

#605349
(96,83,73)
0 Favorites   0 Comments

Color spaces of #605349

RGB 968373
HSL0.070.140.33
HSV26°24°38°
CMYK 0.000.140.24   0.62
XYZ9.11979.15437.5896
Yxy9.15430.35260.3539
Hunter Lab30.25610.85486.3066
CIE-Lab36.27973.55917.8280

#605349 color RGB value is (96,83,73).

#605349 hex color red value is 96, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #605349 hue: 0.07 , saturation: 0.14 and the lightness value of 605349 is 0.33.

The process color (four color CMYK) of #605349 color hex is 0.00, 0.14, 0.24, 0.62. Web safe color of #605349 is #666633. Color #605349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010011 01001001
Octal 140 123 111
Decimal 96 83 73
Hex 60 53 49

RGB Percentages of Color #605349

%38.10
%32.94
%28.97

CMYK Percentages of Color #605349

%0
%14
%24
%62

Triadic Colors of #605349

#605349 #496053 #534960

Analogous Colors of #605349

#605349 #605f49 #60494b

Monochromatic Colors of #605349

#605349

Complementary Color

#605349 #495660

#605349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605349 Color CSS Codes

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

#605349 Text Font Color

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

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


#605349 Background Color

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

This div background color is #605349


#605349 Border Color

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

This div border color is #605349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605349

#605349 Color Palettes


Comments

No comments written yet.

Please login to write comment.