HEX: #061309
RGB: (6,19,9)
Il colore #061309 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #061309 il colore web safe è #000000 (#000).
Il colore 061309 in RGB è definito come 6,19,9
RGB: (6,19,9) (2%,7%,4%)
R 6 da 255 = 2%
G 19 da 255 = 7%
B 9 da 255 = 4%
R + G + B ~ 4%. #061309 colore scuro.
R + G + B =
6 + 19 + 9 = 34 (100%)
R 6 da 34 ~ 17.65%
G 19 da 34 ~ 55.88%
B 9 da 34 ~ 26.47%
Il colore #061309 in CMYK è definito come 68,0,53,93.
CMYK: (68,0,53,93) C68M0Y53K93 (68%,0%,53%,93%) (0.68/0.00/0.53/0.93)
06 | 13 | 09 | |
---|---|---|---|
RGB | 6 | 19 | 9 |
HSL | 134° | 52.00% | 4.90% |
HSB/HSV | 134° | 68.42% | 7.45% |
CMYK | 68.42% | 0.00% | 52.63% |
92.55% |
Esadicemale | 06 | 13 | 09 |
Decimale | 6 | 19 | 9 |
Binario | 110 | 10011 | 1001 |
Ottale | 6 | 23 | 11 |
Esempi dei codici css e html per gli elementi di colore #061309. Utilizzate rgb(6,19,9) anche al posto del codice hex.
.myTextColor { color: #061309; }
<p style="color:#061309">This sample text font color is #061309.</p>
Il colore di questo testo è #061309.
.myBgColor { background-color: #061309; }
<div style="background-color:#061309">Inner text</div>
Questo div ha lo sfondo di colore #061309.
.myBorderColor { border: 1px solid #061309; }
<div style="border:3px solid #061309">Div</div>
Questo div ha i bordi di colore 061309.
.myOpacity80 { color: #061309; opacity: 0.8; }
<p style="color:#061309;opacity:0.8;">80%</p>
Il testo di color #061309 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061309;}
<p style="text-shadow: 3px 3px 1px #061309">Text here.</p>
Questo testo ha l'ombra di colore #061309.
.textShadow {text-shadow: 3px 3px 1px #061309, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061309, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #061309 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061309, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061309, Direction=45, Strength=4)">Text</p>
This text has shadow with #061309 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061309; -webkit-box-shadow: 1px 1px 3px 2px #061309; box-shadow: 1px 1px 3px 2px #061309; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #061309; -webkit-box-shadow: 1px 1px 3px 2px #061309; box-shadow:1px 1px 3px 2px #061309;">
Div content here</div>
Questo e il testo di colore #061309 sullo sfondo nero.
Questo e il testo di colore #061309 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #061309.
Questo è un testo bianco sullo sfondo del colore #061309.