Color Hex Logo

#60736e Color Hex

#60736E
(96,115,110)
0 Favorites   0 Comments

Color spaces of #60736e

RGB 96115110
HSL0.460.090.41
HSV164°17°45°
CMYK 0.170.000.04   0.55
XYZ13.769115.874117.0901
Yxy15.87410.29460.3397
Hunter Lab39.8423-8.03632.4576
CIE-Lab46.8089-8.12930.4069

#60736e color RGB value is (96,115,110).

#60736e hex color red value is 96, green value is 115 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60736e hue: 0.46 , saturation: 0.09 and the lightness value of 60736e is 0.41.

The process color (four color CMYK) of #60736e color hex is 0.17, 0.00, 0.04, 0.55. Web safe color of #60736e is #666666. Color #60736e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 01101110
Octal 140 163 156
Decimal 96 115 110
Hex 60 73 6E

RGB Percentages of Color #60736e

%29.91
%35.83
%34.27

CMYK Percentages of Color #60736e

%17
%0
%4
%55

Triadic Colors of #60736e

#60736e #6e6073 #736e60

Analogous Colors of #60736e

#60736e #606f73 #607365

Monochromatic Colors of #60736e

#60736e

Complementary Color

#60736e #736065

#60736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60736e Color CSS Codes

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

#60736e Text Font Color

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

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


#60736e Background Color

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

This div background color is #60736e


#60736e Border Color

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

This div border color is #60736e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60736e


Comments

No comments written yet.

Please login to write comment.