COLOR #50805E

HEX: #50805E RGB: (80,128,94)

Color info

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

RGB color model

#50805E color RGB value is (80,128,94).

RGB: (80,128,94) (31%, 50%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 94 of 255 = 37%

80
128
94

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

Portions of RGB colors in percentages

R + G + B = 80 + 128 + 94 = 302 (100%)
R 80 of 302 ~ 26.49%
G 128 of 302 ~ 42.38%
B 94 of 302 ~ 31.13'%

%26.49
%42.38
%31.13

CMYK color model

#50805E color CMYK value is (38,0,27,50).

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

CMYK: (38,0,27,50)
C38M0Y27K50 (38%, 0%, 27%, 50%)
(0.38 / 0.00 / 0.27 / 0.50)

CMYK percentages

%37.5
%0
%26.56
%49.8

Codes

Color #50805E in popluar color models

50 80 5E
RGB 80 128 94
HSL 138° 23.08% 40.78%
HSB/HSV 138° 37.50% 50.20%
CMYK 37.50% 0.00% 26.56%
49.80%

Color #50805E in popluar number systems.

HEX 50 80 5E
Decimal 80 128 94
Binary 1010000 10000000 1011110
Octal 120 200 136

Shades and tints

Shades of #50805E

#50805E
(80,128,94)
#497556
(73,117,86)
#426A4E
(66,106,78)
#3B5F46
(59,95,70)
#34543E
(52,84,62)
#2D4936
(45,73,54)
#263E2E
(38,62,46)
#1F3326
(31,51,38)
#18281E
(24,40,30)
#111D16
(17,29,22)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #50805E

#50805E
(80,128,94)
#5F8B6C
(95,139,108)
#6E967A
(110,150,122)
#7DA188
(125,161,136)
#8CAC96
(140,172,150)
#9BB7A4
(155,183,164)
#AAC2B2
(170,194,178)
#B9CDC0
(185,205,192)
#C8D8CE
(200,216,206)
#D7E3DC
(215,227,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50805E; }

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

This text font color is #50805E.

Background Color

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

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

This div background color is #50805E.

Border color

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

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

This div border color is #50805E.

Opacity

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

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

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

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

This text has shadow with #50805E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50805E.

Preview

Color preview on black background

This text has color #50805E on black background.


Color preview on white background

This text has color #50805E on white background.


Black color preview on #50805E background

This text has black color on #50805E background.


White color preview on #50805E background

This text has white color on #50805E background.


Related colors

Complementary color

Complementary color for #hex is #AF7FA1.


I love getcolorcode.com

Triadic colors

1 #5E5080 and #805E50 with #50805E are triadic colors.

2 #5E8050 and #80505E with #50805E are triadic colors.