HEX: #50764B
RGB: (80,118,75)
#50764B contains red, green and blue colors in about the same proportion. Web safe color of #50764B is #666633 (or #663).
#50764B color RGB value is (80,118,75).
RGB: (80,118,75)
(31%, 46%, 29%)
R 80 of 255 = 31%
G 118 of 255 = 46%
B 75 of 255 = 29%
R + G + B ~ 35%. #50764B is quite dark color.
R + G + B = 80 + 118 + 75 = 273 (100%)
R 80 of 273 ~ 29.3%
G 118 of 273 ~ 43.22%
B 75 of 273 ~ 27.47'%
#50764B color CMYK value is (32,0,36,54).
CMYK: (32,0,36,54)
C32M0Y36K54 (32%, 0%, 36%, 54%)
(0.32 / 0.00 / 0.36 / 0.54)
Color #50764B in popluar color models
50 | 76 | 4B | |
---|---|---|---|
RGB | 80 | 118 | 75 |
HSL | 113° | 22.28% | 37.84% |
HSB/HSV | 113° | 36.44% | 46.27% |
CMYK | 32.20% | 0.00% | 36.44% |
53.73% |
Color #50764B in popluar number systems.
HEX | 50 | 76 | 4B |
Decimal | 80 | 118 | 75 |
Binary | 1010000 | 1110110 | 1001011 |
Octal | 120 | 166 | 113 |
Shades of #50764B
Tints of #50764B
Examples of css and html codes for elements with #50764B color. Also use rgb(80,118,75) instead hex code.
.myTextColor { color: #50764B; }
<p style="color:#50764B">This sample text font color is #50764B.</p>
This text font color is #50764B.
.myBgColor { background-color: #50764B; }
<div style="background-color:#50764B">Inner text</div>
This div background color is #50764B.
.myBorderColor { border: 1px solid #50764B; }
<div style="border:3px solid #50764B">Div</div>
This div border color is #50764B.
.myOpacity80 { color: #50764B; opacity: 0.8; }
<p style="color:#50764B;opacity:0.8;">80%</p>
Text with #50764B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50764B;}
<p style="text-shadow: 3px 3px 1px #50764B">Text here.</p>
This text has shadow with #50764B color.
.textShadow {text-shadow: 3px 3px 1px #50764B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50764B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50764B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50764B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50764B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50764B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50764B;
-webkit-box-shadow: 1px 1px 3px 2px #50764B;
box-shadow: 1px 1px 3px 2px #50764B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50764B; -webkit-box-shadow: 1px 1px 3px 2px #50764B; box-shadow:1px 1px 3px 2px #50764B;">
Div content here
</div>
This text has color #50764B on black background.
This text has color #50764B on white background.
This text has black color on #50764B background.
This text has white color on #50764B background.
Complementary color for #hex is #AF89B4.