Color Hex Logo

#80975c Color Hex

#80975C
(128,151,92)
0 Favorites   0 Comments

Color spaces of #80975c

RGB 12815192
HSL0.230.240.48
HSV83°39°59°
CMYK 0.150.000.39   0.41
XYZ21.900527.495114.2780
Yxy27.49510.34390.4318
Hunter Lab52.4358-17.209720.5607
CIE-Lab59.4298-18.597028.4424

#80975c color RGB value is (128,151,92).

#80975c hex color red value is 128, green value is 151 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #80975c hue: 0.23 , saturation: 0.24 and the lightness value of 80975c is 0.48.

The process color (four color CMYK) of #80975c color hex is 0.15, 0.00, 0.39, 0.41. Web safe color of #80975c is #999966. Color #80975c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010111 01011100
Octal 200 227 134
Decimal 128 151 92
Hex 80 97 5C

RGB Percentages of Color #80975c

%34.50
%40.70
%24.80

CMYK Percentages of Color #80975c

%15
%0
%39
%41

Triadic Colors of #80975c

#80975c #5c8097 #975c80

Analogous Colors of #80975c

#80975c #63975c #97915c

Monochromatic Colors of #80975c

#80975c

Complementary Color

#80975c #735c97

#80975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80975c Color CSS Codes

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

#80975c Text Font Color

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

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


#80975c Background Color

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

This div background color is #80975c


#80975c Border Color

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

This div border color is #80975c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80975c


Comments

No comments written yet.

Please login to write comment.