HEX: #50477E
RGB: (80,71,126)
#50477E contains red, green and blue colors in about the same proportion. #50477E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.
#50477E color RGB value is (80,71,126).
RGB: (80,71,126) (31%,28%,49%)
R 80 of 255 = 31%
G 71 of 255 = 28%
B 126 of 255 = 49%
R + G + B ~ 36%. #50477E is quite dark color.
R + G + B =
80 + 71 + 126 = 277 (100%)
R 80 of 277 ~ 28.88%
G 71 of 277 ~ 25.63%
B 126 of 277 ~ 45.49%
#50477E rengi CMYK tonu (37,44,0,51).
CMYK: (37,44,0,51) C37M44Y0K51 (37%,44%,0%,51%) (0.37/0.44/0.00/0.51)
50 | 47 | 7E | |
---|---|---|---|
RGB | 80 | 71 | 126 |
HSL | 250° | 27.92% | 38.63% |
HSB/HSV | 250° | 43.65% | 49.41% |
CMYK | 36.51% | 43.65% | 0.00% |
50.59% |
HEX | 50 | 47 | 7E |
Decimal | 80 | 71 | 126 |
Binary | 1010000 | 1000111 | 1111110 |
Octal | 120 | 107 | 176 |
Examples of css and html codes for elements with #50477E color. Also use rgb(80,71,126) instead hex code.
.myTextColor { color: #50477E; }
<p style="color:#50477E">This sample text font color is #50477E.</p>
This text font color is #50477E.
.myBgColor { background-color: #50477E; }
<div style="background-color:#50477E">Inner text</div>
This div background color is #50477E.
.myBorderColor { border: 1px solid #50477E; }
<div style="border:3px solid #50477E">Div</div>
This div border color is #50477E.
.myOpacity80 { color: #50477E; opacity: 0.8; }
<p style="color:#50477E;opacity:0.8;">80%</p>
Text with #50477E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50477E;}
<p style="text-shadow: 3px 3px 1px #50477E">Text here.</p>
This text has shadow with #50477E color.
.textShadow {text-shadow: 3px 3px 1px #50477E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50477E, 5px 5px 20px red">Text here.</p>
This text has shadow with #50477E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50477E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50477E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50477E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50477E; -webkit-box-shadow: 1px 1px 3px 2px #50477E; box-shadow: 1px 1px 3px 2px #50477E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50477E; -webkit-box-shadow: 1px 1px 3px 2px #50477E; box-shadow:1px 1px 3px 2px #50477E;">
Div content here</div>
This text has color #50477E on black background.
This text has color #50477E on white background.
This text has black color on #50477E background.
This text has white color on #50477E background.