HEX: #B37D8B
RGB: (179,125,139)
Il colore #B37D8B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #B37D8B il colore web safe è #996699 (#969).
Il colore B37D8B in RGB è definito come 179,125,139
RGB: (179,125,139)
(70%, 49%, 55%)
R 179 da 255 = 70%
G 125 da 255 = 49%
B 139 da 255 = 55%
R + G + B ~ 58%. #B37D8B colore medio (né scuro né chiaro).
R + G + B = 179 + 125 + 139 = 443 (100%)
R 179 da 443 ~ 40.41%
G 125 da 443 ~ 28.22%
B 139 da 443 ~ 31.38'%
Il colore #B37D8B in CMYK è definito come 0,30,22,30.
CMYK: (0,30,22,30)
C0M30Y22K30 (0%, 30%, 22%, 30%)
(0.00 / 0.30 / 0.22 / 0.30)
Il #B37D8B nei modelli di colore popolari.
B3 | 7D | 8B | |
---|---|---|---|
RGB | 179 | 125 | 139 |
HSL | 344° | 26.21% | 59.61% |
HSB/HSV | 344° | 30.17% | 70.20% |
CMYK | 0.00% | 30.17% | 22.35% |
29.80% |
Il #B37D8B nei modelli numerici popolari.
Esadicemale | B3 | 7D | 8B |
Decimale | 179 | 125 | 139 |
Binario | 10110011 | 1111101 | 10001011 |
Ottale | 263 | 175 | 213 |
Tonalità scure del colore #B37D8B
Tonalità chiare del colore #B37D8B
Esempi dei codici css e html per gli elementi di colore #B37D8B. Utilizzate rgb(179,125,139) anche al posto del codice hex.
.myTextColor { color: #B37D8B; }
<p style="color:#B37D8B">This sample text font color is #B37D8B.</p>
Il colore di questo testo è #B37D8B.
.myBgColor { background-color: #B37D8B; }
<div style="background-color:#B37D8B">Inner text</div>
Questo div ha lo sfondo di colore #B37D8B.
.myBorderColor { border: 1px solid #B37D8B; }
<div style="border:3px solid #B37D8B">Div</div>
Questo div ha i bordi di colore B37D8B.
.myOpacity80 { color: #B37D8B; opacity: 0.8; }
<p style="color:#B37D8B;opacity:0.8;">80%</p>
Il testo di color #B37D8B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37D8B;}
<p style="text-shadow: 3px 3px 1px #B37D8B">Text here.</p>
Questo testo ha l'ombra di colore #B37D8B.
.textShadow {text-shadow: 3px 3px 1px #B37D8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37D8B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B37D8B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37D8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37D8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37D8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B37D8B;
-webkit-box-shadow: 1px 1px 3px 2px #B37D8B;
box-shadow: 1px 1px 3px 2px #B37D8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B37D8B; -webkit-box-shadow: 1px 1px 3px 2px #B37D8B; box-shadow:1px 1px 3px 2px #B37D8B;">
Div content here
</div>
Questo e il testo di colore #B37D8B sullo sfondo nero.
Questo e il testo di colore #B37D8B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B37D8B.
Questo è un testo bianco sullo sfondo del colore #B37D8B.
Il colore complimentare del #hex è #4C8274..