Color Hex Logo

#605850 Color Hex

#605850
(96,88,80)
0 Favorites   0 Comments

Color spaces of #605850

RGB 968880
HSL0.080.090.35
HSV30°17°38°
CMYK 0.000.080.17   0.62
XYZ9.761610.04549.0139
Yxy10.04540.33870.3485
Hunter Lab31.6945-0.48905.3241
CIE-Lab37.92381.72175.8060

#605850 color RGB value is (96,88,80).

#605850 hex color red value is 96, green value is 88 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #605850 hue: 0.08 , saturation: 0.09 and the lightness value of 605850 is 0.35.

The process color (four color CMYK) of #605850 color hex is 0.00, 0.08, 0.17, 0.62. Web safe color of #605850 is #666666. Color #605850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 01010000
Octal 140 130 120
Decimal 96 88 80
Hex 60 58 50

RGB Percentages of Color #605850

%36.36
%33.33
%30.30

CMYK Percentages of Color #605850

%0
%8
%17
%62

Triadic Colors of #605850

#605850 #506058 #585060

Analogous Colors of #605850

#605850 #606050 #605050

Monochromatic Colors of #605850

#605850

Complementary Color

#605850 #505860

#605850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605850 Color CSS Codes

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

#605850 Text Font Color

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

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


#605850 Background Color

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

This div background color is #605850


#605850 Border Color

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

This div border color is #605850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605850


Comments

No comments written yet.

Please login to write comment.