HEX: #976D4C
RGB: (151,109,76)
Il colore #976D4C contiene principalmente il rosso e il verde. Per il #976D4C il colore web safe è #996633 (#963).
Il colore 976D4C in RGB è definito come 151,109,76
RGB: (151,109,76)
(59%, 43%, 30%)
R 151 da 255 = 59%
G 109 da 255 = 43%
B 76 da 255 = 30%
R + G + B ~ 44%. #976D4C colore medio (né scuro né chiaro).
R + G + B = 151 + 109 + 76 = 336 (100%)
R 151 da 336 ~ 44.94%
G 109 da 336 ~ 32.44%
B 76 da 336 ~ 22.62'%
Il colore #976D4C in CMYK è definito come 0,28,50,41.
CMYK: (0,28,50,41)
C0M28Y50K41 (0%, 28%, 50%, 41%)
(0.00 / 0.28 / 0.50 / 0.41)
Il #976D4C nei modelli di colore popolari.
97 | 6D | 4C | |
---|---|---|---|
RGB | 151 | 109 | 76 |
HSL | 26° | 33.04% | 44.51% |
HSB/HSV | 26° | 49.67% | 59.22% |
CMYK | 0.00% | 27.81% | 49.67% |
40.78% |
Il #976D4C nei modelli numerici popolari.
Esadicemale | 97 | 6D | 4C |
Decimale | 151 | 109 | 76 |
Binario | 10010111 | 1101101 | 1001100 |
Ottale | 227 | 155 | 114 |
Tonalità scure del colore #976D4C
Tonalità chiare del colore #976D4C
Esempi dei codici css e html per gli elementi di colore #976D4C. Utilizzate rgb(151,109,76) anche al posto del codice hex.
.myTextColor { color: #976D4C; }
<p style="color:#976D4C">This sample text font color is #976D4C.</p>
Il colore di questo testo è #976D4C.
.myBgColor { background-color: #976D4C; }
<div style="background-color:#976D4C">Inner text</div>
Questo div ha lo sfondo di colore #976D4C.
.myBorderColor { border: 1px solid #976D4C; }
<div style="border:3px solid #976D4C">Div</div>
Questo div ha i bordi di colore 976D4C.
.myOpacity80 { color: #976D4C; opacity: 0.8; }
<p style="color:#976D4C;opacity:0.8;">80%</p>
Il testo di color #976D4C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976D4C;}
<p style="text-shadow: 3px 3px 1px #976D4C">Text here.</p>
Questo testo ha l'ombra di colore #976D4C.
.textShadow {text-shadow: 3px 3px 1px #976D4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976D4C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #976D4C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976D4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976D4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #976D4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #976D4C;
-webkit-box-shadow: 1px 1px 3px 2px #976D4C;
box-shadow: 1px 1px 3px 2px #976D4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #976D4C; -webkit-box-shadow: 1px 1px 3px 2px #976D4C; box-shadow:1px 1px 3px 2px #976D4C;">
Div content here
</div>
Questo e il testo di colore #976D4C sullo sfondo nero.
Questo e il testo di colore #976D4C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #976D4C.
Questo è un testo bianco sullo sfondo del colore #976D4C.
Il colore complimentare del #hex è #6892B3..