Color Hex Logo

#60733a Color Hex

#60733A
(96,115,58)
0 Favorites   0 Comments

Color spaces of #60733a

RGB 9611558
HSL0.220.330.34
HSV80°50°45°
CMYK 0.170.000.50   0.55
XYZ11.718315.05386.2910
Yxy15.05380.35440.4553
Hunter Lab38.7992-13.987417.5460
CIE-Lab45.7078-17.127429.0743

#60733a color RGB value is (96,115,58).

#60733a hex color red value is 96, green value is 115 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #60733a hue: 0.22 , saturation: 0.33 and the lightness value of 60733a is 0.34.

The process color (four color CMYK) of #60733a color hex is 0.17, 0.00, 0.50, 0.55. Web safe color of #60733a is #666633. Color #60733a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 00111010
Octal 140 163 72
Decimal 96 115 58
Hex 60 73 3A

RGB Percentages of Color #60733a

%35.69
%42.75
%21.56

CMYK Percentages of Color #60733a

%17
%0
%50
%55

Triadic Colors of #60733a

#60733a #3a6073 #733a60

Analogous Colors of #60733a

#60733a #44733a #736a3a

Monochromatic Colors of #60733a

#60733a

Complementary Color

#60733a #4d3a73

#60733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60733a Color CSS Codes

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

#60733a Text Font Color

<p style="color:#60733a">Text here</p>

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


#60733a Background Color

<div style="background-color:#60733a">
Div content here</div>

This div background color is #60733a


#60733a Border Color

<div style="border:3px solid #60733a">
Div here</div>

This div border color is #60733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60733a

#60733a Color Palettes


Comments

No comments written yet.

Please login to write comment.