HEX: #50AF6F
RGB: (80,175,111)
#50AF6F contains mainly green color. Web safe color of #50AF6F is #669966 (or #696).
#50AF6F color RGB value is (80,175,111).
RGB: (80,175,111)
(31%, 69%, 44%)
R 80 of 255 = 31%
G 175 of 255 = 69%
B 111 of 255 = 44%
R + G + B ~ 48%. #50AF6F is middle color (not dark and not light).
R + G + B = 80 + 175 + 111 = 366 (100%)
R 80 of 366 ~ 21.86%
G 175 of 366 ~ 47.81%
B 111 of 366 ~ 30.33'%
#50AF6F color CMYK value is (54,0,37,31).
CMYK: (54,0,37,31)
C54M0Y37K31 (54%, 0%, 37%, 31%)
(0.54 / 0.00 / 0.37 / 0.31)
Color #50AF6F in popluar color models
50 | AF | 6F | |
---|---|---|---|
RGB | 80 | 175 | 111 |
HSL | 140° | 37.25% | 50.00% |
HSB/HSV | 140° | 54.29% | 68.63% |
CMYK | 54.29% | 0.00% | 36.57% |
31.37% |
Color #50AF6F in popluar number systems.
HEX | 50 | AF | 6F |
Decimal | 80 | 175 | 111 |
Binary | 1010000 | 10101111 | 1101111 |
Octal | 120 | 257 | 157 |
Shades of #50AF6F
Tints of #50AF6F
Examples of css and html codes for elements with #50AF6F color. Also use rgb(80,175,111) instead hex code.
.myTextColor { color: #50AF6F; }
<p style="color:#50AF6F">This sample text font color is #50AF6F.</p>
This text font color is #50AF6F.
.myBgColor { background-color: #50AF6F; }
<div style="background-color:#50AF6F">Inner text</div>
This div background color is #50AF6F.
.myBorderColor { border: 1px solid #50AF6F; }
<div style="border:3px solid #50AF6F">Div</div>
This div border color is #50AF6F.
.myOpacity80 { color: #50AF6F; opacity: 0.8; }
<p style="color:#50AF6F;opacity:0.8;">80%</p>
Text with #50AF6F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50AF6F;}
<p style="text-shadow: 3px 3px 1px #50AF6F">Text here.</p>
This text has shadow with #50AF6F color.
.textShadow {text-shadow: 3px 3px 1px #50AF6F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50AF6F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50AF6F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50AF6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50AF6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50AF6F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50AF6F;
-webkit-box-shadow: 1px 1px 3px 2px #50AF6F;
box-shadow: 1px 1px 3px 2px #50AF6F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50AF6F; -webkit-box-shadow: 1px 1px 3px 2px #50AF6F; box-shadow:1px 1px 3px 2px #50AF6F;">
Div content here
</div>
This text has color #50AF6F on black background.
This text has color #50AF6F on white background.
This text has black color on #50AF6F background.
This text has white color on #50AF6F background.
Complementary color for #hex is #AF5090.