HEX: #50493E
RGB: (80,73,62)
#50493E contains red, green and blue colors in about the same proportion. Web safe color of #50493E is #663333 (or #633).
#50493E color RGB value is (80,73,62).
RGB: (80,73,62)
(31%, 29%, 24%)
R 80 of 255 = 31%
G 73 of 255 = 29%
B 62 of 255 = 24%
R + G + B ~ 28%. #50493E is quite dark color.
R + G + B = 80 + 73 + 62 = 215 (100%)
R 80 of 215 ~ 37.21%
G 73 of 215 ~ 33.95%
B 62 of 215 ~ 28.84'%
#50493E color CMYK value is (0,9,23,69).
CMYK: (0,9,23,69)
C0M9Y23K69 (0%, 9%, 23%, 69%)
(0.00 / 0.09 / 0.23 / 0.69)
Color #50493E in popluar color models
50 | 49 | 3E | |
---|---|---|---|
RGB | 80 | 73 | 62 |
HSL | 37° | 12.68% | 27.84% |
HSB/HSV | 37° | 22.50% | 31.37% |
CMYK | 0.00% | 8.75% | 22.50% |
68.63% |
Color #50493E in popluar number systems.
HEX | 50 | 49 | 3E |
Decimal | 80 | 73 | 62 |
Binary | 1010000 | 1001001 | 111110 |
Octal | 120 | 111 | 76 |
Shades of #50493E
Tints of #50493E
Examples of css and html codes for elements with #50493E color. Also use rgb(80,73,62) instead hex code.
.myTextColor { color: #50493E; }
<p style="color:#50493E">This sample text font color is #50493E.</p>
This text font color is #50493E.
.myBgColor { background-color: #50493E; }
<div style="background-color:#50493E">Inner text</div>
This div background color is #50493E.
.myBorderColor { border: 1px solid #50493E; }
<div style="border:3px solid #50493E">Div</div>
This div border color is #50493E.
.myOpacity80 { color: #50493E; opacity: 0.8; }
<p style="color:#50493E;opacity:0.8;">80%</p>
Text with #50493E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50493E;}
<p style="text-shadow: 3px 3px 1px #50493E">Text here.</p>
This text has shadow with #50493E color.
.textShadow {text-shadow: 3px 3px 1px #50493E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50493E, 5px 5px 20px red">Text here.</p>
This text has shadow with #50493E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50493E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50493E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50493E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50493E;
-webkit-box-shadow: 1px 1px 3px 2px #50493E;
box-shadow: 1px 1px 3px 2px #50493E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50493E; -webkit-box-shadow: 1px 1px 3px 2px #50493E; box-shadow:1px 1px 3px 2px #50493E;">
Div content here
</div>
This text has color #50493E on black background.
This text has color #50493E on white background.
This text has black color on #50493E background.
This text has white color on #50493E background.
Complementary color for #hex is #AFB6C1.