HEX: #688D6F
RGB: (104,141,111)
Il colore #688D6F contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #688D6F il colore web safe è #669966 (#696).
Il colore 688D6F in RGB è definito come 104,141,111
RGB: (104,141,111) (41%,55%,44%)
R 104 da 255 = 41%
G 141 da 255 = 55%
B 111 da 255 = 44%
R + G + B ~ 47%. #688D6F colore medio (né scuro né chiaro).
R + G + B =
104 + 141 + 111 = 356 (100%)
R 104 da 356 ~ 29.21%
G 141 da 356 ~ 39.61%
B 111 da 356 ~ 31.18%
Il colore #688D6F in CMYK è definito come 26,0,21,45.
CMYK: (26,0,21,45) C26M0Y21K45 (26%,0%,21%,45%) (0.26/0.00/0.21/0.45)
68 | 8D | 6F | |
---|---|---|---|
RGB | 104 | 141 | 111 |
HSL | 131° | 15.10% | 48.04% |
HSB/HSV | 131° | 26.24% | 55.29% |
CMYK | 26.24% | 0.00% | 21.28% |
44.71% |
Esadicemale | 68 | 8D | 6F |
Decimale | 104 | 141 | 111 |
Binario | 1101000 | 10001101 | 1101111 |
Ottale | 150 | 215 | 157 |
Esempi dei codici css e html per gli elementi di colore #688D6F. Utilizzate rgb(104,141,111) anche al posto del codice hex.
.myTextColor { color: #688D6F; }
<p style="color:#688D6F">This sample text font color is #688D6F.</p>
Il colore di questo testo è #688D6F.
.myBgColor { background-color: #688D6F; }
<div style="background-color:#688D6F">Inner text</div>
Questo div ha lo sfondo di colore #688D6F.
.myBorderColor { border: 1px solid #688D6F; }
<div style="border:3px solid #688D6F">Div</div>
Questo div ha i bordi di colore 688D6F.
.myOpacity80 { color: #688D6F; opacity: 0.8; }
<p style="color:#688D6F;opacity:0.8;">80%</p>
Il testo di color #688D6F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688D6F;}
<p style="text-shadow: 3px 3px 1px #688D6F">Text here.</p>
Questo testo ha l'ombra di colore #688D6F.
.textShadow {text-shadow: 3px 3px 1px #688D6F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688D6F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #688D6F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688D6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688D6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #688D6F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688D6F; -webkit-box-shadow: 1px 1px 3px 2px #688D6F; box-shadow: 1px 1px 3px 2px #688D6F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #688D6F; -webkit-box-shadow: 1px 1px 3px 2px #688D6F; box-shadow:1px 1px 3px 2px #688D6F;">
Div content here</div>
Questo e il testo di colore #688D6F sullo sfondo nero.
Questo e il testo di colore #688D6F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #688D6F.
Questo è un testo bianco sullo sfondo del colore #688D6F.