HEX: #7D828F
RGB: (125,130,143)
Il colore #7D828F contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D828F il colore web safe è #669999 (#699).
Il colore 7D828F in RGB è definito come 125,130,143
RGB: (125,130,143) (49%,51%,56%)
R 125 da 255 = 49%
G 130 da 255 = 51%
B 143 da 255 = 56%
R + G + B ~ 52%. #7D828F colore medio (né scuro né chiaro).
R + G + B =
125 + 130 + 143 = 398 (100%)
R 125 da 398 ~ 31.41%
G 130 da 398 ~ 32.66%
B 143 da 398 ~ 35.93%
Il colore #7D828F in CMYK è definito come 13,9,0,44.
CMYK: (13,9,0,44) C13M9Y0K44 (13%,9%,0%,44%) (0.13/0.09/0.00/0.44)
7D | 82 | 8F | |
---|---|---|---|
RGB | 125 | 130 | 143 |
HSL | 223° | 7.44% | 52.55% |
HSB/HSV | 223° | 12.59% | 56.08% |
CMYK | 12.59% | 9.09% | 0.00% |
43.92% |
Esadicemale | 7D | 82 | 8F |
Decimale | 125 | 130 | 143 |
Binario | 1111101 | 10000010 | 10001111 |
Ottale | 175 | 202 | 217 |
Esempi dei codici css e html per gli elementi di colore #7D828F. Utilizzate rgb(125,130,143) anche al posto del codice hex.
.myTextColor { color: #7D828F; }
<p style="color:#7D828F">This sample text font color is #7D828F.</p>
Il colore di questo testo è #7D828F.
.myBgColor { background-color: #7D828F; }
<div style="background-color:#7D828F">Inner text</div>
Questo div ha lo sfondo di colore #7D828F.
.myBorderColor { border: 1px solid #7D828F; }
<div style="border:3px solid #7D828F">Div</div>
Questo div ha i bordi di colore 7D828F.
.myOpacity80 { color: #7D828F; opacity: 0.8; }
<p style="color:#7D828F;opacity:0.8;">80%</p>
Il testo di color #7D828F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D828F;}
<p style="text-shadow: 3px 3px 1px #7D828F">Text here.</p>
Questo testo ha l'ombra di colore #7D828F.
.textShadow {text-shadow: 3px 3px 1px #7D828F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D828F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D828F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D828F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D828F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D828F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D828F; -webkit-box-shadow: 1px 1px 3px 2px #7D828F; box-shadow: 1px 1px 3px 2px #7D828F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D828F; -webkit-box-shadow: 1px 1px 3px 2px #7D828F; box-shadow:1px 1px 3px 2px #7D828F;">
Div content here</div>
Questo e il testo di colore #7D828F sullo sfondo nero.
Questo e il testo di colore #7D828F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D828F.
Questo è un testo bianco sullo sfondo del colore #7D828F.