HEX: #50464D
RGB: (80,70,77)
#50464D contains red, green and blue colors in about the same proportion. Web safe color of #50464D is #663333 (or #633).
#50464D color RGB value is (80,70,77).
RGB: (80,70,77)
(31%, 27%, 30%)
R 80 of 255 = 31%
G 70 of 255 = 27%
B 77 of 255 = 30%
R + G + B ~ 29%. #50464D is quite dark color.
R + G + B = 80 + 70 + 77 = 227 (100%)
R 80 of 227 ~ 35.24%
G 70 of 227 ~ 30.84%
B 77 of 227 ~ 33.92'%
#50464D color CMYK value is (0,13,4,69).
CMYK: (0,13,4,69) C0M13Y4K69 (0%,13%,4%,69%) (0.00/0.13/0.04/0.69)
Color #50464D in popluar color models
50 | 46 | 4D | |
---|---|---|---|
RGB | 80 | 70 | 77 |
HSL | 318° | 6.67% | 29.41% |
HSB/HSV | 318° | 12.50% | 31.37% |
CMYK | 0.00% | 12.50% | 3.75% |
68.63% |
Color #50464D in popluar number systems.
HEX | 50 | 46 | 4D |
Decimal | 80 | 70 | 77 |
Binary | 1010000 | 1000110 | 1001101 |
Octal | 120 | 106 | 115 |
Shades of #50464D
Tints of #50464D
Examples of css and html codes for elements with #50464D color. Also use rgb(80,70,77) instead hex code.
.myTextColor { color: #50464D; }
<p style="color:#50464D">This sample text font color is #50464D.</p>
This text font color is #50464D.
.myBgColor { background-color: #50464D; }
<div style="background-color:#50464D">Inner text</div>
This div background color is #50464D.
.myBorderColor { border: 1px solid #50464D; }
<div style="border:3px solid #50464D">Div</div>
This div border color is #50464D.
.myOpacity80 { color: #50464D; opacity: 0.8; }
<p style="color:#50464D;opacity:0.8;">80%</p>
Text with #50464D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50464D;}
<p style="text-shadow: 3px 3px 1px #50464D">Text here.</p>
This text has shadow with #50464D color.
.textShadow {text-shadow: 3px 3px 1px #50464D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50464D, 5px 5px 20px red">Text here.</p>
This text has shadow with #50464D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50464D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50464D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50464D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50464D;
-webkit-box-shadow: 1px 1px 3px 2px #50464D;
box-shadow: 1px 1px 3px 2px #50464D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50464D; -webkit-box-shadow: 1px 1px 3px 2px #50464D; box-shadow:1px 1px 3px 2px #50464D;">
Div content here
</div>
This text has color #50464D on black background.
This text has color #50464D on white background.
This text has black color on #50464D background.
This text has white color on #50464D background.
Complementary color for #hex is #AFB9B2.