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