HEX: #50A67D
RGB: (80,166,125)
#50A67D contains mainly green and blue colors. Web safe color of #50A67D is #669966 (or #696).
#50A67D color RGB value is (80,166,125).
RGB: (80,166,125)
(31%, 65%, 49%)
R 80 of 255 = 31%
G 166 of 255 = 65%
B 125 of 255 = 49%
R + G + B ~ 48%. #50A67D is middle color (not dark and not light).
R + G + B = 80 + 166 + 125 = 371 (100%)
R 80 of 371 ~ 21.56%
G 166 of 371 ~ 44.74%
B 125 of 371 ~ 33.69'%
#50A67D color CMYK value is (52,0,25,35).
CMYK: (52,0,25,35)
C52M0Y25K35 (52%, 0%, 25%, 35%)
(0.52 / 0.00 / 0.25 / 0.35)
Color #50A67D in popluar color models
50 | A6 | 7D | |
---|---|---|---|
RGB | 80 | 166 | 125 |
HSL | 151° | 34.96% | 48.24% |
HSB/HSV | 151° | 51.81% | 65.10% |
CMYK | 51.81% | 0.00% | 24.70% |
34.90% |
Color #50A67D in popluar number systems.
HEX | 50 | A6 | 7D |
Decimal | 80 | 166 | 125 |
Binary | 1010000 | 10100110 | 1111101 |
Octal | 120 | 246 | 175 |
Shades of #50A67D
Tints of #50A67D
Examples of css and html codes for elements with #50A67D color. Also use rgb(80,166,125) instead hex code.
.myTextColor { color: #50A67D; }
<p style="color:#50A67D">This sample text font color is #50A67D.</p>
This text font color is #50A67D.
.myBgColor { background-color: #50A67D; }
<div style="background-color:#50A67D">Inner text</div>
This div background color is #50A67D.
.myBorderColor { border: 1px solid #50A67D; }
<div style="border:3px solid #50A67D">Div</div>
This div border color is #50A67D.
.myOpacity80 { color: #50A67D; opacity: 0.8; }
<p style="color:#50A67D;opacity:0.8;">80%</p>
Text with #50A67D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50A67D;}
<p style="text-shadow: 3px 3px 1px #50A67D">Text here.</p>
This text has shadow with #50A67D color.
.textShadow {text-shadow: 3px 3px 1px #50A67D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50A67D, 5px 5px 20px red">Text here.</p>
This text has shadow with #50A67D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50A67D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50A67D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50A67D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50A67D;
-webkit-box-shadow: 1px 1px 3px 2px #50A67D;
box-shadow: 1px 1px 3px 2px #50A67D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50A67D; -webkit-box-shadow: 1px 1px 3px 2px #50A67D; box-shadow:1px 1px 3px 2px #50A67D;">
Div content here
</div>
This text has color #50A67D on black background.
This text has color #50A67D on white background.
This text has black color on #50A67D background.
This text has white color on #50A67D background.
Complementary color for #hex is #AF5982.