Color Hex Logo

#60853b Color Hex

#60853B
(96,133,59)
0 Favorites   0 Comments

Color spaces of #60853b

RGB 9613359
HSL0.250.390.38
HSV90°56°52°
CMYK 0.280.000.56   0.48
XYZ14.000819.57767.1786
Yxy19.57760.34350.4803
Hunter Lab44.2466-20.949421.3534
CIE-Lab51.3562-26.265235.3354

#60853b color RGB value is (96,133,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 00111011
Octal 140 205 73
Decimal 96 133 59
Hex 60 85 3B

RGB Percentages of Color #60853b

%33.33
%46.18
%20.49

CMYK Percentages of Color #60853b

%28
%0
%56
%48

Triadic Colors of #60853b

#60853b #3b6085 #853b60

Analogous Colors of #60853b

#60853b #3b853b #85853b

Monochromatic Colors of #60853b

#60853b

Complementary Color

#60853b #603b85

#60853b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60853b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60853b Color CSS Codes

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

#60853b Text Font Color

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

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


#60853b Background Color

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

This div background color is #60853b


#60853b Border Color

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

This div border color is #60853b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60853b


Comments

No comments written yet.

Please login to write comment.