HEX: #50474A
RGB: (80,71,74)
#50474A contains red, green and blue colors in about the same proportion. Web safe color of #50474A is #663333 (or #633).
#50474A color RGB value is (80,71,74).
RGB: (80,71,74)
(31%, 28%, 29%)
R 80 of 255 = 31%
G 71 of 255 = 28%
B 74 of 255 = 29%
R + G + B ~ 29%. #50474A is quite dark color.
R + G + B = 80 + 71 + 74 = 225 (100%)
R 80 of 225 ~ 35.56%
G 71 of 225 ~ 31.56%
B 74 of 225 ~ 32.89'%
#50474A color CMYK value is (0,11,7,69).
CMYK: (0,11,7,69)
C0M11Y7K69 (0%, 11%, 7%, 69%)
(0.00 / 0.11 / 0.07 / 0.69)
Color #50474A in popluar color models
50 | 47 | 4A | |
---|---|---|---|
RGB | 80 | 71 | 74 |
HSL | 340° | 5.96% | 29.61% |
HSB/HSV | 340° | 11.25% | 31.37% |
CMYK | 0.00% | 11.25% | 7.50% |
68.63% |
Color #50474A in popluar number systems.
HEX | 50 | 47 | 4A |
Decimal | 80 | 71 | 74 |
Binary | 1010000 | 1000111 | 1001010 |
Octal | 120 | 107 | 112 |
Shades of #50474A
Tints of #50474A
Examples of css and html codes for elements with #50474A color. Also use rgb(80,71,74) instead hex code.
.myTextColor { color: #50474A; }
<p style="color:#50474A">This sample text font color is #50474A.</p>
This text font color is #50474A.
.myBgColor { background-color: #50474A; }
<div style="background-color:#50474A">Inner text</div>
This div background color is #50474A.
.myBorderColor { border: 1px solid #50474A; }
<div style="border:3px solid #50474A">Div</div>
This div border color is #50474A.
.myOpacity80 { color: #50474A; opacity: 0.8; }
<p style="color:#50474A;opacity:0.8;">80%</p>
Text with #50474A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50474A;}
<p style="text-shadow: 3px 3px 1px #50474A">Text here.</p>
This text has shadow with #50474A color.
.textShadow {text-shadow: 3px 3px 1px #50474A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50474A, 5px 5px 20px red">Text here.</p>
This text has shadow with #50474A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50474A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50474A, Direction=45, Strength=4)">Text</p>
This text has shadow with #50474A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50474A;
-webkit-box-shadow: 1px 1px 3px 2px #50474A;
box-shadow: 1px 1px 3px 2px #50474A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50474A; -webkit-box-shadow: 1px 1px 3px 2px #50474A; box-shadow:1px 1px 3px 2px #50474A;">
Div content here
</div>
This text has color #50474A on black background.
This text has color #50474A on white background.
This text has black color on #50474A background.
This text has white color on #50474A background.
Complementary color for #hex is #AFB8B5.