HEX: #50494F
RGB: (80,73,79)
#50494F contains red, green and blue colors in about the same proportion. #50494F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.
#50494F color RGB value is (80,73,79).
RGB: (80,73,79) (31%,29%,31%)
R 80 of 255 = 31%
G 73 of 255 = 29%
B 79 of 255 = 31%
R + G + B ~ 30%. #50494F is quite dark color.
R + G + B =
80 + 73 + 79 = 232 (100%)
R 80 of 232 ~ 34.48%
G 73 of 232 ~ 31.47%
B 79 of 232 ~ 34.05%
#50494F rengi CMYK tonu (0,9,1,69).
CMYK: (0,9,1,69) C0M9Y1K69 (0%,9%,1%,69%) (0.00/0.09/0.01/0.69)
50 | 49 | 4F | |
---|---|---|---|
RGB | 80 | 73 | 79 |
HSL | 309° | 4.58% | 30.00% |
HSB/HSV | 309° | 8.75% | 31.37% |
CMYK | 0.00% | 8.75% | 1.25% |
68.63% |
HEX | 50 | 49 | 4F |
Decimal | 80 | 73 | 79 |
Binary | 1010000 | 1001001 | 1001111 |
Octal | 120 | 111 | 117 |
Examples of css and html codes for elements with #50494F color. Also use rgb(80,73,79) instead hex code.
.myTextColor { color: #50494F; }
<p style="color:#50494F">This sample text font color is #50494F.</p>
This text font color is #50494F.
.myBgColor { background-color: #50494F; }
<div style="background-color:#50494F">Inner text</div>
This div background color is #50494F.
.myBorderColor { border: 1px solid #50494F; }
<div style="border:3px solid #50494F">Div</div>
This div border color is #50494F.
.myOpacity80 { color: #50494F; opacity: 0.8; }
<p style="color:#50494F;opacity:0.8;">80%</p>
Text with #50494F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50494F;}
<p style="text-shadow: 3px 3px 1px #50494F">Text here.</p>
This text has shadow with #50494F color.
.textShadow {text-shadow: 3px 3px 1px #50494F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50494F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50494F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50494F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50494F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50494F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50494F; -webkit-box-shadow: 1px 1px 3px 2px #50494F; box-shadow: 1px 1px 3px 2px #50494F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50494F; -webkit-box-shadow: 1px 1px 3px 2px #50494F; box-shadow:1px 1px 3px 2px #50494F;">
Div content here</div>
This text has color #50494F on black background.
This text has color #50494F on white background.
This text has black color on #50494F background.
This text has white color on #50494F background.