Color Hex Logo

#60936d Color Hex

#60936D
(96,147,109)
0 Favorites   0 Comments

Color spaces of #60936d

RGB 96147109
HSL0.380.210.48
HSV135°35°58°
CMYK 0.350.000.26   0.42
XYZ18.017924.458418.2393
Yxy24.45840.29680.4028
Hunter Lab49.4554-21.514812.7525
CIE-Lab56.5439-25.462114.8254

#60936d color RGB value is (96,147,109).

#60936d hex color red value is 96, green value is 147 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #60936d hue: 0.38 , saturation: 0.21 and the lightness value of 60936d is 0.48.

The process color (four color CMYK) of #60936d color hex is 0.35, 0.00, 0.26, 0.42. Web safe color of #60936d is #669966. Color #60936d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 01101101
Octal 140 223 155
Decimal 96 147 109
Hex 60 93 6D

RGB Percentages of Color #60936d

%27.27
%41.76
%30.97

CMYK Percentages of Color #60936d

%35
%0
%26
%42

Triadic Colors of #60936d

#60936d #6d6093 #936d60

Analogous Colors of #60936d

#60936d #609387 #6d9360

Monochromatic Colors of #60936d

#60936d

Complementary Color

#60936d #936086

#60936d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60936d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60936d Color CSS Codes

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

#60936d Text Font Color

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

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


#60936d Background Color

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

This div background color is #60936d


#60936d Border Color

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

This div border color is #60936d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60936d


Comments

No comments written yet.

Please login to write comment.