HEX: #646D7E
RGB: (100,109,126)
Il colore #646D7E contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #646D7E il colore web safe è #666666 (#666).
Il colore 646D7E in RGB è definito come 100,109,126
RGB: (100,109,126) (39%,43%,49%)
R 100 da 255 = 39%
G 109 da 255 = 43%
B 126 da 255 = 49%
R + G + B ~ 44%. #646D7E colore medio (né scuro né chiaro).
R + G + B =
100 + 109 + 126 = 335 (100%)
R 100 da 335 ~ 29.85%
G 109 da 335 ~ 32.54%
B 126 da 335 ~ 37.61%
Il colore #646D7E in CMYK è definito come 21,13,0,51.
CMYK: (21,13,0,51) C21M13Y0K51 (21%,13%,0%,51%) (0.21/0.13/0.00/0.51)
64 | 6D | 7E | |
---|---|---|---|
RGB | 100 | 109 | 126 |
HSL | 219° | 11.50% | 44.31% |
HSB/HSV | 219° | 20.63% | 49.41% |
CMYK | 20.63% | 13.49% | 0.00% |
50.59% |
Esadicemale | 64 | 6D | 7E |
Decimale | 100 | 109 | 126 |
Binario | 1100100 | 1101101 | 1111110 |
Ottale | 144 | 155 | 176 |
Esempi dei codici css e html per gli elementi di colore #646D7E. Utilizzate rgb(100,109,126) anche al posto del codice hex.
.myTextColor { color: #646D7E; }
<p style="color:#646D7E">This sample text font color is #646D7E.</p>
Il colore di questo testo è #646D7E.
.myBgColor { background-color: #646D7E; }
<div style="background-color:#646D7E">Inner text</div>
Questo div ha lo sfondo di colore #646D7E.
.myBorderColor { border: 1px solid #646D7E; }
<div style="border:3px solid #646D7E">Div</div>
Questo div ha i bordi di colore 646D7E.
.myOpacity80 { color: #646D7E; opacity: 0.8; }
<p style="color:#646D7E;opacity:0.8;">80%</p>
Il testo di color #646D7E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #646D7E;}
<p style="text-shadow: 3px 3px 1px #646D7E">Text here.</p>
Questo testo ha l'ombra di colore #646D7E.
.textShadow {text-shadow: 3px 3px 1px #646D7E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #646D7E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #646D7E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#646D7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#646D7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #646D7E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #646D7E; -webkit-box-shadow: 1px 1px 3px 2px #646D7E; box-shadow: 1px 1px 3px 2px #646D7E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #646D7E; -webkit-box-shadow: 1px 1px 3px 2px #646D7E; box-shadow:1px 1px 3px 2px #646D7E;">
Div content here</div>
Questo e il testo di colore #646D7E sullo sfondo nero.
Questo e il testo di colore #646D7E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #646D7E.
Questo è un testo bianco sullo sfondo del colore #646D7E.