HEX: #50844C
RGB: (80,132,76)
#50844C contains red, green and blue colors in about the same proportion. Web safe color of #50844C is #669933 (or #693).
#50844C color RGB value is (80,132,76).
RGB: (80,132,76)
(31%, 52%, 30%)
R 80 of 255 = 31%
G 132 of 255 = 52%
B 76 of 255 = 30%
R + G + B ~ 38%. #50844C is quite dark color.
R + G + B = 80 + 132 + 76 = 288 (100%)
R 80 of 288 ~ 27.78%
G 132 of 288 ~ 45.83%
B 76 of 288 ~ 26.39'%
#50844C color CMYK value is (39,0,42,48).
CMYK: (39,0,42,48) C39M0Y42K48 (39%,0%,42%,48%) (0.39/0.00/0.42/0.48)
Color #50844C in popluar color models
50 | 84 | 4C | |
---|---|---|---|
RGB | 80 | 132 | 76 |
HSL | 116° | 26.92% | 40.78% |
HSB/HSV | 116° | 42.42% | 51.76% |
CMYK | 39.39% | 0.00% | 42.42% |
48.24% |
Color #50844C in popluar number systems.
HEX | 50 | 84 | 4C |
Decimal | 80 | 132 | 76 |
Binary | 1010000 | 10000100 | 1001100 |
Octal | 120 | 204 | 114 |
Shades of #50844C
Tints of #50844C
Examples of css and html codes for elements with #50844C color. Also use rgb(80,132,76) instead hex code.
.myTextColor { color: #50844C; }
<p style="color:#50844C">This sample text font color is #50844C.</p>
This text font color is #50844C.
.myBgColor { background-color: #50844C; }
<div style="background-color:#50844C">Inner text</div>
This div background color is #50844C.
.myBorderColor { border: 1px solid #50844C; }
<div style="border:3px solid #50844C">Div</div>
This div border color is #50844C.
.myOpacity80 { color: #50844C; opacity: 0.8; }
<p style="color:#50844C;opacity:0.8;">80%</p>
Text with #50844C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50844C;}
<p style="text-shadow: 3px 3px 1px #50844C">Text here.</p>
This text has shadow with #50844C color.
.textShadow {text-shadow: 3px 3px 1px #50844C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50844C, 5px 5px 20px red">Text here.</p>
This text has shadow with #50844C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50844C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50844C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50844C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50844C;
-webkit-box-shadow: 1px 1px 3px 2px #50844C;
box-shadow: 1px 1px 3px 2px #50844C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50844C; -webkit-box-shadow: 1px 1px 3px 2px #50844C; box-shadow:1px 1px 3px 2px #50844C;">
Div content here
</div>
This text has color #50844C on black background.
This text has color #50844C on white background.
This text has black color on #50844C background.
This text has white color on #50844C background.
Complementary color for #hex is #AF7BB3.