HEX: #427E7D
RGB: (66,126,125)
Il colore #427E7D contiene principalmente il verde e il blu. Per il #427E7D il colore web safe è #336666 (#366).
Il colore 427E7D in RGB è definito come 66,126,125
RGB: (66,126,125) (26%,49%,49%)
R 66 da 255 = 26%
G 126 da 255 = 49%
B 125 da 255 = 49%
R + G + B ~ 41%. #427E7D colore medio (né scuro né chiaro).
R + G + B =
66 + 126 + 125 = 317 (100%)
R 66 da 317 ~ 20.82%
G 126 da 317 ~ 39.75%
B 125 da 317 ~ 39.43%
Il colore #427E7D in CMYK è definito come 48,0,1,51.
CMYK: (48,0,1,51) C48M0Y1K51 (48%,0%,1%,51%) (0.48/0.00/0.01/0.51)
42 | 7E | 7D | |
---|---|---|---|
RGB | 66 | 126 | 125 |
HSL | 179° | 31.25% | 37.65% |
HSB/HSV | 179° | 47.62% | 49.41% |
CMYK | 47.62% | 0.00% | 0.79% |
50.59% |
Esadicemale | 42 | 7E | 7D |
Decimale | 66 | 126 | 125 |
Binario | 1000010 | 1111110 | 1111101 |
Ottale | 102 | 176 | 175 |
Esempi dei codici css e html per gli elementi di colore #427E7D. Utilizzate rgb(66,126,125) anche al posto del codice hex.
.myTextColor { color: #427E7D; }
<p style="color:#427E7D">This sample text font color is #427E7D.</p>
Il colore di questo testo è #427E7D.
.myBgColor { background-color: #427E7D; }
<div style="background-color:#427E7D">Inner text</div>
Questo div ha lo sfondo di colore #427E7D.
.myBorderColor { border: 1px solid #427E7D; }
<div style="border:3px solid #427E7D">Div</div>
Questo div ha i bordi di colore 427E7D.
.myOpacity80 { color: #427E7D; opacity: 0.8; }
<p style="color:#427E7D;opacity:0.8;">80%</p>
Il testo di color #427E7D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427E7D;}
<p style="text-shadow: 3px 3px 1px #427E7D">Text here.</p>
Questo testo ha l'ombra di colore #427E7D.
.textShadow {text-shadow: 3px 3px 1px #427E7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427E7D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #427E7D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427E7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427E7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #427E7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427E7D; -webkit-box-shadow: 1px 1px 3px 2px #427E7D; box-shadow: 1px 1px 3px 2px #427E7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427E7D; -webkit-box-shadow: 1px 1px 3px 2px #427E7D; box-shadow:1px 1px 3px 2px #427E7D;">
Div content here</div>
Questo e il testo di colore #427E7D sullo sfondo nero.
Questo e il testo di colore #427E7D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #427E7D.
Questo è un testo bianco sullo sfondo del colore #427E7D.