HEX: #6D8D7E
RGB: (109,141,126)
Il colore #6D8D7E contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D8D7E il colore web safe è #669966 (#696).
Il colore 6D8D7E in RGB è definito come 109,141,126
RGB: (109,141,126)
(43%, 55%, 49%)
R 109 da 255 = 43%
G 141 da 255 = 55%
B 126 da 255 = 49%
R + G + B ~ 49%. #6D8D7E colore medio (né scuro né chiaro).
R + G + B = 109 + 141 + 126 = 376 (100%)
R 109 da 376 ~ 28.99%
G 141 da 376 ~ 37.5%
B 126 da 376 ~ 33.51'%
Il colore #6D8D7E in CMYK è definito come 23,0,11,45.
CMYK: (23,0,11,45)
C23M0Y11K45 (23%, 0%, 11%, 45%)
(0.23 / 0.00 / 0.11 / 0.45)
Il #6D8D7E nei modelli di colore popolari.
6D | 8D | 7E | |
---|---|---|---|
RGB | 109 | 141 | 126 |
HSL | 152° | 12.80% | 49.02% |
HSB/HSV | 152° | 22.70% | 55.29% |
CMYK | 22.70% | 0.00% | 10.64% |
44.71% |
Il #6D8D7E nei modelli numerici popolari.
Esadicemale | 6D | 8D | 7E |
Decimale | 109 | 141 | 126 |
Binario | 1101101 | 10001101 | 1111110 |
Ottale | 155 | 215 | 176 |
Tonalità scure del colore #6D8D7E
Tonalità chiare del colore #6D8D7E
Esempi dei codici css e html per gli elementi di colore #6D8D7E. Utilizzate rgb(109,141,126) anche al posto del codice hex.
.myTextColor { color: #6D8D7E; }
<p style="color:#6D8D7E">This sample text font color is #6D8D7E.</p>
Il colore di questo testo è #6D8D7E.
.myBgColor { background-color: #6D8D7E; }
<div style="background-color:#6D8D7E">Inner text</div>
Questo div ha lo sfondo di colore #6D8D7E.
.myBorderColor { border: 1px solid #6D8D7E; }
<div style="border:3px solid #6D8D7E">Div</div>
Questo div ha i bordi di colore 6D8D7E.
.myOpacity80 { color: #6D8D7E; opacity: 0.8; }
<p style="color:#6D8D7E;opacity:0.8;">80%</p>
Il testo di color #6D8D7E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D8D7E;}
<p style="text-shadow: 3px 3px 1px #6D8D7E">Text here.</p>
Questo testo ha l'ombra di colore #6D8D7E.
.textShadow {text-shadow: 3px 3px 1px #6D8D7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D8D7E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D8D7E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D8D7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D8D7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D8D7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D8D7E;
-webkit-box-shadow: 1px 1px 3px 2px #6D8D7E;
box-shadow: 1px 1px 3px 2px #6D8D7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D8D7E; -webkit-box-shadow: 1px 1px 3px 2px #6D8D7E; box-shadow:1px 1px 3px 2px #6D8D7E;">
Div content here
</div>
Questo e il testo di colore #6D8D7E sullo sfondo nero.
Questo e il testo di colore #6D8D7E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D8D7E.
Questo è un testo bianco sullo sfondo del colore #6D8D7E.
Il colore complimentare del #hex è #927281..