HEX: #6D4C31
RGB: (109,76,49)
Il colore #6D4C31 contiene principalmente il rosso e il verde. Per il #6D4C31 il colore web safe è #663333 (#633).
Il colore 6D4C31 in RGB è definito come 109,76,49
RGB: (109,76,49) (43%,30%,19%)
R 109 da 255 = 43%
G 76 da 255 = 30%
B 49 da 255 = 19%
R + G + B ~ 31%. #6D4C31 colore abbastanza scuro.
R + G + B =
109 + 76 + 49 = 234 (100%)
R 109 da 234 ~ 46.58%
G 76 da 234 ~ 32.48%
B 49 da 234 ~ 20.94%
Il colore #6D4C31 in CMYK è definito come 0,30,55,57.
CMYK: (0,30,55,57) C0M30Y55K57 (0%,30%,55%,57%) (0.00/0.30/0.55/0.57)
6D | 4C | 31 | |
---|---|---|---|
RGB | 109 | 76 | 49 |
HSL | 27° | 37.97% | 30.98% |
HSB/HSV | 27° | 55.05% | 42.75% |
CMYK | 0.00% | 30.28% | 55.05% |
57.25% |
Esadicemale | 6D | 4C | 31 |
Decimale | 109 | 76 | 49 |
Binario | 1101101 | 1001100 | 110001 |
Ottale | 155 | 114 | 61 |
Esempi dei codici css e html per gli elementi di colore #6D4C31. Utilizzate rgb(109,76,49) anche al posto del codice hex.
.myTextColor { color: #6D4C31; }
<p style="color:#6D4C31">This sample text font color is #6D4C31.</p>
Il colore di questo testo è #6D4C31.
.myBgColor { background-color: #6D4C31; }
<div style="background-color:#6D4C31">Inner text</div>
Questo div ha lo sfondo di colore #6D4C31.
.myBorderColor { border: 1px solid #6D4C31; }
<div style="border:3px solid #6D4C31">Div</div>
Questo div ha i bordi di colore 6D4C31.
.myOpacity80 { color: #6D4C31; opacity: 0.8; }
<p style="color:#6D4C31;opacity:0.8;">80%</p>
Il testo di color #6D4C31 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D4C31;}
<p style="text-shadow: 3px 3px 1px #6D4C31">Text here.</p>
Questo testo ha l'ombra di colore #6D4C31.
.textShadow {text-shadow: 3px 3px 1px #6D4C31, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D4C31, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D4C31 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D4C31, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D4C31, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D4C31 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D4C31; -webkit-box-shadow: 1px 1px 3px 2px #6D4C31; box-shadow: 1px 1px 3px 2px #6D4C31; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D4C31; -webkit-box-shadow: 1px 1px 3px 2px #6D4C31; box-shadow:1px 1px 3px 2px #6D4C31;">
Div content here</div>
Questo e il testo di colore #6D4C31 sullo sfondo nero.
Questo e il testo di colore #6D4C31 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D4C31.
Questo è un testo bianco sullo sfondo del colore #6D4C31.