Color Hex Logo

#60734c Color Hex

#60734C
(96,115,76)
0 Favorites   0 Comments

Color spaces of #60734c

RGB 9611576
HSL0.250.200.37
HSV89°34°45°
CMYK 0.170.000.34   0.55
XYZ12.259115.27019.1388
Yxy15.27010.33430.4164
Hunter Lab39.0770-12.386313.4879
CIE-Lab46.0019-14.624519.3331

#60734c color RGB value is (96,115,76).

#60734c hex color red value is 96, green value is 115 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #60734c hue: 0.25 , saturation: 0.20 and the lightness value of 60734c is 0.37.

The process color (four color CMYK) of #60734c color hex is 0.17, 0.00, 0.34, 0.55. Web safe color of #60734c is #666633. Color #60734c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 01001100
Octal 140 163 114
Decimal 96 115 76
Hex 60 73 4C

RGB Percentages of Color #60734c

%33.45
%40.07
%26.48

CMYK Percentages of Color #60734c

%17
%0
%34
%55

Triadic Colors of #60734c

#60734c #4c6073 #734c60

Analogous Colors of #60734c

#60734c #4d734c #73734c

Monochromatic Colors of #60734c

#60734c

Complementary Color

#60734c #5f4c73

#60734c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60734c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60734c Color CSS Codes

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

#60734c Text Font Color

<p style="color:#60734c">Text here</p>

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


#60734c Background Color

<div style="background-color:#60734c">
Div content here</div>

This div background color is #60734c


#60734c Border Color

<div style="border:3px solid #60734c">
Div here</div>

This div border color is #60734c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60734c


Comments

No comments written yet.

Please login to write comment.