HEX: #4D464B
RGB: (77,70,75)
Il colore #4D464B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #4D464B il colore web safe è #333333 (#333).
Il colore 4D464B in RGB è definito come 77,70,75
RGB: (77,70,75) (30%,27%,29%)
R 77 da 255 = 30%
G 70 da 255 = 27%
B 75 da 255 = 29%
R + G + B ~ 29%. #4D464B colore abbastanza scuro.
R + G + B =
77 + 70 + 75 = 222 (100%)
R 77 da 222 ~ 34.68%
G 70 da 222 ~ 31.53%
B 75 da 222 ~ 33.78%
Il colore #4D464B in CMYK è definito come 0,9,3,70.
CMYK: (0,9,3,70) C0M9Y3K70 (0%,9%,3%,70%) (0.00/0.09/0.03/0.70)
4D | 46 | 4B | |
---|---|---|---|
RGB | 77 | 70 | 75 |
HSL | 317° | 4.76% | 28.82% |
HSB/HSV | 317° | 9.09% | 30.20% |
CMYK | 0.00% | 9.09% | 2.60% |
69.80% |
Esadicemale | 4D | 46 | 4B |
Decimale | 77 | 70 | 75 |
Binario | 1001101 | 1000110 | 1001011 |
Ottale | 115 | 106 | 113 |
Esempi dei codici css e html per gli elementi di colore #4D464B. Utilizzate rgb(77,70,75) anche al posto del codice hex.
.myTextColor { color: #4D464B; }
<p style="color:#4D464B">This sample text font color is #4D464B.</p>
Il colore di questo testo è #4D464B.
.myBgColor { background-color: #4D464B; }
<div style="background-color:#4D464B">Inner text</div>
Questo div ha lo sfondo di colore #4D464B.
.myBorderColor { border: 1px solid #4D464B; }
<div style="border:3px solid #4D464B">Div</div>
Questo div ha i bordi di colore 4D464B.
.myOpacity80 { color: #4D464B; opacity: 0.8; }
<p style="color:#4D464B;opacity:0.8;">80%</p>
Il testo di color #4D464B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D464B;}
<p style="text-shadow: 3px 3px 1px #4D464B">Text here.</p>
Questo testo ha l'ombra di colore #4D464B.
.textShadow {text-shadow: 3px 3px 1px #4D464B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D464B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4D464B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D464B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D464B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D464B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D464B; -webkit-box-shadow: 1px 1px 3px 2px #4D464B; box-shadow: 1px 1px 3px 2px #4D464B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D464B; -webkit-box-shadow: 1px 1px 3px 2px #4D464B; box-shadow:1px 1px 3px 2px #4D464B;">
Div content here</div>
Questo e il testo di colore #4D464B sullo sfondo nero.
Questo e il testo di colore #4D464B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4D464B.
Questo è un testo bianco sullo sfondo del colore #4D464B.