Color Hex Logo

#68796f Color Hex

#68796F
(104,121,111)
0 Favorites   0 Comments

Color spaces of #68796f

RGB 104121111
HSL0.400.080.44
HSV145°14°47°
CMYK 0.140.000.08   0.53
XYZ15.415517.765517.6555
Yxy17.76550.30320.3495
Hunter Lab42.1491-8.47694.6689
CIE-Lab49.2104-8.40593.3707

#68796f color RGB value is (104,121,111).

#68796f hex color red value is 104, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #68796f hue: 0.40 , saturation: 0.08 and the lightness value of 68796f is 0.44.

The process color (four color CMYK) of #68796f color hex is 0.14, 0.00, 0.08, 0.53. Web safe color of #68796f is #666666. Color #68796f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 01101111
Octal 150 171 157
Decimal 104 121 111
Hex 68 79 6F

RGB Percentages of Color #68796f

%30.95
%36.01
%33.04

CMYK Percentages of Color #68796f

%14
%0
%8
%53

Triadic Colors of #68796f

#68796f #6f6879 #796f68

Analogous Colors of #68796f

#68796f #687978 #6a7968

Monochromatic Colors of #68796f

#68796f

Complementary Color

#68796f #796872

#68796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68796f Color CSS Codes

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

#68796f Text Font Color

<p style="color:#68796f">Text here</p>

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


#68796f Background Color

<div style="background-color:#68796f">
Div content here</div>

This div background color is #68796f


#68796f Border Color

<div style="border:3px solid #68796f">
Div here</div>

This div border color is #68796f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,121,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68796f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68796f;
  -webkit-box-shadow: 1px 1px 3px 2px #68796f;
  box-shadow:         1px 1px 3px 2px #68796f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68796f


Comments

No comments written yet.

Please login to write comment.