Color Hex Logo

#68806f Color Hex

#68806F
(104,128,111)
0 Favorites   0 Comments

Color spaces of #68806f

RGB 104128111
HSL0.380.100.45
HSV138°19°50°
CMYK 0.190.000.13   0.50
XYZ16.297319.529117.9495
Yxy19.52910.30310.3632
Hunter Lab44.1917-11.50726.8522
CIE-Lab51.3006-12.31206.3723

#68806f color RGB value is (104,128,111).

#68806f hex color red value is 104, green value is 128 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #68806f hue: 0.38 , saturation: 0.10 and the lightness value of 68806f is 0.45.

The process color (four color CMYK) of #68806f color hex is 0.19, 0.00, 0.13, 0.50. Web safe color of #68806f is #669966. Color #68806f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000000 01101111
Octal 150 200 157
Decimal 104 128 111
Hex 68 80 6F

RGB Percentages of Color #68806f

%30.32
%37.32
%32.36

CMYK Percentages of Color #68806f

%19
%0
%13
%50

Triadic Colors of #68806f

#68806f #6f6880 #806f68

Analogous Colors of #68806f

#68806f #68807b #6d8068

Monochromatic Colors of #68806f

#68806f

Complementary Color

#68806f #806879

#68806f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68806f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68806f Color CSS Codes

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

#68806f Text Font Color

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

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


#68806f Background Color

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

This div background color is #68806f


#68806f Border Color

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

This div border color is #68806f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,128,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 #68806f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68806f


Comments

No comments written yet.

Please login to write comment.