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