HEX: #6E715D
RGB: (110,113,93)
Il colore #6E715D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6E715D il colore web safe è #666666 (#666).
Il colore 6E715D in RGB è definito come 110,113,93
RGB: (110,113,93) (43%,44%,36%)
R 110 da 255 = 43%
G 113 da 255 = 44%
B 93 da 255 = 36%
R + G + B ~ 41%. #6E715D colore medio (né scuro né chiaro).
R + G + B =
110 + 113 + 93 = 316 (100%)
R 110 da 316 ~ 34.81%
G 113 da 316 ~ 35.76%
B 93 da 316 ~ 29.43%
Il colore #6E715D in CMYK è definito come 3,0,18,56.
CMYK: (3,0,18,56) C3M0Y18K56 (3%,0%,18%,56%) (0.03/0.00/0.18/0.56)
6E | 71 | 5D | |
---|---|---|---|
RGB | 110 | 113 | 93 |
HSL | 69° | 9.71% | 40.39% |
HSB/HSV | 69° | 17.70% | 44.31% |
CMYK | 2.65% | 0.00% | 17.70% |
55.69% |
Esadicemale | 6E | 71 | 5D |
Decimale | 110 | 113 | 93 |
Binario | 1101110 | 1110001 | 1011101 |
Ottale | 156 | 161 | 135 |
Esempi dei codici css e html per gli elementi di colore #6E715D. Utilizzate rgb(110,113,93) anche al posto del codice hex.
.myTextColor { color: #6E715D; }
<p style="color:#6E715D">This sample text font color is #6E715D.</p>
Il colore di questo testo è #6E715D.
.myBgColor { background-color: #6E715D; }
<div style="background-color:#6E715D">Inner text</div>
Questo div ha lo sfondo di colore #6E715D.
.myBorderColor { border: 1px solid #6E715D; }
<div style="border:3px solid #6E715D">Div</div>
Questo div ha i bordi di colore 6E715D.
.myOpacity80 { color: #6E715D; opacity: 0.8; }
<p style="color:#6E715D;opacity:0.8;">80%</p>
Il testo di color #6E715D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E715D;}
<p style="text-shadow: 3px 3px 1px #6E715D">Text here.</p>
Questo testo ha l'ombra di colore #6E715D.
.textShadow {text-shadow: 3px 3px 1px #6E715D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E715D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E715D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E715D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E715D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E715D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E715D; -webkit-box-shadow: 1px 1px 3px 2px #6E715D; box-shadow: 1px 1px 3px 2px #6E715D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E715D; -webkit-box-shadow: 1px 1px 3px 2px #6E715D; box-shadow:1px 1px 3px 2px #6E715D;">
Div content here</div>
Questo e il testo di colore #6E715D sullo sfondo nero.
Questo e il testo di colore #6E715D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E715D.
Questo è un testo bianco sullo sfondo del colore #6E715D.