HEX: #6E121D
RGB: (110,18,29)
Il colore #6E121D contiene principalmente il rosso. Per il #6E121D il colore web safe è #660033 (#603).
Il colore 6E121D in RGB è definito come 110,18,29
RGB: (110,18,29) (43%,7%,11%)
R 110 da 255 = 43%
G 18 da 255 = 7%
B 29 da 255 = 11%
R + G + B ~ 20%. #6E121D colore scuro.
R + G + B =
110 + 18 + 29 = 157 (100%)
R 110 da 157 ~ 70.06%
G 18 da 157 ~ 11.46%
B 29 da 157 ~ 18.47%
Il colore #6E121D in CMYK è definito come 0,84,74,57.
CMYK: (0,84,74,57) C0M84Y74K57 (0%,84%,74%,57%) (0.00/0.84/0.74/0.57)
6E | 12 | 1D | |
---|---|---|---|
RGB | 110 | 18 | 29 |
HSL | 353° | 71.88% | 25.10% |
HSB/HSV | 353° | 83.64% | 43.14% |
CMYK | 0.00% | 83.64% | 73.64% |
56.86% |
Esadicemale | 6E | 12 | 1D |
Decimale | 110 | 18 | 29 |
Binario | 1101110 | 10010 | 11101 |
Ottale | 156 | 22 | 35 |
Esempi dei codici css e html per gli elementi di colore #6E121D. Utilizzate rgb(110,18,29) anche al posto del codice hex.
.myTextColor { color: #6E121D; }
<p style="color:#6E121D">This sample text font color is #6E121D.</p>
Il colore di questo testo è #6E121D.
.myBgColor { background-color: #6E121D; }
<div style="background-color:#6E121D">Inner text</div>
Questo div ha lo sfondo di colore #6E121D.
.myBorderColor { border: 1px solid #6E121D; }
<div style="border:3px solid #6E121D">Div</div>
Questo div ha i bordi di colore 6E121D.
.myOpacity80 { color: #6E121D; opacity: 0.8; }
<p style="color:#6E121D;opacity:0.8;">80%</p>
Il testo di color #6E121D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E121D;}
<p style="text-shadow: 3px 3px 1px #6E121D">Text here.</p>
Questo testo ha l'ombra di colore #6E121D.
.textShadow {text-shadow: 3px 3px 1px #6E121D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E121D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E121D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E121D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E121D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E121D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E121D; -webkit-box-shadow: 1px 1px 3px 2px #6E121D; box-shadow: 1px 1px 3px 2px #6E121D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E121D; -webkit-box-shadow: 1px 1px 3px 2px #6E121D; box-shadow:1px 1px 3px 2px #6E121D;">
Div content here</div>
Questo e il testo di colore #6E121D sullo sfondo nero.
Questo e il testo di colore #6E121D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E121D.
Questo è un testo bianco sullo sfondo del colore #6E121D.