HEX: #7D8E8D
RGB: (125,142,141)
Il colore #7D8E8D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D8E8D il colore web safe è #669999 (#699).
Il colore 7D8E8D in RGB è definito come 125,142,141
RGB: (125,142,141) (49%,56%,55%)
R 125 da 255 = 49%
G 142 da 255 = 56%
B 141 da 255 = 55%
R + G + B ~ 53%. #7D8E8D colore medio (né scuro né chiaro).
R + G + B =
125 + 142 + 141 = 408 (100%)
R 125 da 408 ~ 30.64%
G 142 da 408 ~ 34.8%
B 141 da 408 ~ 34.56%
Il colore #7D8E8D in CMYK è definito come 12,0,1,44.
CMYK: (12,0,1,44) C12M0Y1K44 (12%,0%,1%,44%) (0.12/0.00/0.01/0.44)
7D | 8E | 8D | |
---|---|---|---|
RGB | 125 | 142 | 141 |
HSL | 176° | 7.00% | 52.35% |
HSB/HSV | 176° | 11.97% | 55.69% |
CMYK | 11.97% | 0.00% | 0.70% |
44.31% |
Esadicemale | 7D | 8E | 8D |
Decimale | 125 | 142 | 141 |
Binario | 1111101 | 10001110 | 10001101 |
Ottale | 175 | 216 | 215 |
Esempi dei codici css e html per gli elementi di colore #7D8E8D. Utilizzate rgb(125,142,141) anche al posto del codice hex.
.myTextColor { color: #7D8E8D; }
<p style="color:#7D8E8D">This sample text font color is #7D8E8D.</p>
Il colore di questo testo è #7D8E8D.
.myBgColor { background-color: #7D8E8D; }
<div style="background-color:#7D8E8D">Inner text</div>
Questo div ha lo sfondo di colore #7D8E8D.
.myBorderColor { border: 1px solid #7D8E8D; }
<div style="border:3px solid #7D8E8D">Div</div>
Questo div ha i bordi di colore 7D8E8D.
.myOpacity80 { color: #7D8E8D; opacity: 0.8; }
<p style="color:#7D8E8D;opacity:0.8;">80%</p>
Il testo di color #7D8E8D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8E8D;}
<p style="text-shadow: 3px 3px 1px #7D8E8D">Text here.</p>
Questo testo ha l'ombra di colore #7D8E8D.
.textShadow {text-shadow: 3px 3px 1px #7D8E8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8E8D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D8E8D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8E8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8E8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8E8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D8E8D; -webkit-box-shadow: 1px 1px 3px 2px #7D8E8D; box-shadow: 1px 1px 3px 2px #7D8E8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D8E8D; -webkit-box-shadow: 1px 1px 3px 2px #7D8E8D; box-shadow:1px 1px 3px 2px #7D8E8D;">
Div content here</div>
Questo e il testo di colore #7D8E8D sullo sfondo nero.
Questo e il testo di colore #7D8E8D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D8E8D.
Questo è un testo bianco sullo sfondo del colore #7D8E8D.