Color Hex Logo

#60865c Color Hex

#60865C
(96,134,92)
0 Favorites   0 Comments

Color spaces of #60865c

RGB 9613492
HSL0.320.190.44
HSV114°31°53°
CMYK 0.280.000.31   0.47
XYZ15.280720.309713.2400
Yxy20.30970.31290.4159
Hunter Lab45.0663-18.341714.1276
CIE-Lab52.1856-22.026918.4768

#60865c color RGB value is (96,134,92).

#60865c hex color red value is 96, green value is 134 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #60865c hue: 0.32 , saturation: 0.19 and the lightness value of 60865c is 0.44.

The process color (four color CMYK) of #60865c color hex is 0.28, 0.00, 0.31, 0.47. Web safe color of #60865c is #669966. Color #60865c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 01011100
Octal 140 206 134
Decimal 96 134 92
Hex 60 86 5C

RGB Percentages of Color #60865c

%29.81
%41.61
%28.57

CMYK Percentages of Color #60865c

%28
%0
%31
%47

Triadic Colors of #60865c

#60865c #5c6086 #865c60

Analogous Colors of #60865c

#60865c #5c866d #75865c

Monochromatic Colors of #60865c

#60865c

Complementary Color

#60865c #825c86

#60865c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60865c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60865c Color CSS Codes

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

#60865c Text Font Color

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

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


#60865c Background Color

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

This div background color is #60865c


#60865c Border Color

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

This div border color is #60865c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60865c


Comments

No comments written yet.

Please login to write comment.