HEX: #50833B
RGB: (80,131,59)
#50833B contains mainly red and green colors. Web safe color of #50833B is #669933 (or #693).
#50833B color RGB value is (80,131,59).
RGB: (80,131,59)
(31%, 51%, 23%)
R 80 of 255 = 31%
G 131 of 255 = 51%
B 59 of 255 = 23%
R + G + B ~ 35%. #50833B is quite dark color.
R + G + B = 80 + 131 + 59 = 270 (100%)
R 80 of 270 ~ 29.63%
G 131 of 270 ~ 48.52%
B 59 of 270 ~ 21.85'%
#50833B color CMYK value is (39,0,55,49).
CMYK: (39,0,55,49)
C39M0Y55K49 (39%, 0%, 55%, 49%)
(0.39 / 0.00 / 0.55 / 0.49)
Color #50833B in popluar color models
50 | 83 | 3B | |
---|---|---|---|
RGB | 80 | 131 | 59 |
HSL | 103° | 37.89% | 37.25% |
HSB/HSV | 103° | 54.96% | 51.37% |
CMYK | 38.93% | 0.00% | 54.96% |
48.63% |
Color #50833B in popluar number systems.
HEX | 50 | 83 | 3B |
Decimal | 80 | 131 | 59 |
Binary | 1010000 | 10000011 | 111011 |
Octal | 120 | 203 | 73 |
Shades of #50833B
Tints of #50833B
Examples of css and html codes for elements with #50833B color. Also use rgb(80,131,59) instead hex code.
.myTextColor { color: #50833B; }
<p style="color:#50833B">This sample text font color is #50833B.</p>
This text font color is #50833B.
.myBgColor { background-color: #50833B; }
<div style="background-color:#50833B">Inner text</div>
This div background color is #50833B.
.myBorderColor { border: 1px solid #50833B; }
<div style="border:3px solid #50833B">Div</div>
This div border color is #50833B.
.myOpacity80 { color: #50833B; opacity: 0.8; }
<p style="color:#50833B;opacity:0.8;">80%</p>
Text with #50833B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50833B;}
<p style="text-shadow: 3px 3px 1px #50833B">Text here.</p>
This text has shadow with #50833B color.
.textShadow {text-shadow: 3px 3px 1px #50833B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50833B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50833B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50833B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50833B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50833B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50833B;
-webkit-box-shadow: 1px 1px 3px 2px #50833B;
box-shadow: 1px 1px 3px 2px #50833B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50833B; -webkit-box-shadow: 1px 1px 3px 2px #50833B; box-shadow:1px 1px 3px 2px #50833B;">
Div content here
</div>
This text has color #50833B on black background.
This text has color #50833B on white background.
This text has black color on #50833B background.
This text has white color on #50833B background.
Complementary color for #hex is #AF7CC4.