HEX: #47AB6F
RGB: (71,171,111)
Il colore #47AB6F contiene principalmente il verde. Per il #47AB6F il colore web safe è #339966 (#396).
Il colore 47AB6F in RGB è definito come 71,171,111
RGB: (71,171,111) (28%,67%,44%)
R 71 da 255 = 28%
G 171 da 255 = 67%
B 111 da 255 = 44%
R + G + B ~ 46%. #47AB6F colore medio (né scuro né chiaro).
R + G + B =
71 + 171 + 111 = 353 (100%)
R 71 da 353 ~ 20.11%
G 171 da 353 ~ 48.44%
B 111 da 353 ~ 31.44%
Il colore #47AB6F in CMYK è definito come 58,0,35,33.
CMYK: (58,0,35,33) C58M0Y35K33 (58%,0%,35%,33%) (0.58/0.00/0.35/0.33)
47 | AB | 6F | |
---|---|---|---|
RGB | 71 | 171 | 111 |
HSL | 144° | 41.32% | 47.45% |
HSB/HSV | 144° | 58.48% | 67.06% |
CMYK | 58.48% | 0.00% | 35.09% |
32.94% |
Esadicemale | 47 | AB | 6F |
Decimale | 71 | 171 | 111 |
Binario | 1000111 | 10101011 | 1101111 |
Ottale | 107 | 253 | 157 |
Esempi dei codici css e html per gli elementi di colore #47AB6F. Utilizzate rgb(71,171,111) anche al posto del codice hex.
.myTextColor { color: #47AB6F; }
<p style="color:#47AB6F">This sample text font color is #47AB6F.</p>
Il colore di questo testo è #47AB6F.
.myBgColor { background-color: #47AB6F; }
<div style="background-color:#47AB6F">Inner text</div>
Questo div ha lo sfondo di colore #47AB6F.
.myBorderColor { border: 1px solid #47AB6F; }
<div style="border:3px solid #47AB6F">Div</div>
Questo div ha i bordi di colore 47AB6F.
.myOpacity80 { color: #47AB6F; opacity: 0.8; }
<p style="color:#47AB6F;opacity:0.8;">80%</p>
Il testo di color #47AB6F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47AB6F;}
<p style="text-shadow: 3px 3px 1px #47AB6F">Text here.</p>
Questo testo ha l'ombra di colore #47AB6F.
.textShadow {text-shadow: 3px 3px 1px #47AB6F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47AB6F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #47AB6F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47AB6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47AB6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47AB6F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47AB6F; -webkit-box-shadow: 1px 1px 3px 2px #47AB6F; box-shadow: 1px 1px 3px 2px #47AB6F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47AB6F; -webkit-box-shadow: 1px 1px 3px 2px #47AB6F; box-shadow:1px 1px 3px 2px #47AB6F;">
Div content here</div>
Questo e il testo di colore #47AB6F sullo sfondo nero.
Questo e il testo di colore #47AB6F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #47AB6F.
Questo è un testo bianco sullo sfondo del colore #47AB6F.