Color Hex Logo

#68703d Color Hex

#68703D
(104,112,61)
0 Favorites   0 Comments

Color spaces of #68703d

RGB 10411261
HSL0.190.290.34
HSV69°46°44°
CMYK 0.070.000.46   0.56
XYZ12.345414.86836.6341
Yxy14.86830.36470.4393
Hunter Lab38.5594-10.329516.7908
CIE-Lab45.4533-11.668227.2547

#68703d color RGB value is (104,112,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110000 00111101
Octal 150 160 75
Decimal 104 112 61
Hex 68 70 3D

RGB Percentages of Color #68703d

%37.55
%40.43
%22.02

CMYK Percentages of Color #68703d

%7
%0
%46
%56

Triadic Colors of #68703d

#68703d #3d6870 #703d68

Analogous Colors of #68703d

#68703d #4f703d #705f3d

Monochromatic Colors of #68703d

#68703d

Complementary Color

#68703d #453d70

#68703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68703d Color CSS Codes

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

#68703d Text Font Color

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

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


#68703d Background Color

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

This div background color is #68703d


#68703d Border Color

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

This div border color is #68703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68703d


Comments

No comments written yet.

Please login to write comment.