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