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