HEX: #50856F
RGB: (80,133,111)
#50856F contains red, green and blue colors in about the same proportion. Web safe color of #50856F is #669966 (or #696).
#50856F color RGB value is (80,133,111).
RGB: (80,133,111)
(31%, 52%, 44%)
R 80 of 255 = 31%
G 133 of 255 = 52%
B 111 of 255 = 44%
R + G + B ~ 42%. #50856F is middle color (not dark and not light).
R + G + B = 80 + 133 + 111 = 324 (100%)
R 80 of 324 ~ 24.69%
G 133 of 324 ~ 41.05%
B 111 of 324 ~ 34.26'%
#50856F color CMYK value is (40,0,17,48).
CMYK: (40,0,17,48)
C40M0Y17K48 (40%, 0%, 17%, 48%)
(0.40 / 0.00 / 0.17 / 0.48)
Color #50856F in popluar color models
50 | 85 | 6F | |
---|---|---|---|
RGB | 80 | 133 | 111 |
HSL | 155° | 24.88% | 41.76% |
HSB/HSV | 155° | 39.85% | 52.16% |
CMYK | 39.85% | 0.00% | 16.54% |
47.84% |
Color #50856F in popluar number systems.
HEX | 50 | 85 | 6F |
Decimal | 80 | 133 | 111 |
Binary | 1010000 | 10000101 | 1101111 |
Octal | 120 | 205 | 157 |
Shades of #50856F
Tints of #50856F
Examples of css and html codes for elements with #50856F color. Also use rgb(80,133,111) instead hex code.
.myTextColor { color: #50856F; }
<p style="color:#50856F">This sample text font color is #50856F.</p>
This text font color is #50856F.
.myBgColor { background-color: #50856F; }
<div style="background-color:#50856F">Inner text</div>
This div background color is #50856F.
.myBorderColor { border: 1px solid #50856F; }
<div style="border:3px solid #50856F">Div</div>
This div border color is #50856F.
.myOpacity80 { color: #50856F; opacity: 0.8; }
<p style="color:#50856F;opacity:0.8;">80%</p>
Text with #50856F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50856F;}
<p style="text-shadow: 3px 3px 1px #50856F">Text here.</p>
This text has shadow with #50856F color.
.textShadow {text-shadow: 3px 3px 1px #50856F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50856F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50856F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50856F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50856F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50856F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50856F;
-webkit-box-shadow: 1px 1px 3px 2px #50856F;
box-shadow: 1px 1px 3px 2px #50856F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50856F; -webkit-box-shadow: 1px 1px 3px 2px #50856F; box-shadow:1px 1px 3px 2px #50856F;">
Div content here
</div>
This text has color #50856F on black background.
This text has color #50856F on white background.
This text has black color on #50856F background.
This text has white color on #50856F background.
Complementary color for #hex is #AF7A90.