HEX: #063326
RGB: (6,51,38)
Il colore #063326 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #063326 il colore web safe è #003333 (#033).
Il colore 063326 in RGB è definito come 6,51,38
RGB: (6,51,38) (2%,20%,15%)
R 6 da 255 = 2%
G 51 da 255 = 20%
B 38 da 255 = 15%
R + G + B ~ 12%. #063326 colore scuro.
R + G + B =
6 + 51 + 38 = 95 (100%)
R 6 da 95 ~ 6.32%
G 51 da 95 ~ 53.68%
B 38 da 95 ~ 40%
Il colore #063326 in CMYK è definito come 88,0,25,80.
CMYK: (88,0,25,80) C88M0Y25K80 (88%,0%,25%,80%) (0.88/0.00/0.25/0.80)
06 | 33 | 26 | |
---|---|---|---|
RGB | 6 | 51 | 38 |
HSL | 163° | 78.95% | 11.18% |
HSB/HSV | 163° | 88.24% | 20.00% |
CMYK | 88.24% | 0.00% | 25.49% |
80.00% |
Esadicemale | 06 | 33 | 26 |
Decimale | 6 | 51 | 38 |
Binario | 110 | 110011 | 100110 |
Ottale | 6 | 63 | 46 |
Esempi dei codici css e html per gli elementi di colore #063326. Utilizzate rgb(6,51,38) anche al posto del codice hex.
.myTextColor { color: #063326; }
<p style="color:#063326">This sample text font color is #063326.</p>
Il colore di questo testo è #063326.
.myBgColor { background-color: #063326; }
<div style="background-color:#063326">Inner text</div>
Questo div ha lo sfondo di colore #063326.
.myBorderColor { border: 1px solid #063326; }
<div style="border:3px solid #063326">Div</div>
Questo div ha i bordi di colore 063326.
.myOpacity80 { color: #063326; opacity: 0.8; }
<p style="color:#063326;opacity:0.8;">80%</p>
Il testo di color #063326 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #063326;}
<p style="text-shadow: 3px 3px 1px #063326">Text here.</p>
Questo testo ha l'ombra di colore #063326.
.textShadow {text-shadow: 3px 3px 1px #063326, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #063326, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #063326 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#063326, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#063326, Direction=45, Strength=4)">Text</p>
This text has shadow with #063326 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #063326; -webkit-box-shadow: 1px 1px 3px 2px #063326; box-shadow: 1px 1px 3px 2px #063326; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #063326; -webkit-box-shadow: 1px 1px 3px 2px #063326; box-shadow:1px 1px 3px 2px #063326;">
Div content here</div>
Questo e il testo di colore #063326 sullo sfondo nero.
Questo e il testo di colore #063326 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #063326.
Questo è un testo bianco sullo sfondo del colore #063326.