Color Hex Logo

#80596b Color Hex

#80596B
(128,89,107)
0 Favorites   0 Comments

Color spaces of #80596b

RGB 12889107
HSL0.920.180.43
HSV332°30°50°
CMYK 0.000.300.16   0.50
XYZ15.128312.795515.5823
Yxy12.79550.34770.2941
Hunter Lab35.770812.8929-0.7881
CIE-Lab42.453519.0149-3.8315

#80596b color RGB value is (128,89,107).

#80596b hex color red value is 128, green value is 89 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #80596b hue: 0.92 , saturation: 0.18 and the lightness value of 80596b is 0.43.

The process color (four color CMYK) of #80596b color hex is 0.00, 0.30, 0.16, 0.50. Web safe color of #80596b is #996666. Color #80596b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 01101011
Octal 200 131 153
Decimal 128 89 107
Hex 80 59 6B

RGB Percentages of Color #80596b

%39.51
%27.47
%33.02

CMYK Percentages of Color #80596b

%0
%30
%16
%50

Triadic Colors of #80596b

#80596b #6b8059 #596b80

Analogous Colors of #80596b

#80596b #805b59 #80597f

Monochromatic Colors of #80596b

#80596b

Complementary Color

#80596b #59806e

#80596b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80596b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80596b Color CSS Codes

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

#80596b Text Font Color

<p style="color:#80596b">Text here</p>

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


#80596b Background Color

<div style="background-color:#80596b">
Div content here</div>

This div background color is #80596b


#80596b Border Color

<div style="border:3px solid #80596b">
Div here</div>

This div border color is #80596b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,89,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80596b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80596b;
  -webkit-box-shadow: 1px 1px 3px 2px #80596b;
  box-shadow:         1px 1px 3px 2px #80596b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80596b


Comments

No comments written yet.

Please login to write comment.