Color Hex Logo

#808668 Color Hex

#808668
(128,134,104)
0 Favorites   0 Comments

Color spaces of #808668

RGB 128134104
HSL0.200.130.47
HSV72°22°53°
CMYK 0.040.000.22   0.47
XYZ19.925922.638916.4162
Yxy22.63890.33780.3838
Hunter Lab47.5804-8.512612.8500
CIE-Lab54.6984-7.707215.4467

#808668 color RGB value is (128,134,104).

#808668 hex color red value is 128, green value is 134 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #808668 hue: 0.20 , saturation: 0.13 and the lightness value of 808668 is 0.47.

The process color (four color CMYK) of #808668 color hex is 0.04, 0.00, 0.22, 0.47. Web safe color of #808668 is #999966. Color #808668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 01101000
Octal 200 206 150
Decimal 128 134 104
Hex 80 86 68

RGB Percentages of Color #808668

%34.97
%36.61
%28.42

CMYK Percentages of Color #808668

%4
%0
%22
%47

Triadic Colors of #808668

#808668 #688086 #866880

Analogous Colors of #808668

#808668 #718668 #867d68

Monochromatic Colors of #808668

#808668

Complementary Color

#808668 #6e6886

#808668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808668 Color CSS Codes

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

#808668 Text Font Color

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

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


#808668 Background Color

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

This div background color is #808668


#808668 Border Color

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

This div border color is #808668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808668


Comments

No comments written yet.

Please login to write comment.