Color Hex Logo

#80616e Color Hex

#80616E
(128,97,110)
0 Favorites   0 Comments

Color spaces of #80616e

RGB 12897110
HSL0.930.140.44
HSV335°24°50°
CMYK 0.000.240.14   0.50
XYZ15.991314.264416.6623
Yxy14.26440.34080.3040
Hunter Lab37.76829.48360.2807
CIE-Lab44.609714.7782-2.4769

#80616e color RGB value is (128,97,110).

#80616e hex color red value is 128, green value is 97 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #80616e hue: 0.93 , saturation: 0.14 and the lightness value of 80616e is 0.44.

The process color (four color CMYK) of #80616e color hex is 0.00, 0.24, 0.14, 0.50. Web safe color of #80616e is #996666. Color #80616e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100001 01101110
Octal 200 141 156
Decimal 128 97 110
Hex 80 61 6E

RGB Percentages of Color #80616e

%38.21
%28.96
%32.84

CMYK Percentages of Color #80616e

%0
%24
%14
%50

Triadic Colors of #80616e

#80616e #6e8061 #616e80

Analogous Colors of #80616e

#80616e #806461 #80617e

Monochromatic Colors of #80616e

#80616e

Complementary Color

#80616e #618073

#80616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80616e Color CSS Codes

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

#80616e Text Font Color

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

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


#80616e Background Color

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

This div background color is #80616e


#80616e Border Color

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

This div border color is #80616e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,97,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80616e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80616e;
  -webkit-box-shadow: 1px 1px 3px 2px #80616e;
  box-shadow:         1px 1px 3px 2px #80616e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80616e


Comments

No comments written yet.

Please login to write comment.