Color Hex Logo

#80956c Color Hex

#80956C
(128,149,108)
0 Favorites   0 Comments

Color spaces of #80956c

RGB 128149108
HSL0.250.160.50
HSV91°28°58°
CMYK 0.140.000.28   0.42
XYZ22.356327.166818.2528
Yxy27.16680.32990.4008
Hunter Lab52.1218-14.650115.7222
CIE-Lab59.1284-15.185819.2543

#80956c color RGB value is (128,149,108).

#80956c hex color red value is 128, green value is 149 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #80956c hue: 0.25 , saturation: 0.16 and the lightness value of 80956c is 0.50.

The process color (four color CMYK) of #80956c color hex is 0.14, 0.00, 0.28, 0.42. Web safe color of #80956c is #999966. Color #80956c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010101 01101100
Octal 200 225 154
Decimal 128 149 108
Hex 80 95 6C

RGB Percentages of Color #80956c

%33.25
%38.70
%28.05

CMYK Percentages of Color #80956c

%14
%0
%28
%42

Triadic Colors of #80956c

#80956c #6c8095 #956c80

Analogous Colors of #80956c

#80956c #6c956d #95956c

Monochromatic Colors of #80956c

#80956c

Complementary Color

#80956c #816c95

#80956c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80956c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80956c Color CSS Codes

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

#80956c Text Font Color

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

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


#80956c Background Color

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

This div background color is #80956c


#80956c Border Color

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

This div border color is #80956c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,149,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80956c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80956c;
  -webkit-box-shadow: 1px 1px 3px 2px #80956c;
  box-shadow:         1px 1px 3px 2px #80956c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80956c


Comments

No comments written yet.

Please login to write comment.