Color Hex Logo

#60694d Color Hex

#60694D
(96,105,77)
0 Favorites   0 Comments

Color spaces of #60694d

RGB 9610577
HSL0.220.150.36
HSV79°27°41°
CMYK 0.090.000.27   0.59
XYZ11.215013.12588.9636
Yxy13.12580.33670.3941
Hunter Lab36.2295-8.146310.6917
CIE-Lab42.9522-8.864814.6381

#60694d color RGB value is (96,105,77).

#60694d hex color red value is 96, green value is 105 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #60694d hue: 0.22 , saturation: 0.15 and the lightness value of 60694d is 0.36.

The process color (four color CMYK) of #60694d color hex is 0.09, 0.00, 0.27, 0.59. Web safe color of #60694d is #666666. Color #60694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101001 01001101
Octal 140 151 115
Decimal 96 105 77
Hex 60 69 4D

RGB Percentages of Color #60694d

%34.53
%37.77
%27.70

CMYK Percentages of Color #60694d

%9
%0
%27
%59

Triadic Colors of #60694d

#60694d #4d6069 #694d60

Analogous Colors of #60694d

#60694d #52694d #69644d

Monochromatic Colors of #60694d

#60694d

Complementary Color

#60694d #564d69

#60694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60694d Color CSS Codes

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

#60694d Text Font Color

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

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


#60694d Background Color

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

This div background color is #60694d


#60694d Border Color

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

This div border color is #60694d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,105,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 #60694d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60694d


Comments

No comments written yet.

Please login to write comment.