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