HEX: #50684B
RGB: (80,104,75)
#50684B contains red, green and blue colors in about the same proportion. Web safe color of #50684B is #666633 (or #663).
#50684B color RGB value is (80,104,75).
RGB: (80,104,75)
(31%, 41%, 29%)
R 80 of 255 = 31%
G 104 of 255 = 41%
B 75 of 255 = 29%
R + G + B ~ 34%. #50684B is quite dark color.
R + G + B = 80 + 104 + 75 = 259 (100%)
R 80 of 259 ~ 30.89%
G 104 of 259 ~ 40.15%
B 75 of 259 ~ 28.96'%
#50684B color CMYK value is (23,0,28,59).
CMYK: (23,0,28,59) C23M0Y28K59 (23%,0%,28%,59%) (0.23/0.00/0.28/0.59)
Color #50684B in popluar color models
50 | 68 | 4B | |
---|---|---|---|
RGB | 80 | 104 | 75 |
HSL | 110° | 16.20% | 35.10% |
HSB/HSV | 110° | 27.88% | 40.78% |
CMYK | 23.08% | 0.00% | 27.88% |
59.22% |
Color #50684B in popluar number systems.
HEX | 50 | 68 | 4B |
Decimal | 80 | 104 | 75 |
Binary | 1010000 | 1101000 | 1001011 |
Octal | 120 | 150 | 113 |
Shades of #50684B
Tints of #50684B
Examples of css and html codes for elements with #50684B color. Also use rgb(80,104,75) instead hex code.
.myTextColor { color: #50684B; }
<p style="color:#50684B">This sample text font color is #50684B.</p>
This text font color is #50684B.
.myBgColor { background-color: #50684B; }
<div style="background-color:#50684B">Inner text</div>
This div background color is #50684B.
.myBorderColor { border: 1px solid #50684B; }
<div style="border:3px solid #50684B">Div</div>
This div border color is #50684B.
.myOpacity80 { color: #50684B; opacity: 0.8; }
<p style="color:#50684B;opacity:0.8;">80%</p>
Text with #50684B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50684B;}
<p style="text-shadow: 3px 3px 1px #50684B">Text here.</p>
This text has shadow with #50684B color.
.textShadow {text-shadow: 3px 3px 1px #50684B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50684B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50684B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50684B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50684B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50684B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50684B;
-webkit-box-shadow: 1px 1px 3px 2px #50684B;
box-shadow: 1px 1px 3px 2px #50684B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50684B; -webkit-box-shadow: 1px 1px 3px 2px #50684B; box-shadow:1px 1px 3px 2px #50684B;">
Div content here
</div>
This text has color #50684B on black background.
This text has color #50684B on white background.
This text has black color on #50684B background.
This text has white color on #50684B background.
Complementary color for #hex is #AF97B4.