HEX: #6D633C
RGB: (109,99,60)
Il colore #6D633C contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D633C il colore web safe è #666633 (#663).
Il colore 6D633C in RGB è definito come 109,99,60
RGB: (109,99,60) (43%,39%,24%)
R 109 da 255 = 43%
G 99 da 255 = 39%
B 60 da 255 = 24%
R + G + B ~ 35%. #6D633C colore abbastanza scuro.
R + G + B =
109 + 99 + 60 = 268 (100%)
R 109 da 268 ~ 40.67%
G 99 da 268 ~ 36.94%
B 60 da 268 ~ 22.39%
Il colore #6D633C in CMYK è definito come 0,9,45,57.
CMYK: (0,9,45,57) C0M9Y45K57 (0%,9%,45%,57%) (0.00/0.09/0.45/0.57)
6D | 63 | 3C | |
---|---|---|---|
RGB | 109 | 99 | 60 |
HSL | 48° | 28.99% | 33.14% |
HSB/HSV | 48° | 44.95% | 42.75% |
CMYK | 0.00% | 9.17% | 44.95% |
57.25% |
Esadicemale | 6D | 63 | 3C |
Decimale | 109 | 99 | 60 |
Binario | 1101101 | 1100011 | 111100 |
Ottale | 155 | 143 | 74 |
Esempi dei codici css e html per gli elementi di colore #6D633C. Utilizzate rgb(109,99,60) anche al posto del codice hex.
.myTextColor { color: #6D633C; }
<p style="color:#6D633C">This sample text font color is #6D633C.</p>
Il colore di questo testo è #6D633C.
.myBgColor { background-color: #6D633C; }
<div style="background-color:#6D633C">Inner text</div>
Questo div ha lo sfondo di colore #6D633C.
.myBorderColor { border: 1px solid #6D633C; }
<div style="border:3px solid #6D633C">Div</div>
Questo div ha i bordi di colore 6D633C.
.myOpacity80 { color: #6D633C; opacity: 0.8; }
<p style="color:#6D633C;opacity:0.8;">80%</p>
Il testo di color #6D633C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D633C;}
<p style="text-shadow: 3px 3px 1px #6D633C">Text here.</p>
Questo testo ha l'ombra di colore #6D633C.
.textShadow {text-shadow: 3px 3px 1px #6D633C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D633C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D633C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D633C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D633C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D633C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D633C; -webkit-box-shadow: 1px 1px 3px 2px #6D633C; box-shadow: 1px 1px 3px 2px #6D633C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D633C; -webkit-box-shadow: 1px 1px 3px 2px #6D633C; box-shadow:1px 1px 3px 2px #6D633C;">
Div content here</div>
Questo e il testo di colore #6D633C sullo sfondo nero.
Questo e il testo di colore #6D633C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D633C.
Questo è un testo bianco sullo sfondo del colore #6D633C.