HEX: #497D1F
RGB: (73,125,31)
Il colore #497D1F contiene principalmente il rosso e il verde. Per il #497D1F il colore web safe è #336633 (#363).
Il colore 497D1F in RGB è definito come 73,125,31
RGB: (73,125,31)
(29%, 49%, 12%)
R 73 da 255 = 29%
G 125 da 255 = 49%
B 31 da 255 = 12%
R + G + B ~ 30%. #497D1F colore abbastanza scuro.
R + G + B = 73 + 125 + 31 = 229 (100%)
R 73 da 229 ~ 31.88%
G 125 da 229 ~ 54.59%
B 31 da 229 ~ 13.54'%
Il colore #497D1F in CMYK è definito come 42,0,75,51.
CMYK: (42,0,75,51)
C42M0Y75K51 (42%, 0%, 75%, 51%)
(0.42 / 0.00 / 0.75 / 0.51)
Il #497D1F nei modelli di colore popolari.
49 | 7D | 1F | |
---|---|---|---|
RGB | 73 | 125 | 31 |
HSL | 93° | 60.26% | 30.59% |
HSB/HSV | 93° | 75.20% | 49.02% |
CMYK | 41.60% | 0.00% | 75.20% |
50.98% |
Il #497D1F nei modelli numerici popolari.
Esadicemale | 49 | 7D | 1F |
Decimale | 73 | 125 | 31 |
Binario | 1001001 | 1111101 | 11111 |
Ottale | 111 | 175 | 37 |
Tonalità scure del colore #497D1F
Tonalità chiare del colore #497D1F
Esempi dei codici css e html per gli elementi di colore #497D1F. Utilizzate rgb(73,125,31) anche al posto del codice hex.
.myTextColor { color: #497D1F; }
<p style="color:#497D1F">This sample text font color is #497D1F.</p>
Il colore di questo testo è #497D1F.
.myBgColor { background-color: #497D1F; }
<div style="background-color:#497D1F">Inner text</div>
Questo div ha lo sfondo di colore #497D1F.
.myBorderColor { border: 1px solid #497D1F; }
<div style="border:3px solid #497D1F">Div</div>
Questo div ha i bordi di colore 497D1F.
.myOpacity80 { color: #497D1F; opacity: 0.8; }
<p style="color:#497D1F;opacity:0.8;">80%</p>
Il testo di color #497D1F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497D1F;}
<p style="text-shadow: 3px 3px 1px #497D1F">Text here.</p>
Questo testo ha l'ombra di colore #497D1F.
.textShadow {text-shadow: 3px 3px 1px #497D1F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497D1F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #497D1F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497D1F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497D1F, Direction=45, Strength=4)">Text</p>
This text has shadow with #497D1F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497D1F;
-webkit-box-shadow: 1px 1px 3px 2px #497D1F;
box-shadow: 1px 1px 3px 2px #497D1F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497D1F; -webkit-box-shadow: 1px 1px 3px 2px #497D1F; box-shadow:1px 1px 3px 2px #497D1F;">
Div content here
</div>
Questo e il testo di colore #497D1F sullo sfondo nero.
Questo e il testo di colore #497D1F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #497D1F.
Questo è un testo bianco sullo sfondo del colore #497D1F.
Il colore complimentare del #hex è #B682E0..