HEX: #50673E
RGB: (80,103,62)
#50673E contains red, green and blue colors in about the same proportion. Web safe color of #50673E is #666633 (or #663).
#50673E color RGB value is (80,103,62).
RGB: (80,103,62)
(31%, 40%, 24%)
R 80 of 255 = 31%
G 103 of 255 = 40%
B 62 of 255 = 24%
R + G + B ~ 32%. #50673E is quite dark color.
R + G + B = 80 + 103 + 62 = 245 (100%)
R 80 of 245 ~ 32.65%
G 103 of 245 ~ 42.04%
B 62 of 245 ~ 25.31'%
#50673E color CMYK value is (22,0,40,60).
CMYK: (22,0,40,60)
C22M0Y40K60 (22%, 0%, 40%, 60%)
(0.22 / 0.00 / 0.40 / 0.60)
Color #50673E in popluar color models
50 | 67 | 3E | |
---|---|---|---|
RGB | 80 | 103 | 62 |
HSL | 94° | 24.85% | 32.35% |
HSB/HSV | 94° | 39.81% | 40.39% |
CMYK | 22.33% | 0.00% | 39.81% |
59.61% |
Color #50673E in popluar number systems.
HEX | 50 | 67 | 3E |
Decimal | 80 | 103 | 62 |
Binary | 1010000 | 1100111 | 111110 |
Octal | 120 | 147 | 76 |
Shades of #50673E
Tints of #50673E
Examples of css and html codes for elements with #50673E color. Also use rgb(80,103,62) instead hex code.
.myTextColor { color: #50673E; }
<p style="color:#50673E">This sample text font color is #50673E.</p>
This text font color is #50673E.
.myBgColor { background-color: #50673E; }
<div style="background-color:#50673E">Inner text</div>
This div background color is #50673E.
.myBorderColor { border: 1px solid #50673E; }
<div style="border:3px solid #50673E">Div</div>
This div border color is #50673E.
.myOpacity80 { color: #50673E; opacity: 0.8; }
<p style="color:#50673E;opacity:0.8;">80%</p>
Text with #50673E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50673E;}
<p style="text-shadow: 3px 3px 1px #50673E">Text here.</p>
This text has shadow with #50673E color.
.textShadow {text-shadow: 3px 3px 1px #50673E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50673E, 5px 5px 20px red">Text here.</p>
This text has shadow with #50673E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50673E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50673E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50673E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50673E;
-webkit-box-shadow: 1px 1px 3px 2px #50673E;
box-shadow: 1px 1px 3px 2px #50673E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50673E; -webkit-box-shadow: 1px 1px 3px 2px #50673E; box-shadow:1px 1px 3px 2px #50673E;">
Div content here
</div>
This text has color #50673E on black background.
This text has color #50673E on white background.
This text has black color on #50673E background.
This text has white color on #50673E background.
Complementary color for #hex is #AF98C1.