HEX: #7D734F
RGB: (125,115,79)
Il colore #7D734F contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7D734F il colore web safe è #666666 (#666).
Il colore 7D734F in RGB è definito come 125,115,79
RGB: (125,115,79) (49%,45%,31%)
R 125 da 255 = 49%
G 115 da 255 = 45%
B 79 da 255 = 31%
R + G + B ~ 42%. #7D734F colore medio (né scuro né chiaro).
R + G + B =
125 + 115 + 79 = 319 (100%)
R 125 da 319 ~ 39.18%
G 115 da 319 ~ 36.05%
B 79 da 319 ~ 24.76%
Il colore #7D734F in CMYK è definito come 0,8,37,51.
CMYK: (0,8,37,51) C0M8Y37K51 (0%,8%,37%,51%) (0.00/0.08/0.37/0.51)
7D | 73 | 4F | |
---|---|---|---|
RGB | 125 | 115 | 79 |
HSL | 47° | 22.55% | 40.00% |
HSB/HSV | 47° | 36.80% | 49.02% |
CMYK | 0.00% | 8.00% | 36.80% |
50.98% |
Esadicemale | 7D | 73 | 4F |
Decimale | 125 | 115 | 79 |
Binario | 1111101 | 1110011 | 1001111 |
Ottale | 175 | 163 | 117 |
Esempi dei codici css e html per gli elementi di colore #7D734F. Utilizzate rgb(125,115,79) anche al posto del codice hex.
.myTextColor { color: #7D734F; }
<p style="color:#7D734F">This sample text font color is #7D734F.</p>
Il colore di questo testo è #7D734F.
.myBgColor { background-color: #7D734F; }
<div style="background-color:#7D734F">Inner text</div>
Questo div ha lo sfondo di colore #7D734F.
.myBorderColor { border: 1px solid #7D734F; }
<div style="border:3px solid #7D734F">Div</div>
Questo div ha i bordi di colore 7D734F.
.myOpacity80 { color: #7D734F; opacity: 0.8; }
<p style="color:#7D734F;opacity:0.8;">80%</p>
Il testo di color #7D734F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D734F;}
<p style="text-shadow: 3px 3px 1px #7D734F">Text here.</p>
Questo testo ha l'ombra di colore #7D734F.
.textShadow {text-shadow: 3px 3px 1px #7D734F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D734F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D734F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D734F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D734F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D734F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D734F; -webkit-box-shadow: 1px 1px 3px 2px #7D734F; box-shadow: 1px 1px 3px 2px #7D734F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D734F; -webkit-box-shadow: 1px 1px 3px 2px #7D734F; box-shadow:1px 1px 3px 2px #7D734F;">
Div content here</div>
Questo e il testo di colore #7D734F sullo sfondo nero.
Questo e il testo di colore #7D734F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D734F.
Questo è un testo bianco sullo sfondo del colore #7D734F.