Color Hex Logo

#60595c Color Hex

#60595C
(96,89,92)
0 Favorites   0 Comments

Color spaces of #60595c

RGB 968992
HSL0.930.040.36
HSV334°38°
CMYK 0.000.070.04   0.62
XYZ10.328010.404311.5891
Yxy10.40430.31950.3219
Hunter Lab32.25570.70671.2768
CIE-Lab38.55853.4298-0.7158

#60595c color RGB value is (96,89,92).

#60595c hex color red value is 96, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #60595c hue: 0.93 , saturation: 0.04 and the lightness value of 60595c is 0.36.

The process color (four color CMYK) of #60595c color hex is 0.00, 0.07, 0.04, 0.62. Web safe color of #60595c is #666666. Color #60595c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011001 01011100
Octal 140 131 134
Decimal 96 89 92
Hex 60 59 5C

RGB Percentages of Color #60595c

%34.66
%32.13
%33.21

CMYK Percentages of Color #60595c

%0
%7
%4
%62

Triadic Colors of #60595c

#60595c #5c6059 #595c60

Analogous Colors of #60595c

#60595c #605a59 #605960

Monochromatic Colors of #60595c

#60595c

Complementary Color

#60595c #59605d

#60595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60595c Color CSS Codes

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

#60595c Text Font Color

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

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


#60595c Background Color

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

This div background color is #60595c


#60595c Border Color

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

This div border color is #60595c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,89,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60595c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60595c;
  -webkit-box-shadow: 1px 1px 3px 2px #60595c;
  box-shadow:         1px 1px 3px 2px #60595c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60595c


Comments

No comments written yet.

Please login to write comment.