HEX: #507E1D
RGB: (80,126,29)
Il colore #507E1D contiene principalmente il rosso e il verde. Per il #507E1D il colore web safe è #666633 (#663).
Il colore 507E1D in RGB è definito come 80,126,29
RGB: (80,126,29) (31%,49%,11%)
R 80 da 255 = 31%
G 126 da 255 = 49%
B 29 da 255 = 11%
R + G + B ~ 30%. #507E1D colore abbastanza scuro.
R + G + B =
80 + 126 + 29 = 235 (100%)
R 80 da 235 ~ 34.04%
G 126 da 235 ~ 53.62%
B 29 da 235 ~ 12.34%
Il colore #507E1D in CMYK è definito come 37,0,77,51.
CMYK: (37,0,77,51) C37M0Y77K51 (37%,0%,77%,51%) (0.37/0.00/0.77/0.51)
50 | 7E | 1D | |
---|---|---|---|
RGB | 80 | 126 | 29 |
HSL | 88° | 62.58% | 30.39% |
HSB/HSV | 88° | 76.98% | 49.41% |
CMYK | 36.51% | 0.00% | 76.98% |
50.59% |
Esadicemale | 50 | 7E | 1D |
Decimale | 80 | 126 | 29 |
Binario | 1010000 | 1111110 | 11101 |
Ottale | 120 | 176 | 35 |
Esempi dei codici css e html per gli elementi di colore #507E1D. Utilizzate rgb(80,126,29) anche al posto del codice hex.
.myTextColor { color: #507E1D; }
<p style="color:#507E1D">This sample text font color is #507E1D.</p>
Il colore di questo testo è #507E1D.
.myBgColor { background-color: #507E1D; }
<div style="background-color:#507E1D">Inner text</div>
Questo div ha lo sfondo di colore #507E1D.
.myBorderColor { border: 1px solid #507E1D; }
<div style="border:3px solid #507E1D">Div</div>
Questo div ha i bordi di colore 507E1D.
.myOpacity80 { color: #507E1D; opacity: 0.8; }
<p style="color:#507E1D;opacity:0.8;">80%</p>
Il testo di color #507E1D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507E1D;}
<p style="text-shadow: 3px 3px 1px #507E1D">Text here.</p>
Questo testo ha l'ombra di colore #507E1D.
.textShadow {text-shadow: 3px 3px 1px #507E1D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507E1D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #507E1D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507E1D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507E1D, Direction=45, Strength=4)">Text</p>
This text has shadow with #507E1D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507E1D; -webkit-box-shadow: 1px 1px 3px 2px #507E1D; box-shadow: 1px 1px 3px 2px #507E1D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #507E1D; -webkit-box-shadow: 1px 1px 3px 2px #507E1D; box-shadow:1px 1px 3px 2px #507E1D;">
Div content here</div>
Questo e il testo di colore #507E1D sullo sfondo nero.
Questo e il testo di colore #507E1D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #507E1D.
Questo è un testo bianco sullo sfondo del colore #507E1D.