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