Color Hex Logo

#80915e Color Hex

#80915E
(128,145,94)
0 Favorites   0 Comments

Color spaces of #80915e

RGB 12814594
HSL0.220.210.47
HSV80°35°57°
CMYK 0.120.000.35   0.43
XYZ21.047925.648114.4309
Yxy25.64810.34430.4196
Hunter Lab50.6440-14.441418.5562
CIE-Lab57.7015-15.177925.1011

#80915e color RGB value is (128,145,94).

#80915e hex color red value is 128, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80915e hue: 0.22 , saturation: 0.21 and the lightness value of 80915e is 0.47.

The process color (four color CMYK) of #80915e color hex is 0.12, 0.00, 0.35, 0.43. Web safe color of #80915e is #999966. Color #80915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010001 01011110
Octal 200 221 136
Decimal 128 145 94
Hex 80 91 5E

RGB Percentages of Color #80915e

%34.88
%39.51
%25.61

CMYK Percentages of Color #80915e

%12
%0
%35
%43

Triadic Colors of #80915e

#80915e #5e8091 #915e80

Analogous Colors of #80915e

#80915e #67915e #91895e

Monochromatic Colors of #80915e

#80915e

Complementary Color

#80915e #6f5e91

#80915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80915e Color CSS Codes

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

#80915e Text Font Color

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

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


#80915e Background Color

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

This div background color is #80915e


#80915e Border Color

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

This div border color is #80915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80915e


Comments

No comments written yet.

Please login to write comment.