COLOR #50584D

HEX: #50584D RGB: (80,88,77)

Color info

#50584D contains red, green and blue colors in about the same proportion. Web safe color of #50584D is #666633 (or #663).

RGB color model

#50584D color RGB value is (80,88,77).

RGB: (80,88,77) (31%, 35%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 77 of 255 = 30%

80
88
77

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

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 77 = 245 (100%)
R 80 of 245 ~ 32.65%
G 88 of 245 ~ 35.92%
B 77 of 245 ~ 31.43'%

%32.65
%35.92
%31.43

CMYK color model

#50584D color CMYK value is (9,0,13,65).

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

CMYK: (9,0,13,65)
C9M0Y13K65 (9%, 0%, 13%, 65%)
(0.09 / 0.00 / 0.13 / 0.65)

CMYK percentages

%9.09
%0
%12.5
%65.49

Codes

Color #50584D in popluar color models

50 58 4D
RGB 80 88 77
HSL 104° 6.67% 32.35%
HSB/HSV 104° 12.50% 34.51%
CMYK 9.09% 0.00% 12.50%
65.49%

Color #50584D in popluar number systems.

HEX 50 58 4D
Decimal 80 88 77
Binary 1010000 1011000 1001101
Octal 120 130 115

Shades and tints

Shades of #50584D

#50584D
(80,88,77)
#495046
(73,80,70)
#42483F
(66,72,63)
#3B4038
(59,64,56)
#343831
(52,56,49)
#2D302A
(45,48,42)
#262823
(38,40,35)
#1F201C
(31,32,28)
#181815
(24,24,21)
#11100E
(17,16,14)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #50584D

#50584D
(80,88,77)
#5F675D
(95,103,93)
#6E766D
(110,118,109)
#7D857D
(125,133,125)
#8C948D
(140,148,141)
#9BA39D
(155,163,157)
#AAB2AD
(170,178,173)
#B9C1BD
(185,193,189)
#C8D0CD
(200,208,205)
#D7DFDD
(215,223,221)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50584D; }

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

This text font color is #50584D.

Background Color

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

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

This div background color is #50584D.

Border color

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

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

This div border color is #50584D.

Opacity

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

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

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

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

This text has shadow with #50584D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50584D.

Preview

Color preview on black background

This text has color #50584D on black background.


Color preview on white background

This text has color #50584D on white background.


Black color preview on #50584D background

This text has black color on #50584D background.


White color preview on #50584D background

This text has white color on #50584D background.


Related colors

Complementary color

Complementary color for #hex is #AFA7B2.


I love getcolorcode.com

Triadic colors

1 #4D5058 and #584D50 with #50584D are triadic colors.

2 #4D5850 and #58504D with #50584D are triadic colors.