Color Hex Logo

#60664d Color Hex

#60664D
(96,102,77)
0 Favorites   0 Comments

Color spaces of #60664d

RGB 9610277
HSL0.210.140.35
HSV74°25°40°
CMYK 0.060.000.25   0.60
XYZ10.914812.52548.8635
Yxy12.52540.33790.3877
Hunter Lab35.3912-6.88469.9251
CIE-Lab42.0393-7.137813.3891

#60664d color RGB value is (96,102,77).

#60664d hex color red value is 96, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #60664d hue: 0.21 , saturation: 0.14 and the lightness value of 60664d is 0.35.

The process color (four color CMYK) of #60664d color hex is 0.06, 0.00, 0.25, 0.60. Web safe color of #60664d is #666666. Color #60664d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 01001101
Octal 140 146 115
Decimal 96 102 77
Hex 60 66 4D

RGB Percentages of Color #60664d

%34.91
%37.09
%28.00

CMYK Percentages of Color #60664d

%6
%0
%25
%60

Triadic Colors of #60664d

#60664d #4d6066 #664d60

Analogous Colors of #60664d

#60664d #54664d #66604d

Monochromatic Colors of #60664d

#60664d

Complementary Color

#60664d #534d66

#60664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60664d Color CSS Codes

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

#60664d Text Font Color

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

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


#60664d Background Color

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

This div background color is #60664d


#60664d Border Color

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

This div border color is #60664d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,102,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60664d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60664d;
  -webkit-box-shadow: 1px 1px 3px 2px #60664d;
  box-shadow:         1px 1px 3px 2px #60664d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60664d


Comments

No comments written yet.

Please login to write comment.