HEX: #50824E
RGB: (80,130,78)
#50824E contains red, green and blue colors in about the same proportion. Web safe color of #50824E is #669966 (or #696).
#50824E color RGB value is (80,130,78).
RGB: (80,130,78)
(31%, 51%, 31%)
R 80 of 255 = 31%
G 130 of 255 = 51%
B 78 of 255 = 31%
R + G + B ~ 38%. #50824E is quite dark color.
R + G + B = 80 + 130 + 78 = 288 (100%)
R 80 of 288 ~ 27.78%
G 130 of 288 ~ 45.14%
B 78 of 288 ~ 27.08'%
#50824E color CMYK value is (38,0,40,49).
CMYK: (38,0,40,49) C38M0Y40K49 (38%,0%,40%,49%) (0.38/0.00/0.40/0.49)
Color #50824E in popluar color models
50 | 82 | 4E | |
---|---|---|---|
RGB | 80 | 130 | 78 |
HSL | 118° | 25.00% | 40.78% |
HSB/HSV | 118° | 40.00% | 50.98% |
CMYK | 38.46% | 0.00% | 40.00% |
49.02% |
Color #50824E in popluar number systems.
HEX | 50 | 82 | 4E |
Decimal | 80 | 130 | 78 |
Binary | 1010000 | 10000010 | 1001110 |
Octal | 120 | 202 | 116 |
Shades of #50824E
Tints of #50824E
Examples of css and html codes for elements with #50824E color. Also use rgb(80,130,78) instead hex code.
.myTextColor { color: #50824E; }
<p style="color:#50824E">This sample text font color is #50824E.</p>
This text font color is #50824E.
.myBgColor { background-color: #50824E; }
<div style="background-color:#50824E">Inner text</div>
This div background color is #50824E.
.myBorderColor { border: 1px solid #50824E; }
<div style="border:3px solid #50824E">Div</div>
This div border color is #50824E.
.myOpacity80 { color: #50824E; opacity: 0.8; }
<p style="color:#50824E;opacity:0.8;">80%</p>
Text with #50824E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50824E;}
<p style="text-shadow: 3px 3px 1px #50824E">Text here.</p>
This text has shadow with #50824E color.
.textShadow {text-shadow: 3px 3px 1px #50824E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50824E, 5px 5px 20px red">Text here.</p>
This text has shadow with #50824E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50824E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50824E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50824E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50824E;
-webkit-box-shadow: 1px 1px 3px 2px #50824E;
box-shadow: 1px 1px 3px 2px #50824E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50824E; -webkit-box-shadow: 1px 1px 3px 2px #50824E; box-shadow:1px 1px 3px 2px #50824E;">
Div content here
</div>
This text has color #50824E on black background.
This text has color #50824E on white background.
This text has black color on #50824E background.
This text has white color on #50824E background.
Complementary color for #hex is #AF7DB1.