Color Hex Logo

#68796d Color Hex

#68796D
(104,121,109)
0 Favorites   0 Comments

Color spaces of #68796d

RGB 104121109
HSL0.380.080.44
HSV138°14°47°
CMYK 0.140.000.10   0.53
XYZ15.306617.721917.0819
Yxy17.72190.30550.3537
Hunter Lab42.0974-8.76795.4100
CIE-Lab49.1571-8.81944.4727

#68796d color RGB value is (104,121,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 01101101
Octal 150 171 155
Decimal 104 121 109
Hex 68 79 6D

RGB Percentages of Color #68796d

%31.14
%36.23
%32.63

CMYK Percentages of Color #68796d

%14
%0
%10
%53

Triadic Colors of #68796d

#68796d #6d6879 #796d68

Analogous Colors of #68796d

#68796d #687976 #6c7968

Monochromatic Colors of #68796d

#68796d

Complementary Color

#68796d #796874

#68796d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68796d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68796d Color CSS Codes

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

#68796d Text Font Color

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

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


#68796d Background Color

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

This div background color is #68796d


#68796d Border Color

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

This div border color is #68796d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68796d


Comments

No comments written yet.

Please login to write comment.