HEX: #7D1B24
RGB: (125,27,36)
Il colore #7D1B24 contiene principalmente il rosso. Per il #7D1B24 il colore web safe è #663333 (#633).
Il colore 7D1B24 in RGB è definito come 125,27,36
RGB: (125,27,36) (49%,11%,14%)
R 125 da 255 = 49%
G 27 da 255 = 11%
B 36 da 255 = 14%
R + G + B ~ 25%. #7D1B24 colore abbastanza scuro.
R + G + B =
125 + 27 + 36 = 188 (100%)
R 125 da 188 ~ 66.49%
G 27 da 188 ~ 14.36%
B 36 da 188 ~ 19.15%
Il colore #7D1B24 in CMYK è definito come 0,78,71,51.
CMYK: (0,78,71,51) C0M78Y71K51 (0%,78%,71%,51%) (0.00/0.78/0.71/0.51)
7D | 1B | 24 | |
---|---|---|---|
RGB | 125 | 27 | 36 |
HSL | 354° | 64.47% | 29.80% |
HSB/HSV | 354° | 78.40% | 49.02% |
CMYK | 0.00% | 78.40% | 71.20% |
50.98% |
Esadicemale | 7D | 1B | 24 |
Decimale | 125 | 27 | 36 |
Binario | 1111101 | 11011 | 100100 |
Ottale | 175 | 33 | 44 |
Esempi dei codici css e html per gli elementi di colore #7D1B24. Utilizzate rgb(125,27,36) anche al posto del codice hex.
.myTextColor { color: #7D1B24; }
<p style="color:#7D1B24">This sample text font color is #7D1B24.</p>
Il colore di questo testo è #7D1B24.
.myBgColor { background-color: #7D1B24; }
<div style="background-color:#7D1B24">Inner text</div>
Questo div ha lo sfondo di colore #7D1B24.
.myBorderColor { border: 1px solid #7D1B24; }
<div style="border:3px solid #7D1B24">Div</div>
Questo div ha i bordi di colore 7D1B24.
.myOpacity80 { color: #7D1B24; opacity: 0.8; }
<p style="color:#7D1B24;opacity:0.8;">80%</p>
Il testo di color #7D1B24 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D1B24;}
<p style="text-shadow: 3px 3px 1px #7D1B24">Text here.</p>
Questo testo ha l'ombra di colore #7D1B24.
.textShadow {text-shadow: 3px 3px 1px #7D1B24, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D1B24, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D1B24 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D1B24, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D1B24, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D1B24 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D1B24; -webkit-box-shadow: 1px 1px 3px 2px #7D1B24; box-shadow: 1px 1px 3px 2px #7D1B24; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D1B24; -webkit-box-shadow: 1px 1px 3px 2px #7D1B24; box-shadow:1px 1px 3px 2px #7D1B24;">
Div content here</div>
Questo e il testo di colore #7D1B24 sullo sfondo nero.
Questo e il testo di colore #7D1B24 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D1B24.
Questo è un testo bianco sullo sfondo del colore #7D1B24.