Color Hex Logo

#80965d Color Hex

#80965D
(128,150,93)
0 Favorites   0 Comments

Color spaces of #80965d

RGB 12815093
HSL0.230.230.48
HSV83°38°59°
CMYK 0.150.000.38   0.41
XYZ21.784227.192214.4564
Yxy27.19220.34340.4287
Hunter Lab52.1461-16.686920.0654
CIE-Lab59.1518-17.942227.5416

#80965d color RGB value is (128,150,93).

#80965d hex color red value is 128, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #80965d hue: 0.23 , saturation: 0.23 and the lightness value of 80965d is 0.48.

The process color (four color CMYK) of #80965d color hex is 0.15, 0.00, 0.38, 0.41. Web safe color of #80965d is #999966. Color #80965d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010110 01011101
Octal 200 226 135
Decimal 128 150 93
Hex 80 96 5D

RGB Percentages of Color #80965d

%34.50
%40.43
%25.07

CMYK Percentages of Color #80965d

%15
%0
%38
%41

Triadic Colors of #80965d

#80965d #5d8096 #965d80

Analogous Colors of #80965d

#80965d #64965d #96905d

Monochromatic Colors of #80965d

#80965d

Complementary Color

#80965d #735d96

#80965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80965d Color CSS Codes

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

#80965d Text Font Color

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

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


#80965d Background Color

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

This div background color is #80965d


#80965d Border Color

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

This div border color is #80965d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80965d


Comments

No comments written yet.

Please login to write comment.