HEX: #6D857B
RGB: (109,133,123)
Il colore #6D857B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D857B il colore web safe è #669966 (#696).
Il colore 6D857B in RGB è definito come 109,133,123
RGB: (109,133,123) (43%,52%,48%)
R 109 da 255 = 43%
G 133 da 255 = 52%
B 123 da 255 = 48%
R + G + B ~ 48%. #6D857B colore medio (né scuro né chiaro).
R + G + B =
109 + 133 + 123 = 365 (100%)
R 109 da 365 ~ 29.86%
G 133 da 365 ~ 36.44%
B 123 da 365 ~ 33.7%
Il colore #6D857B in CMYK è definito come 18,0,8,48.
CMYK: (18,0,8,48) C18M0Y8K48 (18%,0%,8%,48%) (0.18/0.00/0.08/0.48)
6D | 85 | 7B | |
---|---|---|---|
RGB | 109 | 133 | 123 |
HSL | 155° | 9.92% | 47.45% |
HSB/HSV | 155° | 18.05% | 52.16% |
CMYK | 18.05% | 0.00% | 7.52% |
47.84% |
Esadicemale | 6D | 85 | 7B |
Decimale | 109 | 133 | 123 |
Binario | 1101101 | 10000101 | 1111011 |
Ottale | 155 | 205 | 173 |
Esempi dei codici css e html per gli elementi di colore #6D857B. Utilizzate rgb(109,133,123) anche al posto del codice hex.
.myTextColor { color: #6D857B; }
<p style="color:#6D857B">This sample text font color is #6D857B.</p>
Il colore di questo testo è #6D857B.
.myBgColor { background-color: #6D857B; }
<div style="background-color:#6D857B">Inner text</div>
Questo div ha lo sfondo di colore #6D857B.
.myBorderColor { border: 1px solid #6D857B; }
<div style="border:3px solid #6D857B">Div</div>
Questo div ha i bordi di colore 6D857B.
.myOpacity80 { color: #6D857B; opacity: 0.8; }
<p style="color:#6D857B;opacity:0.8;">80%</p>
Il testo di color #6D857B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D857B;}
<p style="text-shadow: 3px 3px 1px #6D857B">Text here.</p>
Questo testo ha l'ombra di colore #6D857B.
.textShadow {text-shadow: 3px 3px 1px #6D857B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D857B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D857B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D857B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D857B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D857B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D857B; -webkit-box-shadow: 1px 1px 3px 2px #6D857B; box-shadow: 1px 1px 3px 2px #6D857B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D857B; -webkit-box-shadow: 1px 1px 3px 2px #6D857B; box-shadow:1px 1px 3px 2px #6D857B;">
Div content here</div>
Questo e il testo di colore #6D857B sullo sfondo nero.
Questo e il testo di colore #6D857B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D857B.
Questo è un testo bianco sullo sfondo del colore #6D857B.