COLOR #80595D

HEX: #80595D RGB: (128,89,93)

Color info

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

RGB color model

#80595D color RGB value is (128,89,93).

RGB: (128,89,93) (50%, 35%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 89 of 255 = 35%
B 93 of 255 = 36%

128
89
93

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

Portions of RGB colors in percentages

R + G + B = 128 + 89 + 93 = 310 (100%)
R 128 of 310 ~ 41.29%
G 89 of 310 ~ 28.71%
B 93 of 310 ~ 30'%

%41.29
%28.71
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.47%
  • yellow value is 27.34%
  • key color value is 49.80%

CMYK: (0,30,27,50)
C0M30Y27K50 (0%, 30%, 27%, 50%)
(0.00 / 0.30 / 0.27 / 0.50)

CMYK percentages

%0
%30.47
%27.34
%49.8

Codes

Color #80595D in popluar color models

80 59 5D
RGB 128 89 93
HSL 354° 17.97% 42.55%
HSB/HSV 354° 30.47% 50.20%
CMYK 0.00% 30.47% 27.34%
49.80%

Color #80595D in popluar number systems.

HEX 80 59 5D
Decimal 128 89 93
Binary 10000000 1011001 1011101
Octal 200 131 135

Shades and tints

Shades of #80595D

#80595D
(128,89,93)
#755155
(117,81,85)
#6A494D
(106,73,77)
#5F4145
(95,65,69)
#54393D
(84,57,61)
#493135
(73,49,53)
#3E292D
(62,41,45)
#332125
(51,33,37)
#28191D
(40,25,29)
#1D1115
(29,17,21)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #80595D

#80595D
(128,89,93)
#8B686B
(139,104,107)
#967779
(150,119,121)
#A18687
(161,134,135)
#AC9595
(172,149,149)
#B7A4A3
(183,164,163)
#C2B3B1
(194,179,177)
#CDC2BF
(205,194,191)
#D8D1CD
(216,209,205)
#E3E0DB
(227,224,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80595D; }

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

This text font color is #80595D.

Background Color

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

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

This div background color is #80595D.

Border color

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

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

This div border color is #80595D.

Opacity

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

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

Text with #80595D 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 #80595D;}

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

This text has shadow with #80595D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80595D.

Preview

Color preview on black background

This text has color #80595D on black background.


Color preview on white background

This text has color #80595D on white background.


Black color preview on #80595D background

This text has black color on #80595D background.


White color preview on #80595D background

This text has white color on #80595D background.


Related colors

Complementary color

Complementary color for #hex is #7FA6A2.


I love getcolorcode.com

Triadic colors

1 #5D8059 and #595D80 with #80595D are triadic colors.

2 #5D5980 and #59805D with #80595D are triadic colors.