Color Hex Logo

#60535e Color Hex

#60535E
(96,83,94)
0 Favorites   0 Comments

Color spaces of #60535e

RGB 968394
HSL0.860.070.35
HSV309°14°38°
CMYK 0.000.140.02   0.62
XYZ9.93759.481511.8960
Yxy9.48150.31730.3028
Hunter Lab30.79203.7211-1.3513
CIE-Lab36.89537.5530-4.4128

#60535e color RGB value is (96,83,94).

#60535e hex color red value is 96, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #60535e hue: 0.86 , saturation: 0.07 and the lightness value of 60535e is 0.35.

The process color (four color CMYK) of #60535e color hex is 0.00, 0.14, 0.02, 0.62. Web safe color of #60535e is #666666. Color #60535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010011 01011110
Octal 140 123 136
Decimal 96 83 94
Hex 60 53 5E

RGB Percentages of Color #60535e

%35.16
%30.40
%34.43

CMYK Percentages of Color #60535e

%0
%14
%2
%62

Triadic Colors of #60535e

#60535e #5e6053 #535e60

Analogous Colors of #60535e

#60535e #605358 #5c5360

Monochromatic Colors of #60535e

#60535e

Complementary Color

#60535e #536055

#60535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60535e Color CSS Codes

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

#60535e Text Font Color

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

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


#60535e Background Color

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

This div background color is #60535e


#60535e Border Color

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

This div border color is #60535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60535e


Comments

No comments written yet.

Please login to write comment.