HEX: #7DB780
RGB: (125,183,128)
Il colore #7DB780 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7DB780 il colore web safe è #66CC66 (#6C6).
Il colore 7DB780 in RGB è definito come 125,183,128
RGB: (125,183,128) (49%,72%,50%)
R 125 da 255 = 49%
G 183 da 255 = 72%
B 128 da 255 = 50%
R + G + B ~ 57%. #7DB780 colore medio (né scuro né chiaro).
R + G + B =
125 + 183 + 128 = 436 (100%)
R 125 da 436 ~ 28.67%
G 183 da 436 ~ 41.97%
B 128 da 436 ~ 29.36%
Il colore #7DB780 in CMYK è definito come 32,0,30,28.
CMYK: (32,0,30,28) C32M0Y30K28 (32%,0%,30%,28%) (0.32/0.00/0.30/0.28)
7D | B7 | 80 | |
---|---|---|---|
RGB | 125 | 183 | 128 |
HSL | 123° | 28.71% | 60.39% |
HSB/HSV | 123° | 31.69% | 71.76% |
CMYK | 31.69% | 0.00% | 30.05% |
28.24% |
Esadicemale | 7D | B7 | 80 |
Decimale | 125 | 183 | 128 |
Binario | 1111101 | 10110111 | 10000000 |
Ottale | 175 | 267 | 200 |
Esempi dei codici css e html per gli elementi di colore #7DB780. Utilizzate rgb(125,183,128) anche al posto del codice hex.
.myTextColor { color: #7DB780; }
<p style="color:#7DB780">This sample text font color is #7DB780.</p>
Il colore di questo testo è #7DB780.
.myBgColor { background-color: #7DB780; }
<div style="background-color:#7DB780">Inner text</div>
Questo div ha lo sfondo di colore #7DB780.
.myBorderColor { border: 1px solid #7DB780; }
<div style="border:3px solid #7DB780">Div</div>
Questo div ha i bordi di colore 7DB780.
.myOpacity80 { color: #7DB780; opacity: 0.8; }
<p style="color:#7DB780;opacity:0.8;">80%</p>
Il testo di color #7DB780 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DB780;}
<p style="text-shadow: 3px 3px 1px #7DB780">Text here.</p>
Questo testo ha l'ombra di colore #7DB780.
.textShadow {text-shadow: 3px 3px 1px #7DB780, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DB780, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7DB780 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DB780, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DB780, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DB780 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7DB780; -webkit-box-shadow: 1px 1px 3px 2px #7DB780; box-shadow: 1px 1px 3px 2px #7DB780; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7DB780; -webkit-box-shadow: 1px 1px 3px 2px #7DB780; box-shadow:1px 1px 3px 2px #7DB780;">
Div content here</div>
Questo e il testo di colore #7DB780 sullo sfondo nero.
Questo e il testo di colore #7DB780 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7DB780.
Questo è un testo bianco sullo sfondo del colore #7DB780.