COLOR #80505D

HEX: #80505D RGB: (128,80,93)

Color info

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

RGB color model

#80505D color RGB value is (128,80,93).

RGB: (128,80,93) (50%, 31%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 93 of 255 = 36%

128
80
93

R + G + B ~ 39%. #80505D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 80 + 93 = 301 (100%)
R 128 of 301 ~ 42.52%
G 80 of 301 ~ 26.58%
B 93 of 301 ~ 30.9'%

%42.52
%26.58
%30.9

CMYK color model

#80505D color CMYK value is (0,38,27,50).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK: (0,38,27,50) C0M38Y27K50 (0%,38%,27%,50%) (0.00/0.38/0.27/0.50) 

CMYK percentages

%0
%37.5
%27.34
%49.8

Codes

Color #80505D in popluar color models

80 50 5D
RGB 128 80 93
HSL 344° 23.08% 40.78%
HSB/HSV 344° 37.50% 50.20%
CMYK 0.00% 37.50% 27.34%
49.80%

Color #80505D in popluar number systems.

HEX 80 50 5D
Decimal 128 80 93
Binary 10000000 1010000 1011101
Octal 200 120 135

Shades and tints

Shades of #80505D

#80505D
(128,80,93)
#754955
(117,73,85)
#6A424D
(106,66,77)
#5F3B45
(95,59,69)
#54343D
(84,52,61)
#492D35
(73,45,53)
#3E262D
(62,38,45)
#331F25
(51,31,37)
#28181D
(40,24,29)
#1D1115
(29,17,21)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #80505D

#80505D
(128,80,93)
#8B5F6B
(139,95,107)
#966E79
(150,110,121)
#A17D87
(161,125,135)
#AC8C95
(172,140,149)
#B79BA3
(183,155,163)
#C2AAB1
(194,170,177)
#CDB9BF
(205,185,191)
#D8C8CD
(216,200,205)
#E3D7DB
(227,215,219)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80505D; }

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

This text font color is #80505D.

Background Color

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

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

This div background color is #80505D.

Border color

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

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

This div border color is #80505D.

Opacity

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

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

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

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

This text has shadow with #80505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80505D.

Preview

Color preview on black background

This text has color #80505D on black background.


Color preview on white background

This text has color #80505D on white background.


Black color preview on #80505D background

This text has black color on #80505D background.


White color preview on #80505D background

This text has white color on #80505D background.


Related colors

Complementary color

Complementary color for #hex is #7FAFA2.


I love getcolorcode.com

Triadic colors

1 #5D8050 and #505D80 with #80505D are triadic colors.

2 #5D5080 and #50805D with #80505D are triadic colors.