Color Hex Logo

#60935f Color Hex

#60935F
(96,147,95)
0 Favorites   0 Comments

Color spaces of #60935f

RGB 9614795
HSL0.330.210.47
HSV119°35°58°
CMYK 0.350.000.35   0.42
XYZ17.323124.180514.5807
Yxy24.18050.30890.4311
Hunter Lab49.1737-23.171216.8412
CIE-Lab56.2681-28.013822.2780

#60935f color RGB value is (96,147,95).

#60935f hex color red value is 96, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #60935f hue: 0.33 , saturation: 0.21 and the lightness value of 60935f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 01011111
Octal 140 223 137
Decimal 96 147 95
Hex 60 93 5F

RGB Percentages of Color #60935f

%28.40
%43.49
%28.11

CMYK Percentages of Color #60935f

%35
%0
%35
%42

Triadic Colors of #60935f

#60935f #5f6093 #935f60

Analogous Colors of #60935f

#60935f #5f9378 #7a935f

Monochromatic Colors of #60935f

#60935f

Complementary Color

#60935f #925f93

#60935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60935f Color CSS Codes

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

#60935f Text Font Color

<p style="color:#60935f">Text here</p>

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


#60935f Background Color

<div style="background-color:#60935f">
Div content here</div>

This div background color is #60935f


#60935f Border Color

<div style="border:3px solid #60935f">
Div here</div>

This div border color is #60935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60935f


Comments

No comments written yet.

Please login to write comment.