HEX: #080509
RGB: (8,5,9)
Il colore #080509 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #080509 il colore web safe è #000000 (#000).
Il colore 080509 in RGB è definito come 8,5,9
RGB: (8,5,9) (3%,2%,4%)
R 8 da 255 = 3%
G 5 da 255 = 2%
B 9 da 255 = 4%
R + G + B ~ 3%. #080509 colore scuro.
R + G + B =
8 + 5 + 9 = 22 (100%)
R 8 da 22 ~ 36.36%
G 5 da 22 ~ 22.73%
B 9 da 22 ~ 40.91%
Il colore #080509 in CMYK è definito come 11,44,0,96.
CMYK: (11,44,0,96) C11M44Y0K96 (11%,44%,0%,96%) (0.11/0.44/0.00/0.96)
08 | 05 | 09 | |
---|---|---|---|
RGB | 8 | 5 | 9 |
HSL | 285° | 28.57% | 2.75% |
HSB/HSV | 285° | 44.44% | 3.53% |
CMYK | 11.11% | 44.44% | 0.00% |
96.47% |
Esadicemale | 08 | 05 | 09 |
Decimale | 8 | 5 | 9 |
Binario | 1000 | 101 | 1001 |
Ottale | 10 | 5 | 11 |
Esempi dei codici css e html per gli elementi di colore #080509. Utilizzate rgb(8,5,9) anche al posto del codice hex.
.myTextColor { color: #080509; }
<p style="color:#080509">This sample text font color is #080509.</p>
Il colore di questo testo è #080509.
.myBgColor { background-color: #080509; }
<div style="background-color:#080509">Inner text</div>
Questo div ha lo sfondo di colore #080509.
.myBorderColor { border: 1px solid #080509; }
<div style="border:3px solid #080509">Div</div>
Questo div ha i bordi di colore 080509.
.myOpacity80 { color: #080509; opacity: 0.8; }
<p style="color:#080509;opacity:0.8;">80%</p>
Il testo di color #080509 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #080509;}
<p style="text-shadow: 3px 3px 1px #080509">Text here.</p>
Questo testo ha l'ombra di colore #080509.
.textShadow {text-shadow: 3px 3px 1px #080509, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #080509, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #080509 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#080509, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#080509, Direction=45, Strength=4)">Text</p>
This text has shadow with #080509 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #080509; -webkit-box-shadow: 1px 1px 3px 2px #080509; box-shadow: 1px 1px 3px 2px #080509; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #080509; -webkit-box-shadow: 1px 1px 3px 2px #080509; box-shadow:1px 1px 3px 2px #080509;">
Div content here</div>
Questo e il testo di colore #080509 sullo sfondo nero.
Questo e il testo di colore #080509 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #080509.
Questo è un testo bianco sullo sfondo del colore #080509.