HEX: #7D713F
RGB: (125,113,63)
Il colore #7D713F contiene principalmente il rosso e il verde. Per il #7D713F il colore web safe è #666633 (#663).
Il colore 7D713F in RGB è definito come 125,113,63
RGB: (125,113,63) (49%,44%,25%)
R 125 da 255 = 49%
G 113 da 255 = 44%
B 63 da 255 = 25%
R + G + B ~ 39%. #7D713F colore abbastanza scuro.
R + G + B =
125 + 113 + 63 = 301 (100%)
R 125 da 301 ~ 41.53%
G 113 da 301 ~ 37.54%
B 63 da 301 ~ 20.93%
Il colore #7D713F in CMYK è definito come 0,10,50,51.
CMYK: (0,10,50,51) C0M10Y50K51 (0%,10%,50%,51%) (0.00/0.10/0.50/0.51)
7D | 71 | 3F | |
---|---|---|---|
RGB | 125 | 113 | 63 |
HSL | 48° | 32.98% | 36.86% |
HSB/HSV | 48° | 49.60% | 49.02% |
CMYK | 0.00% | 9.60% | 49.60% |
50.98% |
Esadicemale | 7D | 71 | 3F |
Decimale | 125 | 113 | 63 |
Binario | 1111101 | 1110001 | 111111 |
Ottale | 175 | 161 | 77 |
Esempi dei codici css e html per gli elementi di colore #7D713F. Utilizzate rgb(125,113,63) anche al posto del codice hex.
.myTextColor { color: #7D713F; }
<p style="color:#7D713F">This sample text font color is #7D713F.</p>
Il colore di questo testo è #7D713F.
.myBgColor { background-color: #7D713F; }
<div style="background-color:#7D713F">Inner text</div>
Questo div ha lo sfondo di colore #7D713F.
.myBorderColor { border: 1px solid #7D713F; }
<div style="border:3px solid #7D713F">Div</div>
Questo div ha i bordi di colore 7D713F.
.myOpacity80 { color: #7D713F; opacity: 0.8; }
<p style="color:#7D713F;opacity:0.8;">80%</p>
Il testo di color #7D713F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D713F;}
<p style="text-shadow: 3px 3px 1px #7D713F">Text here.</p>
Questo testo ha l'ombra di colore #7D713F.
.textShadow {text-shadow: 3px 3px 1px #7D713F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D713F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D713F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D713F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D713F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D713F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D713F; -webkit-box-shadow: 1px 1px 3px 2px #7D713F; box-shadow: 1px 1px 3px 2px #7D713F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D713F; -webkit-box-shadow: 1px 1px 3px 2px #7D713F; box-shadow:1px 1px 3px 2px #7D713F;">
Div content here</div>
Questo e il testo di colore #7D713F sullo sfondo nero.
Questo e il testo di colore #7D713F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D713F.
Questo è un testo bianco sullo sfondo del colore #7D713F.