COLOR #80595A

HEX: #80595A
RGB: (128,89,90)

Color info

#80595A contains red, green and blue colors in about the same proportion. Web safe color of #80595A is #666666 (or #666).

RGB color model

#80595A color RGB value is (128,89,90).

  • red value is 128;
  • green value is 89;
  • blue value is 90.
RGB:
(128,89,90)
(50%,35%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 89 of 255 = 35%
B 90 of 255 = 35%

128
89
90

R + G + B ~ 40%. #80595A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 89 + 90 = 307 (100%)
R 128 of 307 ~ 41.69%
G 89 of 307 ~ 28.99%
B 90 of 307 ~ 29.32%

%41.69
%28.99
%29.32

CMYK color model

#80595A color CMYK value is (0,30,30,50).

  • cyan value is 0.00%
  • magenta value is 30.47%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,30,30,50)
C0M30Y30K50 
(0%,30%,30%,50%)
(0.00/0.30/0.30/0.50)	

CMYK percentages

%0
%30.47
%29.69
%49.8

Codes

Color #80595A in popluar color models

80595A
RGB1288990
HSL358°17.97%42.55%
HSB/HSV358°30.47%50.20%
CMYK0.00%30.47%29.69%
49.80%

Color #80595A in popluar number systems.

HEX80595A
Decimal1288990
Binary1000000010110011011010
Octal200131132

Shades and tints

Shades of #80595A

#80595A
(128,89,90)
#755152
(117,81,82)
#6A494A
(106,73,74)
#5F4142
(95,65,66)
#54393A
(84,57,58)
#493132
(73,49,50)
#3E292A
(62,41,42)
#332122
(51,33,34)
#28191A
(40,25,26)
#1D1112
(29,17,18)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #80595A

#80595A
(128,89,90)
#8B6869
(139,104,105)
#967778
(150,119,120)
#A18687
(161,134,135)
#AC9596
(172,149,150)
#B7A4A5
(183,164,165)
#C2B3B4
(194,179,180)
#CDC2C3
(205,194,195)
#D8D1D2
(216,209,210)
#E3E0E1
(227,224,225)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80595A color. Also use rgb(128,89,90) instead hex code.

Text Font Color

.myTextColor { color: #80595A; }

<p style="color:#80595A">This sample text font color is #80595A.</p>

This text font color is #80595A.


Background Color

.myBgColor { background-color: #80595A; }

<div style="background-color:#80595A">Inner text</div>

This div background color is #80595A.


Border color

.myBorderColor { border: 1px solid #80595A; }

<div style="border:3px solid #80595A">Div</div>

This div border color is #80595A.


Opacity

.myOpacity80 { color: #80595A; opacity: 0.8; }

<p style="color:#80595A;opacity:0.8;">80%</p>

Text with #80595A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #80595A;}

<p style="text-shadow: 3px 3px 1px #80595A">Text here.</p>

This text has shadow with #80595A color.

.textShadow {text-shadow: 3px 3px 1px #80595A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #80595A, 5px 5px 20px red">Text here.</p>

This text has shadow with #80595A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80595A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#80595A, Direction=45, Strength=4)">Text</p>

This text has shadow with #80595A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #80595A;
  -webkit-box-shadow:	1px 1px 3px 2px #80595A;
  box-shadow:		1px 1px 3px 2px #80595A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80595A;
-webkit-box-shadow: 1px 1px 3px 2px #80595A;
box-shadow:1px 1px 3px 2px #80595A;">
Div content here</div>
This div box has shadow with color #80595A.

Preview

Color preview on black background

This text has color #80595A on black background.


Color preview on white background

This text has color #80595A on white background.



Black color preview on #80595A background

This text has black color on #80595A background.


White color preview on #80595A background

This text has white color on #80595A background.