COLOR #50554D

HEX: #50554D RGB: (80,85,77)

Color info

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

RGB color model

#50554D color RGB value is (80,85,77).

RGB: (80,85,77) (31%, 33%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 77 of 255 = 30%

80
85
77

R + G + B ~ 31%. #50554D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 77 = 242 (100%)
R 80 of 242 ~ 33.06%
G 85 of 242 ~ 35.12%
B 77 of 242 ~ 31.82'%

%33.06
%35.12
%31.82

CMYK color model

#50554D color CMYK value is (6,0,9,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%

CMYK: (6,0,9,67)
C6M0Y9K67 (6%, 0%, 9%, 67%)
(0.06 / 0.00 / 0.09 / 0.67)

CMYK percentages

%5.88
%0
%9.41
%66.67

Codes

Color #50554D in popluar color models

50 55 4D
RGB 80 85 77
HSL 98° 4.94% 31.76%
HSB/HSV 98° 9.41% 33.33%
CMYK 5.88% 0.00% 9.41%
66.67%

Color #50554D in popluar number systems.

HEX 50 55 4D
Decimal 80 85 77
Binary 1010000 1010101 1001101
Octal 120 125 115

Shades and tints

Shades of #50554D

#50554D
(80,85,77)
#494E46
(73,78,70)
#42473F
(66,71,63)
#3B4038
(59,64,56)
#343931
(52,57,49)
#2D322A
(45,50,42)
#262B23
(38,43,35)
#1F241C
(31,36,28)
#181D15
(24,29,21)
#11160E
(17,22,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #50554D

#50554D
(80,85,77)
#5F645D
(95,100,93)
#6E736D
(110,115,109)
#7D827D
(125,130,125)
#8C918D
(140,145,141)
#9BA09D
(155,160,157)
#AAAFAD
(170,175,173)
#B9BEBD
(185,190,189)
#C8CDCD
(200,205,205)
#D7DCDD
(215,220,221)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50554D; }

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

This text font color is #50554D.

Background Color

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

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

This div background color is #50554D.

Border color

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

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

This div border color is #50554D.

Opacity

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

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

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

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

This text has shadow with #50554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50554D.

Preview

Color preview on black background

This text has color #50554D on black background.


Color preview on white background

This text has color #50554D on white background.


Black color preview on #50554D background

This text has black color on #50554D background.


White color preview on #50554D background

This text has white color on #50554D background.


Related colors

Complementary color

Complementary color for #hex is #AFAAB2.


I love getcolorcode.com

Triadic colors

1 #4D5055 and #554D50 with #50554D are triadic colors.

2 #4D5550 and #55504D with #50554D are triadic colors.