HEX: #6D5E65
RGB: (109,94,101)
Il colore #6D5E65 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D5E65 il colore web safe è #666666 (#666).
Il colore 6D5E65 in RGB è definito come 109,94,101
RGB: (109,94,101) (43%,37%,40%)
R 109 da 255 = 43%
G 94 da 255 = 37%
B 101 da 255 = 40%
R + G + B ~ 40%. #6D5E65 colore medio (né scuro né chiaro).
R + G + B =
109 + 94 + 101 = 304 (100%)
R 109 da 304 ~ 35.86%
G 94 da 304 ~ 30.92%
B 101 da 304 ~ 33.22%
Il colore #6D5E65 in CMYK è definito come 0,14,7,57.
CMYK: (0,14,7,57) C0M14Y7K57 (0%,14%,7%,57%) (0.00/0.14/0.07/0.57)
6D | 5E | 65 | |
---|---|---|---|
RGB | 109 | 94 | 101 |
HSL | 332° | 7.39% | 39.80% |
HSB/HSV | 332° | 13.76% | 42.75% |
CMYK | 0.00% | 13.76% | 7.34% |
57.25% |
Esadicemale | 6D | 5E | 65 |
Decimale | 109 | 94 | 101 |
Binario | 1101101 | 1011110 | 1100101 |
Ottale | 155 | 136 | 145 |
Esempi dei codici css e html per gli elementi di colore #6D5E65. Utilizzate rgb(109,94,101) anche al posto del codice hex.
.myTextColor { color: #6D5E65; }
<p style="color:#6D5E65">This sample text font color is #6D5E65.</p>
Il colore di questo testo è #6D5E65.
.myBgColor { background-color: #6D5E65; }
<div style="background-color:#6D5E65">Inner text</div>
Questo div ha lo sfondo di colore #6D5E65.
.myBorderColor { border: 1px solid #6D5E65; }
<div style="border:3px solid #6D5E65">Div</div>
Questo div ha i bordi di colore 6D5E65.
.myOpacity80 { color: #6D5E65; opacity: 0.8; }
<p style="color:#6D5E65;opacity:0.8;">80%</p>
Il testo di color #6D5E65 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D5E65;}
<p style="text-shadow: 3px 3px 1px #6D5E65">Text here.</p>
Questo testo ha l'ombra di colore #6D5E65.
.textShadow {text-shadow: 3px 3px 1px #6D5E65, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D5E65, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D5E65 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D5E65, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D5E65, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D5E65 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D5E65; -webkit-box-shadow: 1px 1px 3px 2px #6D5E65; box-shadow: 1px 1px 3px 2px #6D5E65; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D5E65; -webkit-box-shadow: 1px 1px 3px 2px #6D5E65; box-shadow:1px 1px 3px 2px #6D5E65;">
Div content here</div>
Questo e il testo di colore #6D5E65 sullo sfondo nero.
Questo e il testo di colore #6D5E65 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D5E65.
Questo è un testo bianco sullo sfondo del colore #6D5E65.