Color Hex Logo

#60853c Color Hex

#60853C
(96,133,60)
0 Favorites   0 Comments

Color spaces of #60853c

RGB 9613360
HSL0.250.380.38
HSV90°55°52°
CMYK 0.280.000.55   0.48
XYZ14.027019.58817.3165
Yxy19.58810.34270.4786
Hunter Lab44.2584-20.879621.1795
CIE-Lab51.3683-26.152534.8421

#60853c color RGB value is (96,133,60).

#60853c hex color red value is 96, green value is 133 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #60853c hue: 0.25 , saturation: 0.38 and the lightness value of 60853c is 0.38.

The process color (four color CMYK) of #60853c color hex is 0.28, 0.00, 0.55, 0.48. Web safe color of #60853c is #669933. Color #60853c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 00111100
Octal 140 205 74
Decimal 96 133 60
Hex 60 85 3C

RGB Percentages of Color #60853c

%33.22
%46.02
%20.76

CMYK Percentages of Color #60853c

%28
%0
%55
%48

Triadic Colors of #60853c

#60853c #3c6085 #853c60

Analogous Colors of #60853c

#60853c #3c853d #85853c

Monochromatic Colors of #60853c

#60853c

Complementary Color

#60853c #613c85

#60853c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60853c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60853c Color CSS Codes

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

#60853c Text Font Color

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

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


#60853c Background Color

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

This div background color is #60853c


#60853c Border Color

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

This div border color is #60853c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60853c

#60853c Color Palettes


Comments

No comments written yet.

Please login to write comment.