HEX: #6E385D
RGB: (110,56,93)
Il colore #6E385D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6E385D il colore web safe è #663366 (#636).
Il colore 6E385D in RGB è definito come 110,56,93
RGB: (110,56,93) (43%,22%,36%)
R 110 da 255 = 43%
G 56 da 255 = 22%
B 93 da 255 = 36%
R + G + B ~ 34%. #6E385D colore abbastanza scuro.
R + G + B =
110 + 56 + 93 = 259 (100%)
R 110 da 259 ~ 42.47%
G 56 da 259 ~ 21.62%
B 93 da 259 ~ 35.91%
Il colore #6E385D in CMYK è definito come 0,49,15,57.
CMYK: (0,49,15,57) C0M49Y15K57 (0%,49%,15%,57%) (0.00/0.49/0.15/0.57)
6E | 38 | 5D | |
---|---|---|---|
RGB | 110 | 56 | 93 |
HSL | 319° | 32.53% | 32.55% |
HSB/HSV | 319° | 49.09% | 43.14% |
CMYK | 0.00% | 49.09% | 15.45% |
56.86% |
Esadicemale | 6E | 38 | 5D |
Decimale | 110 | 56 | 93 |
Binario | 1101110 | 111000 | 1011101 |
Ottale | 156 | 70 | 135 |
Esempi dei codici css e html per gli elementi di colore #6E385D. Utilizzate rgb(110,56,93) anche al posto del codice hex.
.myTextColor { color: #6E385D; }
<p style="color:#6E385D">This sample text font color is #6E385D.</p>
Il colore di questo testo è #6E385D.
.myBgColor { background-color: #6E385D; }
<div style="background-color:#6E385D">Inner text</div>
Questo div ha lo sfondo di colore #6E385D.
.myBorderColor { border: 1px solid #6E385D; }
<div style="border:3px solid #6E385D">Div</div>
Questo div ha i bordi di colore 6E385D.
.myOpacity80 { color: #6E385D; opacity: 0.8; }
<p style="color:#6E385D;opacity:0.8;">80%</p>
Il testo di color #6E385D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E385D;}
<p style="text-shadow: 3px 3px 1px #6E385D">Text here.</p>
Questo testo ha l'ombra di colore #6E385D.
.textShadow {text-shadow: 3px 3px 1px #6E385D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E385D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E385D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E385D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E385D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E385D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E385D; -webkit-box-shadow: 1px 1px 3px 2px #6E385D; box-shadow: 1px 1px 3px 2px #6E385D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E385D; -webkit-box-shadow: 1px 1px 3px 2px #6E385D; box-shadow:1px 1px 3px 2px #6E385D;">
Div content here</div>
Questo e il testo di colore #6E385D sullo sfondo nero.
Questo e il testo di colore #6E385D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E385D.
Questo è un testo bianco sullo sfondo del colore #6E385D.