Color Hex Logo

#80686f Color Hex

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

Color spaces of #80686f

RGB 128104111
HSL0.950.100.45
HSV343°19°50°
CMYK 0.000.190.13   0.50
XYZ16.721615.637517.1759
Yxy15.63750.33760.3157
Hunter Lab39.54436.27761.9286
CIE-Lab46.495310.7905-0.3141

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

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

The process color (four color CMYK) of #80686f color hex is 0.00, 0.19, 0.13, 0.50. Web safe color of #80686f is #996666. Color #80686f contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #80686f

%37.32
%30.32
%32.36

CMYK Percentages of Color #80686f

%0
%19
%13
%50

Triadic Colors of #80686f

#80686f #6f8068 #686f80

Analogous Colors of #80686f

#80686f #806d68 #80687b

Monochromatic Colors of #80686f

#80686f

Complementary Color

#80686f #688079

#80686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80686f Color CSS Codes

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

#80686f Text Font Color

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

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


#80686f Background Color

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

This div background color is #80686f


#80686f Border Color

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

This div border color is #80686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80686f


Comments

No comments written yet.

Please login to write comment.