COLOR #80505A

HEX: #80505A RGB: (128,80,90)

Color info

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

RGB color model

#80505A color RGB value is (128,80,90).

RGB: (128,80,90) (50%, 31%, 35%)

RGB channels and saturation

R 128 of 255 = 50%
G 80 of 255 = 31%
B 90 of 255 = 35%

128
80
90

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

Portions of RGB colors in percentages

R + G + B = 128 + 80 + 90 = 298 (100%)
R 128 of 298 ~ 42.95%
G 80 of 298 ~ 26.85%
B 90 of 298 ~ 30.2'%

%42.95
%26.85
%30.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 29.69%
  • key color value is 49.80%

CMYK: (0,38,30,50)
C0M38Y30K50 (0%, 38%, 30%, 50%)
(0.00 / 0.38 / 0.30 / 0.50)

CMYK percentages

%0
%37.5
%29.69
%49.8

Codes

Color #80505A in popluar color models

80 50 5A
RGB 128 80 90
HSL 348° 23.08% 40.78%
HSB/HSV 348° 37.50% 50.20%
CMYK 0.00% 37.50% 29.69%
49.80%

Color #80505A in popluar number systems.

HEX 80 50 5A
Decimal 128 80 90
Binary 10000000 1010000 1011010
Octal 200 120 132

Shades and tints

Shades of #80505A

#80505A
(128,80,90)
#754952
(117,73,82)
#6A424A
(106,66,74)
#5F3B42
(95,59,66)
#54343A
(84,52,58)
#492D32
(73,45,50)
#3E262A
(62,38,42)
#331F22
(51,31,34)
#28181A
(40,24,26)
#1D1112
(29,17,18)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #80505A

#80505A
(128,80,90)
#8B5F69
(139,95,105)
#966E78
(150,110,120)
#A17D87
(161,125,135)
#AC8C96
(172,140,150)
#B79BA5
(183,155,165)
#C2AAB4
(194,170,180)
#CDB9C3
(205,185,195)
#D8C8D2
(216,200,210)
#E3D7E1
(227,215,225)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80505A; }

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

This text font color is #80505A.

Background Color

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

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

This div background color is #80505A.

Border color

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

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

This div border color is #80505A.

Opacity

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

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

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

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

This text has shadow with #80505A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80505A.

Preview

Color preview on black background

This text has color #80505A on black background.


Color preview on white background

This text has color #80505A on white background.


Black color preview on #80505A background

This text has black color on #80505A background.


White color preview on #80505A background

This text has white color on #80505A background.


Related colors

Complementary color

Complementary color for #hex is #7FAFA5.


I love getcolorcode.com

Triadic colors

1 #5A8050 and #505A80 with #80505A are triadic colors.

2 #5A5080 and #50805A with #80505A are triadic colors.