Color Hex Logo

#80968d Color Hex

#80968D
(128,150,141)
0 Favorites   0 Comments

Color spaces of #80968d

RGB 128150141
HSL0.430.090.55
HSV155°15°59°
CMYK 0.150.000.06   0.41
XYZ24.616228.325029.3692
Yxy28.32500.29910.3441
Hunter Lab53.2212-10.57634.5367
CIE-Lab60.1812-9.65602.1237

#80968d color RGB value is (128,150,141).

#80968d hex color red value is 128, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #80968d hue: 0.43 , saturation: 0.09 and the lightness value of 80968d is 0.55.

The process color (four color CMYK) of #80968d color hex is 0.15, 0.00, 0.06, 0.41. Web safe color of #80968d is #999999. Color #80968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010110 10001101
Octal 200 226 215
Decimal 128 150 141
Hex 80 96 8D

RGB Percentages of Color #80968d

%30.55
%35.80
%33.65

CMYK Percentages of Color #80968d

%15
%0
%6
%41

Triadic Colors of #80968d

#80968d #8d8096 #968d80

Analogous Colors of #80968d

#80968d #809496 #809682

Monochromatic Colors of #80968d

#80968d

Complementary Color

#80968d #968089

#80968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80968d Color CSS Codes

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

#80968d Text Font Color

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

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


#80968d Background Color

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

This div background color is #80968d


#80968d Border Color

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

This div border color is #80968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80968d;
  -webkit-box-shadow: 1px 1px 3px 2px #80968d;
  box-shadow:         1px 1px 3px 2px #80968d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80968d


Comments

No comments written yet.

Please login to write comment.