Color Hex Logo

#68703e Color Hex

#68703E
(104,112,62)
0 Favorites   0 Comments

Color spaces of #68703e

RGB 10411262
HSL0.190.290.34
HSV70°45°44°
CMYK 0.070.000.45   0.56
XYZ12.372614.87926.7773
Yxy14.87920.36360.4372
Hunter Lab38.5736-10.249316.5844
CIE-Lab45.4683-11.547126.7183

#68703e color RGB value is (104,112,62).

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

The process color (four color CMYK) of #68703e color hex is 0.07, 0.00, 0.45, 0.56. Web safe color of #68703e is #666633. Color #68703e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110000 00111110
Octal 150 160 76
Decimal 104 112 62
Hex 68 70 3E

RGB Percentages of Color #68703e

%37.41
%40.29
%22.30

CMYK Percentages of Color #68703e

%7
%0
%45
%56

Triadic Colors of #68703e

#68703e #3e6870 #703e68

Analogous Colors of #68703e

#68703e #4f703e #705f3e

Monochromatic Colors of #68703e

#68703e

Complementary Color

#68703e #463e70

#68703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68703e Color CSS Codes

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

#68703e Text Font Color

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

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


#68703e Background Color

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

This div background color is #68703e


#68703e Border Color

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

This div border color is #68703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68703e


Comments

No comments written yet.

Please login to write comment.