HEX: #487D41
RGB: (72,125,65)
Il colore #487D41 contiene principalmente il rosso e il verde. Per il #487D41 il colore web safe è #336633 (#363).
Il colore 487D41 in RGB è definito come 72,125,65
RGB: (72,125,65) (28%,49%,25%)
R 72 da 255 = 28%
G 125 da 255 = 49%
B 65 da 255 = 25%
R + G + B ~ 34%. #487D41 colore abbastanza scuro.
R + G + B =
72 + 125 + 65 = 262 (100%)
R 72 da 262 ~ 27.48%
G 125 da 262 ~ 47.71%
B 65 da 262 ~ 24.81%
Il colore #487D41 in CMYK è definito come 42,0,48,51.
CMYK: (42,0,48,51) C42M0Y48K51 (42%,0%,48%,51%) (0.42/0.00/0.48/0.51)
48 | 7D | 41 | |
---|---|---|---|
RGB | 72 | 125 | 65 |
HSL | 113° | 31.58% | 37.25% |
HSB/HSV | 113° | 48.00% | 49.02% |
CMYK | 42.40% | 0.00% | 48.00% |
50.98% |
Esadicemale | 48 | 7D | 41 |
Decimale | 72 | 125 | 65 |
Binario | 1001000 | 1111101 | 1000001 |
Ottale | 110 | 175 | 101 |
Esempi dei codici css e html per gli elementi di colore #487D41. Utilizzate rgb(72,125,65) anche al posto del codice hex.
.myTextColor { color: #487D41; }
<p style="color:#487D41">This sample text font color is #487D41.</p>
Il colore di questo testo è #487D41.
.myBgColor { background-color: #487D41; }
<div style="background-color:#487D41">Inner text</div>
Questo div ha lo sfondo di colore #487D41.
.myBorderColor { border: 1px solid #487D41; }
<div style="border:3px solid #487D41">Div</div>
Questo div ha i bordi di colore 487D41.
.myOpacity80 { color: #487D41; opacity: 0.8; }
<p style="color:#487D41;opacity:0.8;">80%</p>
Il testo di color #487D41 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487D41;}
<p style="text-shadow: 3px 3px 1px #487D41">Text here.</p>
Questo testo ha l'ombra di colore #487D41.
.textShadow {text-shadow: 3px 3px 1px #487D41, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487D41, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #487D41 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487D41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487D41, Direction=45, Strength=4)">Text</p>
This text has shadow with #487D41 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487D41; -webkit-box-shadow: 1px 1px 3px 2px #487D41; box-shadow: 1px 1px 3px 2px #487D41; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #487D41; -webkit-box-shadow: 1px 1px 3px 2px #487D41; box-shadow:1px 1px 3px 2px #487D41;">
Div content here</div>
Questo e il testo di colore #487D41 sullo sfondo nero.
Questo e il testo di colore #487D41 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #487D41.
Questo è un testo bianco sullo sfondo del colore #487D41.