Color Hex Logo

#60704d Color Hex

#60704D
(96,112,77)
0 Favorites   0 Comments

Color spaces of #60704d

RGB 9611277
HSL0.240.190.37
HSV87°31°44°
CMYK 0.140.000.31   0.56
XYZ11.957614.61109.2111
Yxy14.61100.33420.4084
Hunter Lab38.2243-11.053012.4696
CIE-Lab45.0967-12.811017.5420

#60704d color RGB value is (96,112,77).

#60704d hex color red value is 96, green value is 112 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #60704d hue: 0.24 , saturation: 0.19 and the lightness value of 60704d is 0.37.

The process color (four color CMYK) of #60704d color hex is 0.14, 0.00, 0.31, 0.56. Web safe color of #60704d is #666666. Color #60704d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110000 01001101
Octal 140 160 115
Decimal 96 112 77
Hex 60 70 4D

RGB Percentages of Color #60704d

%33.68
%39.30
%27.02

CMYK Percentages of Color #60704d

%14
%0
%31
%56

Triadic Colors of #60704d

#60704d #4d6070 #704d60

Analogous Colors of #60704d

#60704d #4f704d #706f4d

Monochromatic Colors of #60704d

#60704d

Complementary Color

#60704d #5d4d70

#60704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60704d Color CSS Codes

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

#60704d Text Font Color

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

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


#60704d Background Color

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

This div background color is #60704d


#60704d Border Color

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

This div border color is #60704d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60704d


Comments

No comments written yet.

Please login to write comment.