Color Hex Logo

#60852d Color Hex

#60852D
(96,133,45)
0 Favorites   0 Comments

Color spaces of #60852d

RGB 9613345
HSL0.240.490.35
HSV85°66°52°
CMYK 0.280.000.66   0.48
XYZ13.685119.45135.5158
Yxy19.45130.35410.5032
Hunter Lab44.1036-21.793823.4575
CIE-Lab51.2111-27.639441.8787

#60852d color RGB value is (96,133,45).

#60852d hex color red value is 96, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #60852d hue: 0.24 , saturation: 0.49 and the lightness value of 60852d is 0.35.

The process color (four color CMYK) of #60852d color hex is 0.28, 0.00, 0.66, 0.48. Web safe color of #60852d is #669933. Color #60852d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 00101101
Octal 140 205 55
Decimal 96 133 45
Hex 60 85 2D

RGB Percentages of Color #60852d

%35.04
%48.54
%16.42

CMYK Percentages of Color #60852d

%28
%0
%66
%48

Triadic Colors of #60852d

#60852d #2d6085 #852d60

Analogous Colors of #60852d

#60852d #34852d #857e2d

Monochromatic Colors of #60852d

#60852d

Complementary Color

#60852d #522d85

#60852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60852d Color CSS Codes

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

#60852d Text Font Color

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

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


#60852d Background Color

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

This div background color is #60852d


#60852d Border Color

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

This div border color is #60852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60852d


Comments

No comments written yet.

Please login to write comment.