Color Hex Logo

#68642e Color Hex

#68642E
(104,100,46)
0 Favorites   0 Comments

Color spaces of #68642e

RGB 10410046
HSL0.160.390.29
HSV56°56°41°
CMYK 0.000.040.56   0.59
XYZ10.759212.25474.3831
Yxy12.25470.39270.4473
Hunter Lab35.0067-6.400417.0812
CIE-Lab41.6181-6.482830.7974

#68642e color RGB value is (104,100,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 00101110
Octal 150 144 56
Decimal 104 100 46
Hex 68 64 2E

RGB Percentages of Color #68642e

%41.60
%40.00
%18.40

CMYK Percentages of Color #68642e

%0
%4
%56
%59

Triadic Colors of #68642e

#68642e #2e6864 #642e68

Analogous Colors of #68642e

#68642e #4f682e #68472e

Monochromatic Colors of #68642e

#68642e

Complementary Color

#68642e #2e3268

#68642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68642e Color CSS Codes

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

#68642e Text Font Color

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

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


#68642e Background Color

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

This div background color is #68642e


#68642e Border Color

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

This div border color is #68642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68642e


Comments

No comments written yet.

Please login to write comment.