COLOR #50584F

HEX: #50584F RGB: (80,88,79)

Color info

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

RGB color model

#50584F color RGB value is (80,88,79).

RGB: (80,88,79) (31%, 35%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 79 of 255 = 31%

80
88
79

R + G + B ~ 32%. #50584F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 79 = 247 (100%)
R 80 of 247 ~ 32.39%
G 88 of 247 ~ 35.63%
B 79 of 247 ~ 31.98'%

%32.39
%35.63
%31.98

CMYK color model

#50584F color CMYK value is (9,0,10,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%

CMYK: (9,0,10,65)
C9M0Y10K65 (9%, 0%, 10%, 65%)
(0.09 / 0.00 / 0.10 / 0.65)

CMYK percentages

%9.09
%0
%10.23
%65.49

Codes

Color #50584F in popluar color models

50 58 4F
RGB 80 88 79
HSL 113° 5.39% 32.75%
HSB/HSV 113° 10.23% 34.51%
CMYK 9.09% 0.00% 10.23%
65.49%

Color #50584F in popluar number systems.

HEX 50 58 4F
Decimal 80 88 79
Binary 1010000 1011000 1001111
Octal 120 130 117

Shades and tints

Shades of #50584F

#50584F
(80,88,79)
#495048
(73,80,72)
#424841
(66,72,65)
#3B403A
(59,64,58)
#343833
(52,56,51)
#2D302C
(45,48,44)
#262825
(38,40,37)
#1F201E
(31,32,30)
#181817
(24,24,23)
#111010
(17,16,16)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #50584F

#50584F
(80,88,79)
#5F675F
(95,103,95)
#6E766F
(110,118,111)
#7D857F
(125,133,127)
#8C948F
(140,148,143)
#9BA39F
(155,163,159)
#AAB2AF
(170,178,175)
#B9C1BF
(185,193,191)
#C8D0CF
(200,208,207)
#D7DFDF
(215,223,223)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50584F color. Also use rgb(80,88,79) instead hex code.

Text Font Color

.myTextColor { color: #50584F; }

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

This text font color is #50584F.

Background Color

.myBgColor { background-color: #50584F; }

<div style="background-color:#50584F">Inner text</div>

This div background color is #50584F.

Border color

.myBorderColor { border: 1px solid #50584F; }

<div style="border:3px solid #50584F">Div</div>

This div border color is #50584F.

Opacity

.myOpacity80 { color: #50584F; opacity: 0.8; }

<p style="color:#50584F;opacity:0.8;">80%</p>

Text with #50584F 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 #50584F;}

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

This text has shadow with #50584F color.


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

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

This text has shadow with #50584F primary color and red secondary color.


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

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

This text has shadow with #50584F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50584F.

Preview

Color preview on black background

This text has color #50584F on black background.


Color preview on white background

This text has color #50584F on white background.


Black color preview on #50584F background

This text has black color on #50584F background.


White color preview on #50584F background

This text has white color on #50584F background.


Related colors

Complementary color

Complementary color for #hex is #AFA7B0.


I love getcolorcode.com

Triadic colors

1 #4F5058 and #584F50 with #50584F are triadic colors.

2 #4F5850 and #58504F with #50584F are triadic colors.