HEX: #50995D
RGB: (80,153,93)
#50995D contains mainly green color. Web safe color of #50995D is #669966 (or #696).
#50995D color RGB value is (80,153,93).
RGB: (80,153,93)
(31%, 60%, 36%)
R 80 of 255 = 31%
G 153 of 255 = 60%
B 93 of 255 = 36%
R + G + B ~ 42%. #50995D is middle color (not dark and not light).
R + G + B = 80 + 153 + 93 = 326 (100%)
R 80 of 326 ~ 24.54%
G 153 of 326 ~ 46.93%
B 93 of 326 ~ 28.53'%
#50995D color CMYK value is (48,0,39,40).
CMYK: (48,0,39,40) C48M0Y39K40 (48%,0%,39%,40%) (0.48/0.00/0.39/0.40)
Color #50995D in popluar color models
50 | 99 | 5D | |
---|---|---|---|
RGB | 80 | 153 | 93 |
HSL | 131° | 31.33% | 45.69% |
HSB/HSV | 131° | 47.71% | 60.00% |
CMYK | 47.71% | 0.00% | 39.22% |
40.00% |
Color #50995D in popluar number systems.
HEX | 50 | 99 | 5D |
Decimal | 80 | 153 | 93 |
Binary | 1010000 | 10011001 | 1011101 |
Octal | 120 | 231 | 135 |
Shades of #50995D
Tints of #50995D
Examples of css and html codes for elements with #50995D color. Also use rgb(80,153,93) instead hex code.
.myTextColor { color: #50995D; }
<p style="color:#50995D">This sample text font color is #50995D.</p>
This text font color is #50995D.
.myBgColor { background-color: #50995D; }
<div style="background-color:#50995D">Inner text</div>
This div background color is #50995D.
.myBorderColor { border: 1px solid #50995D; }
<div style="border:3px solid #50995D">Div</div>
This div border color is #50995D.
.myOpacity80 { color: #50995D; opacity: 0.8; }
<p style="color:#50995D;opacity:0.8;">80%</p>
Text with #50995D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50995D;}
<p style="text-shadow: 3px 3px 1px #50995D">Text here.</p>
This text has shadow with #50995D color.
.textShadow {text-shadow: 3px 3px 1px #50995D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50995D, 5px 5px 20px red">Text here.</p>
This text has shadow with #50995D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50995D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50995D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50995D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50995D;
-webkit-box-shadow: 1px 1px 3px 2px #50995D;
box-shadow: 1px 1px 3px 2px #50995D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50995D; -webkit-box-shadow: 1px 1px 3px 2px #50995D; box-shadow:1px 1px 3px 2px #50995D;">
Div content here
</div>
This text has color #50995D on black background.
This text has color #50995D on white background.
This text has black color on #50995D background.
This text has white color on #50995D background.
Complementary color for #hex is #AF66A2.