COLOR #50585E

HEX: #50585E RGB: (80,88,94)

Color info

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

RGB color model

#50585E color RGB value is (80,88,94).

RGB: (80,88,94) (31%, 35%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 94 of 255 = 37%

80
88
94

R + G + B ~ 34%. #50585E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 94 = 262 (100%)
R 80 of 262 ~ 30.53%
G 88 of 262 ~ 33.59%
B 94 of 262 ~ 35.88'%

%30.53
%33.59
%35.88

CMYK color model

#50585E color CMYK value is (15,6,0,63).

  • cyan value is 14.89%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (15,6,0,63)
C15M6Y0K63 (15%, 6%, 0%, 63%)
(0.15 / 0.06 / 0.00 / 0.63)

CMYK percentages

%14.89
%6.38
%0
%63.14

Codes

Color #50585E in popluar color models

50 58 5E
RGB 80 88 94
HSL 206° 8.05% 34.12%
HSB/HSV 206° 14.89% 36.86%
CMYK 14.89% 6.38% 0.00%
63.14%

Color #50585E in popluar number systems.

HEX 50 58 5E
Decimal 80 88 94
Binary 1010000 1011000 1011110
Octal 120 130 136

Shades and tints

Shades of #50585E

#50585E
(80,88,94)
#495056
(73,80,86)
#42484E
(66,72,78)
#3B4046
(59,64,70)
#34383E
(52,56,62)
#2D3036
(45,48,54)
#26282E
(38,40,46)
#1F2026
(31,32,38)
#18181E
(24,24,30)
#111016
(17,16,22)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #50585E

#50585E
(80,88,94)
#5F676C
(95,103,108)
#6E767A
(110,118,122)
#7D8588
(125,133,136)
#8C9496
(140,148,150)
#9BA3A4
(155,163,164)
#AAB2B2
(170,178,178)
#B9C1C0
(185,193,192)
#C8D0CE
(200,208,206)
#D7DFDC
(215,223,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50585E; }

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

This text font color is #50585E.

Background Color

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

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

This div background color is #50585E.

Border color

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

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

This div border color is #50585E.

Opacity

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

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

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

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

This text has shadow with #50585E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50585E.

Preview

Color preview on black background

This text has color #50585E on black background.


Color preview on white background

This text has color #50585E on white background.


Black color preview on #50585E background

This text has black color on #50585E background.


White color preview on #50585E background

This text has white color on #50585E background.


Related colors

Complementary color

Complementary color for #hex is #AFA7A1.


I love getcolorcode.com

Triadic colors

1 #5E5058 and #585E50 with #50585E are triadic colors.

2 #5E5850 and #58505E with #50585E are triadic colors.