HEX: #518E7D
RGB: (81,142,125)
Il colore #518E7D contiene principalmente il verde e il blu. Per il #518E7D il colore web safe è #669966 (#696).
Il colore 518E7D in RGB è definito come 81,142,125
RGB: (81,142,125) (32%,56%,49%)
R 81 da 255 = 32%
G 142 da 255 = 56%
B 125 da 255 = 49%
R + G + B ~ 46%. #518E7D colore medio (né scuro né chiaro).
R + G + B =
81 + 142 + 125 = 348 (100%)
R 81 da 348 ~ 23.28%
G 142 da 348 ~ 40.8%
B 125 da 348 ~ 35.92%
Il colore #518E7D in CMYK è definito come 43,0,12,44.
CMYK: (43,0,12,44) C43M0Y12K44 (43%,0%,12%,44%) (0.43/0.00/0.12/0.44)
51 | 8E | 7D | |
---|---|---|---|
RGB | 81 | 142 | 125 |
HSL | 163° | 27.35% | 43.73% |
HSB/HSV | 163° | 42.96% | 55.69% |
CMYK | 42.96% | 0.00% | 11.97% |
44.31% |
Esadicemale | 51 | 8E | 7D |
Decimale | 81 | 142 | 125 |
Binario | 1010001 | 10001110 | 1111101 |
Ottale | 121 | 216 | 175 |
Esempi dei codici css e html per gli elementi di colore #518E7D. Utilizzate rgb(81,142,125) anche al posto del codice hex.
.myTextColor { color: #518E7D; }
<p style="color:#518E7D">This sample text font color is #518E7D.</p>
Il colore di questo testo è #518E7D.
.myBgColor { background-color: #518E7D; }
<div style="background-color:#518E7D">Inner text</div>
Questo div ha lo sfondo di colore #518E7D.
.myBorderColor { border: 1px solid #518E7D; }
<div style="border:3px solid #518E7D">Div</div>
Questo div ha i bordi di colore 518E7D.
.myOpacity80 { color: #518E7D; opacity: 0.8; }
<p style="color:#518E7D;opacity:0.8;">80%</p>
Il testo di color #518E7D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #518E7D;}
<p style="text-shadow: 3px 3px 1px #518E7D">Text here.</p>
Questo testo ha l'ombra di colore #518E7D.
.textShadow {text-shadow: 3px 3px 1px #518E7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #518E7D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #518E7D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#518E7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#518E7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #518E7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #518E7D; -webkit-box-shadow: 1px 1px 3px 2px #518E7D; box-shadow: 1px 1px 3px 2px #518E7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #518E7D; -webkit-box-shadow: 1px 1px 3px 2px #518E7D; box-shadow:1px 1px 3px 2px #518E7D;">
Div content here</div>
Questo e il testo di colore #518E7D sullo sfondo nero.
Questo e il testo di colore #518E7D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #518E7D.
Questo è un testo bianco sullo sfondo del colore #518E7D.