HEX: #6D505B
RGB: (109,80,91)
Il colore #6D505B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D505B il colore web safe è #666666 (#666).
Il colore 6D505B in RGB è definito come 109,80,91
RGB: (109,80,91) (43%,31%,36%)
R 109 da 255 = 43%
G 80 da 255 = 31%
B 91 da 255 = 36%
R + G + B ~ 37%. #6D505B colore abbastanza scuro.
R + G + B =
109 + 80 + 91 = 280 (100%)
R 109 da 280 ~ 38.93%
G 80 da 280 ~ 28.57%
B 91 da 280 ~ 32.5%
Il colore #6D505B in CMYK è definito come 0,27,17,57.
CMYK: (0,27,17,57) C0M27Y17K57 (0%,27%,17%,57%) (0.00/0.27/0.17/0.57)
6D | 50 | 5B | |
---|---|---|---|
RGB | 109 | 80 | 91 |
HSL | 337° | 15.34% | 37.06% |
HSB/HSV | 337° | 26.61% | 42.75% |
CMYK | 0.00% | 26.61% | 16.51% |
57.25% |
Esadicemale | 6D | 50 | 5B |
Decimale | 109 | 80 | 91 |
Binario | 1101101 | 1010000 | 1011011 |
Ottale | 155 | 120 | 133 |
Esempi dei codici css e html per gli elementi di colore #6D505B. Utilizzate rgb(109,80,91) anche al posto del codice hex.
.myTextColor { color: #6D505B; }
<p style="color:#6D505B">This sample text font color is #6D505B.</p>
Il colore di questo testo è #6D505B.
.myBgColor { background-color: #6D505B; }
<div style="background-color:#6D505B">Inner text</div>
Questo div ha lo sfondo di colore #6D505B.
.myBorderColor { border: 1px solid #6D505B; }
<div style="border:3px solid #6D505B">Div</div>
Questo div ha i bordi di colore 6D505B.
.myOpacity80 { color: #6D505B; opacity: 0.8; }
<p style="color:#6D505B;opacity:0.8;">80%</p>
Il testo di color #6D505B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D505B;}
<p style="text-shadow: 3px 3px 1px #6D505B">Text here.</p>
Questo testo ha l'ombra di colore #6D505B.
.textShadow {text-shadow: 3px 3px 1px #6D505B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D505B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D505B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D505B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D505B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D505B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D505B; -webkit-box-shadow: 1px 1px 3px 2px #6D505B; box-shadow: 1px 1px 3px 2px #6D505B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D505B; -webkit-box-shadow: 1px 1px 3px 2px #6D505B; box-shadow:1px 1px 3px 2px #6D505B;">
Div content here</div>
Questo e il testo di colore #6D505B sullo sfondo nero.
Questo e il testo di colore #6D505B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D505B.
Questo è un testo bianco sullo sfondo del colore #6D505B.