COLOR #50805A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
128
90

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

Portions of RGB colors in percentages

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

%26.85
%42.95
%30.2

CMYK color model

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

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

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

CMYK percentages

%37.5
%0
%29.69
%49.8

Codes

Color #50805A in popluar color models

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

Color #50805A in popluar number systems.

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

Shades and tints

Shades of #50805A

#50805A
(80,128,90)
#497552
(73,117,82)
#426A4A
(66,106,74)
#3B5F42
(59,95,66)
#34543A
(52,84,58)
#2D4932
(45,73,50)
#263E2A
(38,62,42)
#1F3322
(31,51,34)
#18281A
(24,40,26)
#111D12
(17,29,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #50805A

#50805A
(80,128,90)
#5F8B69
(95,139,105)
#6E9678
(110,150,120)
#7DA187
(125,161,135)
#8CAC96
(140,172,150)
#9BB7A5
(155,183,165)
#AAC2B4
(170,194,180)
#B9CDC3
(185,205,195)
#C8D8D2
(200,216,210)
#D7E3E1
(215,227,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50805A; }

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

This text font color is #50805A.

Background Color

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

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

This div background color is #50805A.

Border color

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

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

This div border color is #50805A.

Opacity

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

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

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

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

This text has shadow with #50805A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50805A.

Preview

Color preview on black background

This text has color #50805A on black background.


Color preview on white background

This text has color #50805A on white background.


Black color preview on #50805A background

This text has black color on #50805A background.


White color preview on #50805A background

This text has white color on #50805A background.


Related colors

Complementary color

Complementary color for #hex is #AF7FA5.


I love getcolorcode.com

Triadic colors

1 #5A5080 and #805A50 with #50805A are triadic colors.

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