Color Hex Logo

#60682e Color Hex

#60682E
(96,104,46)
0 Favorites   0 Comments

Color spaces of #60682e

RGB 9610446
HSL0.190.390.29
HSV68°56°41°
CMYK 0.080.000.56   0.59
XYZ10.267312.58474.4727
Yxy12.58470.37580.4606
Hunter Lab35.4749-10.418917.3571
CIE-Lab42.1307-12.436031.2173

#60682e color RGB value is (96,104,46).

#60682e hex color red value is 96, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #60682e hue: 0.19 , saturation: 0.39 and the lightness value of 60682e is 0.29.

The process color (four color CMYK) of #60682e color hex is 0.08, 0.00, 0.56, 0.59. Web safe color of #60682e is #666633. Color #60682e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101000 00101110
Octal 140 150 56
Decimal 96 104 46
Hex 60 68 2E

RGB Percentages of Color #60682e

%39.02
%42.28
%18.70

CMYK Percentages of Color #60682e

%8
%0
%56
%59

Triadic Colors of #60682e

#60682e #2e6068 #682e60

Analogous Colors of #60682e

#60682e #43682e #68532e

Monochromatic Colors of #60682e

#60682e

Complementary Color

#60682e #362e68

#60682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60682e Color CSS Codes

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

#60682e Text Font Color

<p style="color:#60682e">Text here</p>

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


#60682e Background Color

<div style="background-color:#60682e">
Div content here</div>

This div background color is #60682e


#60682e Border Color

<div style="border:3px solid #60682e">
Div here</div>

This div border color is #60682e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,104,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60682e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60682e;
  -webkit-box-shadow: 1px 1px 3px 2px #60682e;
  box-shadow:         1px 1px 3px 2px #60682e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60682e


Comments

No comments written yet.

Please login to write comment.