HEX: #50853D
RGB: (80,133,61)
#50853D contains mainly red and green colors. Web safe color of #50853D is #669933 (or #693).
#50853D color RGB value is (80,133,61).
RGB: (80,133,61)
(31%, 52%, 24%)
R 80 of 255 = 31%
G 133 of 255 = 52%
B 61 of 255 = 24%
R + G + B ~ 36%. #50853D is quite dark color.
R + G + B = 80 + 133 + 61 = 274 (100%)
R 80 of 274 ~ 29.2%
G 133 of 274 ~ 48.54%
B 61 of 274 ~ 22.26'%
#50853D color CMYK value is (40,0,54,48).
CMYK: (40,0,54,48)
C40M0Y54K48 (40%, 0%, 54%, 48%)
(0.40 / 0.00 / 0.54 / 0.48)
Color #50853D in popluar color models
50 | 85 | 3D | |
---|---|---|---|
RGB | 80 | 133 | 61 |
HSL | 104° | 37.11% | 38.04% |
HSB/HSV | 104° | 54.14% | 52.16% |
CMYK | 39.85% | 0.00% | 54.14% |
47.84% |
Color #50853D in popluar number systems.
HEX | 50 | 85 | 3D |
Decimal | 80 | 133 | 61 |
Binary | 1010000 | 10000101 | 111101 |
Octal | 120 | 205 | 75 |
Shades of #50853D
Tints of #50853D
Examples of css and html codes for elements with #50853D color. Also use rgb(80,133,61) instead hex code.
.myTextColor { color: #50853D; }
<p style="color:#50853D">This sample text font color is #50853D.</p>
This text font color is #50853D.
.myBgColor { background-color: #50853D; }
<div style="background-color:#50853D">Inner text</div>
This div background color is #50853D.
.myBorderColor { border: 1px solid #50853D; }
<div style="border:3px solid #50853D">Div</div>
This div border color is #50853D.
.myOpacity80 { color: #50853D; opacity: 0.8; }
<p style="color:#50853D;opacity:0.8;">80%</p>
Text with #50853D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50853D;}
<p style="text-shadow: 3px 3px 1px #50853D">Text here.</p>
This text has shadow with #50853D color.
.textShadow {text-shadow: 3px 3px 1px #50853D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50853D, 5px 5px 20px red">Text here.</p>
This text has shadow with #50853D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50853D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50853D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50853D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50853D;
-webkit-box-shadow: 1px 1px 3px 2px #50853D;
box-shadow: 1px 1px 3px 2px #50853D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50853D; -webkit-box-shadow: 1px 1px 3px 2px #50853D; box-shadow:1px 1px 3px 2px #50853D;">
Div content here
</div>
This text has color #50853D on black background.
This text has color #50853D on white background.
This text has black color on #50853D background.
This text has white color on #50853D background.
Complementary color for #hex is #AF7AC2.