HEX: #50685A
RGB: (80,104,90)
#50685A contains red, green and blue colors in about the same proportion. Web safe color of #50685A is #666666 (or #666).
#50685A color RGB value is (80,104,90).
RGB: (80,104,90)
(31%, 41%, 35%)
R 80 of 255 = 31%
G 104 of 255 = 41%
B 90 of 255 = 35%
R + G + B ~ 36%. #50685A is quite dark color.
R + G + B = 80 + 104 + 90 = 274 (100%)
R 80 of 274 ~ 29.2%
G 104 of 274 ~ 37.96%
B 90 of 274 ~ 32.85'%
#50685A color CMYK value is (23,0,13,59).
CMYK: (23,0,13,59)
C23M0Y13K59 (23%, 0%, 13%, 59%)
(0.23 / 0.00 / 0.13 / 0.59)
Color #50685A in popluar color models
50 | 68 | 5A | |
---|---|---|---|
RGB | 80 | 104 | 90 |
HSL | 145° | 13.04% | 36.08% |
HSB/HSV | 145° | 23.08% | 40.78% |
CMYK | 23.08% | 0.00% | 13.46% |
59.22% |
Color #50685A in popluar number systems.
HEX | 50 | 68 | 5A |
Decimal | 80 | 104 | 90 |
Binary | 1010000 | 1101000 | 1011010 |
Octal | 120 | 150 | 132 |
Shades of #50685A
Tints of #50685A
Examples of css and html codes for elements with #50685A color. Also use rgb(80,104,90) instead hex code.
.myTextColor { color: #50685A; }
<p style="color:#50685A">This sample text font color is #50685A.</p>
This text font color is #50685A.
.myBgColor { background-color: #50685A; }
<div style="background-color:#50685A">Inner text</div>
This div background color is #50685A.
.myBorderColor { border: 1px solid #50685A; }
<div style="border:3px solid #50685A">Div</div>
This div border color is #50685A.
.myOpacity80 { color: #50685A; opacity: 0.8; }
<p style="color:#50685A;opacity:0.8;">80%</p>
Text with #50685A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50685A;}
<p style="text-shadow: 3px 3px 1px #50685A">Text here.</p>
This text has shadow with #50685A color.
.textShadow {text-shadow: 3px 3px 1px #50685A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50685A, 5px 5px 20px red">Text here.</p>
This text has shadow with #50685A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50685A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50685A, Direction=45, Strength=4)">Text</p>
This text has shadow with #50685A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50685A;
-webkit-box-shadow: 1px 1px 3px 2px #50685A;
box-shadow: 1px 1px 3px 2px #50685A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50685A; -webkit-box-shadow: 1px 1px 3px 2px #50685A; box-shadow:1px 1px 3px 2px #50685A;">
Div content here
</div>
This text has color #50685A on black background.
This text has color #50685A on white background.
This text has black color on #50685A background.
This text has white color on #50685A background.
Complementary color for #hex is #AF97A5.