Color Hex Logo

#68711d Color Hex

#68711D
(104,113,29)
0 Favorites   0 Comments

Color spaces of #68711d

RGB 10411329
HSL0.180.590.28
HSV66°74°44°
CMYK 0.080.000.74   0.56
XYZ11.835814.84203.4034
Yxy14.84200.39350.4934
Hunter Lab38.5253-12.580321.7299
CIE-Lab45.4170-15.045142.8904

#68711d color RGB value is (104,113,29).

#68711d hex color red value is 104, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #68711d hue: 0.18 , saturation: 0.59 and the lightness value of 68711d is 0.28.

The process color (four color CMYK) of #68711d color hex is 0.08, 0.00, 0.74, 0.56. Web safe color of #68711d is #666633. Color #68711d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 00011101
Octal 150 161 35
Decimal 104 113 29
Hex 68 71 1D

RGB Percentages of Color #68711d

%42.28
%45.93
%11.79

CMYK Percentages of Color #68711d

%8
%0
%74
%56

Triadic Colors of #68711d

#68711d #1d6871 #711d68

Analogous Colors of #68711d

#68711d #3e711d #71501d

Monochromatic Colors of #68711d

#68711d

Complementary Color

#68711d #261d71

#68711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68711d Color CSS Codes

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

#68711d Text Font Color

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

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


#68711d Background Color

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

This div background color is #68711d


#68711d Border Color

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

This div border color is #68711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68711d


Comments

No comments written yet.

Please login to write comment.