Color Hex Logo

#68602e Color Hex

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

Color spaces of #68602e

RGB 1049646
HSL0.140.390.29
HSV52°56°41°
CMYK 0.000.080.56   0.59
XYZ10.384911.50614.2583
Yxy11.50610.39710.4400
Hunter Lab33.9206-4.712816.3014
CIE-Lab40.4201-4.157129.3887

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

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

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

Base Numbers

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

RGB Percentages of Color #68602e

%42.28
%39.02
%18.70

CMYK Percentages of Color #68602e

%0
%8
%56
%59

Triadic Colors of #68602e

#68602e #2e6860 #602e68

Analogous Colors of #68602e

#68602e #53682e #68432e

Monochromatic Colors of #68602e

#68602e

Complementary Color

#68602e #2e3668

#68602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68602e Color CSS Codes

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

#68602e Text Font Color

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

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


#68602e Background Color

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

This div background color is #68602e


#68602e Border Color

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

This div border color is #68602e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,96,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 #68602e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68602e


Comments

No comments written yet.

Please login to write comment.