HEX: #50766C
RGB: (80,118,108)
#50766C contains red, green and blue colors in about the same proportion. Web safe color of #50766C is #666666 (or #666).
#50766C color RGB value is (80,118,108).
RGB: (80,118,108)
(31%, 46%, 42%)
R 80 of 255 = 31%
G 118 of 255 = 46%
B 108 of 255 = 42%
R + G + B ~ 40%. #50766C is middle color (not dark and not light).
R + G + B = 80 + 118 + 108 = 306 (100%)
R 80 of 306 ~ 26.14%
G 118 of 306 ~ 38.56%
B 108 of 306 ~ 35.29'%
#50766C color CMYK value is (32,0,8,54).
CMYK: (32,0,8,54)
C32M0Y8K54 (32%, 0%, 8%, 54%)
(0.32 / 0.00 / 0.08 / 0.54)
Color #50766C in popluar color models
50 | 76 | 6C | |
---|---|---|---|
RGB | 80 | 118 | 108 |
HSL | 164° | 19.19% | 38.82% |
HSB/HSV | 164° | 32.20% | 46.27% |
CMYK | 32.20% | 0.00% | 8.47% |
53.73% |
Color #50766C in popluar number systems.
HEX | 50 | 76 | 6C |
Decimal | 80 | 118 | 108 |
Binary | 1010000 | 1110110 | 1101100 |
Octal | 120 | 166 | 154 |
Shades of #50766C
Tints of #50766C
Examples of css and html codes for elements with #50766C color. Also use rgb(80,118,108) instead hex code.
.myTextColor { color: #50766C; }
<p style="color:#50766C">This sample text font color is #50766C.</p>
This text font color is #50766C.
.myBgColor { background-color: #50766C; }
<div style="background-color:#50766C">Inner text</div>
This div background color is #50766C.
.myBorderColor { border: 1px solid #50766C; }
<div style="border:3px solid #50766C">Div</div>
This div border color is #50766C.
.myOpacity80 { color: #50766C; opacity: 0.8; }
<p style="color:#50766C;opacity:0.8;">80%</p>
Text with #50766C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50766C;}
<p style="text-shadow: 3px 3px 1px #50766C">Text here.</p>
This text has shadow with #50766C color.
.textShadow {text-shadow: 3px 3px 1px #50766C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50766C, 5px 5px 20px red">Text here.</p>
This text has shadow with #50766C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50766C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50766C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50766C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50766C;
-webkit-box-shadow: 1px 1px 3px 2px #50766C;
box-shadow: 1px 1px 3px 2px #50766C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50766C; -webkit-box-shadow: 1px 1px 3px 2px #50766C; box-shadow:1px 1px 3px 2px #50766C;">
Div content here
</div>
This text has color #50766C on black background.
This text has color #50766C on white background.
This text has black color on #50766C background.
This text has white color on #50766C background.
Complementary color for #hex is #AF8993.