HEX: #817D4F
RGB: (129,125,79)
Il colore #817D4F contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #817D4F il colore web safe è #996666 (#966).
Il colore 817D4F in RGB è definito come 129,125,79
RGB: (129,125,79) (51%,49%,31%)
R 129 da 255 = 51%
G 125 da 255 = 49%
B 79 da 255 = 31%
R + G + B ~ 44%. #817D4F colore medio (né scuro né chiaro).
R + G + B =
129 + 125 + 79 = 333 (100%)
R 129 da 333 ~ 38.74%
G 125 da 333 ~ 37.54%
B 79 da 333 ~ 23.72%
Il colore #817D4F in CMYK è definito come 0,3,39,49.
CMYK: (0,3,39,49) C0M3Y39K49 (0%,3%,39%,49%) (0.00/0.03/0.39/0.49)
81 | 7D | 4F | |
---|---|---|---|
RGB | 129 | 125 | 79 |
HSL | 55° | 24.04% | 40.78% |
HSB/HSV | 55° | 38.76% | 50.59% |
CMYK | 0.00% | 3.10% | 38.76% |
49.41% |
Esadicemale | 81 | 7D | 4F |
Decimale | 129 | 125 | 79 |
Binario | 10000001 | 1111101 | 1001111 |
Ottale | 201 | 175 | 117 |
Esempi dei codici css e html per gli elementi di colore #817D4F. Utilizzate rgb(129,125,79) anche al posto del codice hex.
.myTextColor { color: #817D4F; }
<p style="color:#817D4F">This sample text font color is #817D4F.</p>
Il colore di questo testo è #817D4F.
.myBgColor { background-color: #817D4F; }
<div style="background-color:#817D4F">Inner text</div>
Questo div ha lo sfondo di colore #817D4F.
.myBorderColor { border: 1px solid #817D4F; }
<div style="border:3px solid #817D4F">Div</div>
Questo div ha i bordi di colore 817D4F.
.myOpacity80 { color: #817D4F; opacity: 0.8; }
<p style="color:#817D4F;opacity:0.8;">80%</p>
Il testo di color #817D4F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #817D4F;}
<p style="text-shadow: 3px 3px 1px #817D4F">Text here.</p>
Questo testo ha l'ombra di colore #817D4F.
.textShadow {text-shadow: 3px 3px 1px #817D4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #817D4F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #817D4F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#817D4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#817D4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #817D4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #817D4F; -webkit-box-shadow: 1px 1px 3px 2px #817D4F; box-shadow: 1px 1px 3px 2px #817D4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #817D4F; -webkit-box-shadow: 1px 1px 3px 2px #817D4F; box-shadow:1px 1px 3px 2px #817D4F;">
Div content here</div>
Questo e il testo di colore #817D4F sullo sfondo nero.
Questo e il testo di colore #817D4F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #817D4F.
Questo è un testo bianco sullo sfondo del colore #817D4F.