HEX: #50554D
RGB: (80,85,77)
#50554D contains red, green and blue colors in about the same proportion. Web safe color of #50554D is #666633 (or #663).
#50554D color RGB value is (80,85,77).
RGB: (80,85,77)
(31%, 33%, 30%)
R 80 of 255 = 31%
G 85 of 255 = 33%
B 77 of 255 = 30%
R + G + B ~ 31%. #50554D is quite dark color.
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'%
#50554D color CMYK value is (6,0,9,67).
CMYK: (6,0,9,67)
C6M0Y9K67 (6%, 0%, 9%, 67%)
(0.06 / 0.00 / 0.09 / 0.67)
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 of #50554D
Tints of #50554D
Examples of css and html codes for elements with #50554D color. Also use rgb(80,85,77) instead hex code.
.myTextColor { color: #50554D; }
<p style="color:#50554D">This sample text font color is #50554D.</p>
This text font color is #50554D.
.myBgColor { background-color: #50554D; }
<div style="background-color:#50554D">Inner text</div>
This div background color is #50554D.
.myBorderColor { border: 1px solid #50554D; }
<div style="border:3px solid #50554D">Div</div>
This div border color is #50554D.
.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%.
.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.
/* 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 text has color #50554D on black background.
This text has color #50554D on white background.
This text has black color on #50554D background.
This text has white color on #50554D background.
Complementary color for #hex is #AFAAB2.