HEX: #6D6B66
RGB: (109,107,102)
Il colore #6D6B66 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D6B66 il colore web safe è #666666 (#666).
Il colore 6D6B66 in RGB è definito come 109,107,102
RGB: (109,107,102) (43%,42%,40%)
R 109 da 255 = 43%
G 107 da 255 = 42%
B 102 da 255 = 40%
R + G + B ~ 42%. #6D6B66 colore medio (né scuro né chiaro).
R + G + B =
109 + 107 + 102 = 318 (100%)
R 109 da 318 ~ 34.28%
G 107 da 318 ~ 33.65%
B 102 da 318 ~ 32.08%
Il colore #6D6B66 in CMYK è definito come 0,2,6,57.
CMYK: (0,2,6,57) C0M2Y6K57 (0%,2%,6%,57%) (0.00/0.02/0.06/0.57)
6D | 6B | 66 | |
---|---|---|---|
RGB | 109 | 107 | 102 |
HSL | 43° | 3.32% | 41.37% |
HSB/HSV | 43° | 6.42% | 42.75% |
CMYK | 0.00% | 1.83% | 6.42% |
57.25% |
Esadicemale | 6D | 6B | 66 |
Decimale | 109 | 107 | 102 |
Binario | 1101101 | 1101011 | 1100110 |
Ottale | 155 | 153 | 146 |
Esempi dei codici css e html per gli elementi di colore #6D6B66. Utilizzate rgb(109,107,102) anche al posto del codice hex.
.myTextColor { color: #6D6B66; }
<p style="color:#6D6B66">This sample text font color is #6D6B66.</p>
Il colore di questo testo è #6D6B66.
.myBgColor { background-color: #6D6B66; }
<div style="background-color:#6D6B66">Inner text</div>
Questo div ha lo sfondo di colore #6D6B66.
.myBorderColor { border: 1px solid #6D6B66; }
<div style="border:3px solid #6D6B66">Div</div>
Questo div ha i bordi di colore 6D6B66.
.myOpacity80 { color: #6D6B66; opacity: 0.8; }
<p style="color:#6D6B66;opacity:0.8;">80%</p>
Il testo di color #6D6B66 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D6B66;}
<p style="text-shadow: 3px 3px 1px #6D6B66">Text here.</p>
Questo testo ha l'ombra di colore #6D6B66.
.textShadow {text-shadow: 3px 3px 1px #6D6B66, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D6B66, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D6B66 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D6B66, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D6B66, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D6B66 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D6B66; -webkit-box-shadow: 1px 1px 3px 2px #6D6B66; box-shadow: 1px 1px 3px 2px #6D6B66; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D6B66; -webkit-box-shadow: 1px 1px 3px 2px #6D6B66; box-shadow:1px 1px 3px 2px #6D6B66;">
Div content here</div>
Questo e il testo di colore #6D6B66 sullo sfondo nero.
Questo e il testo di colore #6D6B66 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D6B66.
Questo è un testo bianco sullo sfondo del colore #6D6B66.