Color Hex Logo

#80927c Color Hex

#80927C
(128,146,124)
0 Favorites   0 Comments

Color spaces of #80927c

RGB 128146124
HSL0.300.090.53
HSV109°15°57°
CMYK 0.120.000.15   0.43
XYZ22.819126.602223.0008
Yxy26.60220.31510.3673
Hunter Lab51.5773-11.28749.6639
CIE-Lab58.6043-10.81159.5155

#80927c color RGB value is (128,146,124).

#80927c hex color red value is 128, green value is 146 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #80927c hue: 0.30 , saturation: 0.09 and the lightness value of 80927c is 0.53.

The process color (four color CMYK) of #80927c color hex is 0.12, 0.00, 0.15, 0.43. Web safe color of #80927c is #999966. Color #80927c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010010 01111100
Octal 200 222 174
Decimal 128 146 124
Hex 80 92 7C

RGB Percentages of Color #80927c

%32.16
%36.68
%31.16

CMYK Percentages of Color #80927c

%12
%0
%15
%43

Triadic Colors of #80927c

#80927c #7c8092 #927c80

Analogous Colors of #80927c

#80927c #7c9283 #8b927c

Monochromatic Colors of #80927c

#80927c

Complementary Color

#80927c #8e7c92

#80927c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80927c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80927c Color CSS Codes

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

#80927c Text Font Color

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

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


#80927c Background Color

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

This div background color is #80927c


#80927c Border Color

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

This div border color is #80927c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80927c


Comments

No comments written yet.

Please login to write comment.