HEX: #6D684C
RGB: (109,104,76)
Il colore #6D684C contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D684C il colore web safe è #666633 (#663).
Il colore 6D684C in RGB è definito come 109,104,76
RGB: (109,104,76) (43%,41%,30%)
R 109 da 255 = 43%
G 104 da 255 = 41%
B 76 da 255 = 30%
R + G + B ~ 38%. #6D684C colore abbastanza scuro.
R + G + B =
109 + 104 + 76 = 289 (100%)
R 109 da 289 ~ 37.72%
G 104 da 289 ~ 35.99%
B 76 da 289 ~ 26.3%
Il colore #6D684C in CMYK è definito come 0,5,30,57.
CMYK: (0,5,30,57) C0M5Y30K57 (0%,5%,30%,57%) (0.00/0.05/0.30/0.57)
6D | 68 | 4C | |
---|---|---|---|
RGB | 109 | 104 | 76 |
HSL | 51° | 17.84% | 36.27% |
HSB/HSV | 51° | 30.28% | 42.75% |
CMYK | 0.00% | 4.59% | 30.28% |
57.25% |
Esadicemale | 6D | 68 | 4C |
Decimale | 109 | 104 | 76 |
Binario | 1101101 | 1101000 | 1001100 |
Ottale | 155 | 150 | 114 |
Esempi dei codici css e html per gli elementi di colore #6D684C. Utilizzate rgb(109,104,76) anche al posto del codice hex.
.myTextColor { color: #6D684C; }
<p style="color:#6D684C">This sample text font color is #6D684C.</p>
Il colore di questo testo è #6D684C.
.myBgColor { background-color: #6D684C; }
<div style="background-color:#6D684C">Inner text</div>
Questo div ha lo sfondo di colore #6D684C.
.myBorderColor { border: 1px solid #6D684C; }
<div style="border:3px solid #6D684C">Div</div>
Questo div ha i bordi di colore 6D684C.
.myOpacity80 { color: #6D684C; opacity: 0.8; }
<p style="color:#6D684C;opacity:0.8;">80%</p>
Il testo di color #6D684C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D684C;}
<p style="text-shadow: 3px 3px 1px #6D684C">Text here.</p>
Questo testo ha l'ombra di colore #6D684C.
.textShadow {text-shadow: 3px 3px 1px #6D684C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D684C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D684C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D684C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D684C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D684C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D684C; -webkit-box-shadow: 1px 1px 3px 2px #6D684C; box-shadow: 1px 1px 3px 2px #6D684C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D684C; -webkit-box-shadow: 1px 1px 3px 2px #6D684C; box-shadow:1px 1px 3px 2px #6D684C;">
Div content here</div>
Questo e il testo di colore #6D684C sullo sfondo nero.
Questo e il testo di colore #6D684C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D684C.
Questo è un testo bianco sullo sfondo del colore #6D684C.