HEX: #737D31
RGB: (115,125,49)
Il colore #737D31 contiene principalmente il rosso e il verde. Per il #737D31 il colore web safe è #666633 (#663).
Il colore 737D31 in RGB è definito come 115,125,49
RGB: (115,125,49) (45%,49%,19%)
R 115 da 255 = 45%
G 125 da 255 = 49%
B 49 da 255 = 19%
R + G + B ~ 38%. #737D31 colore abbastanza scuro.
R + G + B =
115 + 125 + 49 = 289 (100%)
R 115 da 289 ~ 39.79%
G 125 da 289 ~ 43.25%
B 49 da 289 ~ 16.96%
Il colore #737D31 in CMYK è definito come 8,0,61,51.
CMYK: (8,0,61,51) C8M0Y61K51 (8%,0%,61%,51%) (0.08/0.00/0.61/0.51)
73 | 7D | 31 | |
---|---|---|---|
RGB | 115 | 125 | 49 |
HSL | 68° | 43.68% | 34.12% |
HSB/HSV | 68° | 60.80% | 49.02% |
CMYK | 8.00% | 0.00% | 60.80% |
50.98% |
Esadicemale | 73 | 7D | 31 |
Decimale | 115 | 125 | 49 |
Binario | 1110011 | 1111101 | 110001 |
Ottale | 163 | 175 | 61 |
Esempi dei codici css e html per gli elementi di colore #737D31. Utilizzate rgb(115,125,49) anche al posto del codice hex.
.myTextColor { color: #737D31; }
<p style="color:#737D31">This sample text font color is #737D31.</p>
Il colore di questo testo è #737D31.
.myBgColor { background-color: #737D31; }
<div style="background-color:#737D31">Inner text</div>
Questo div ha lo sfondo di colore #737D31.
.myBorderColor { border: 1px solid #737D31; }
<div style="border:3px solid #737D31">Div</div>
Questo div ha i bordi di colore 737D31.
.myOpacity80 { color: #737D31; opacity: 0.8; }
<p style="color:#737D31;opacity:0.8;">80%</p>
Il testo di color #737D31 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #737D31;}
<p style="text-shadow: 3px 3px 1px #737D31">Text here.</p>
Questo testo ha l'ombra di colore #737D31.
.textShadow {text-shadow: 3px 3px 1px #737D31, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #737D31, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #737D31 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#737D31, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#737D31, Direction=45, Strength=4)">Text</p>
This text has shadow with #737D31 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #737D31; -webkit-box-shadow: 1px 1px 3px 2px #737D31; box-shadow: 1px 1px 3px 2px #737D31; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #737D31; -webkit-box-shadow: 1px 1px 3px 2px #737D31; box-shadow:1px 1px 3px 2px #737D31;">
Div content here</div>
Questo e il testo di colore #737D31 sullo sfondo nero.
Questo e il testo di colore #737D31 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #737D31.
Questo è un testo bianco sullo sfondo del colore #737D31.