HEX: #B47F7B
RGB: (180,127,123)
#B47F7B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B47F7B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B47F7B wird in RGB als (180,127,123) definiert.
RGB: (180,127,123)
(71%, 50%, 48%)
R 180 von 255 = 71%
G 127 von 255 = 50%
B 123 von 255 = 48%
R + G + B ~ 56%. #B47F7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 127 + 123 = 430 (100%)
R 180 von 430 ~ 41.86%
G 127 von 430 ~ 29.53%
B 123 von 430 ~ 28.6'%
Die Farbe #B47F7B wird in CMYK als (0,29,32,29) definiert.
CMYK: (0,29,32,29) C0M29Y32K29 (0%,29%,32%,29%) (0.00/0.29/0.32/0.29)
Farbe #B47F7B in den populären Farbmodellen.
B4 | 7F | 7B | |
---|---|---|---|
RGB | 180 | 127 | 123 |
HSL | 4° | 27.54% | 59.41% |
HSB/HSV | 4° | 31.67% | 70.59% |
CMYK | 0.00% | 29.44% | 31.67% |
29.41% |
Die Farbe #B47F7B in den populären Zahlensystemen.
Hexadezimal | B4 | 7F | 7B |
Dezimal | 180 | 127 | 123 |
Binär | 10110100 | 1111111 | 1111011 |
Oktal | 264 | 177 | 173 |
Dunkle Töne der Farbe #B47F7B
Helle Töne der Farbe #B47F7B
Beispiele css- und html für Elemente in der Farbe #B47F7B. Bitte benutzen Sie auch rgb(180,127,123) statt hex-Code.
.myTextColor { color: #B47F7B; }
<p style="color:#B47F7B">This sample text font color is #B47F7B.</p>
Die Farbe dieses Textes ist #B47F7B.
.myBgColor { background-color: #B47F7B; }
<div style="background-color:#B47F7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B47F7B.
.myBorderColor { border: 1px solid #B47F7B; }
<div style="border:3px solid #B47F7B">Div</div>
Die Grenzen von diesem div sind in Farbe #B47F7B.
.myOpacity80 { color: #B47F7B; opacity: 0.8; }
<p style="color:#B47F7B;opacity:0.8;">80%</p>
Text in Farbe #B47F7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47F7B;}
<p style="text-shadow: 3px 3px 1px #B47F7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B47F7B.
.textShadow {text-shadow: 3px 3px 1px #B47F7B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47F7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B47F7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47F7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47F7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47F7B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B47F7B;
-webkit-box-shadow: 1px 1px 3px 2px #B47F7B;
box-shadow: 1px 1px 3px 2px #B47F7B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B47F7B; -webkit-box-shadow: 1px 1px 3px 2px #B47F7B; box-shadow:1px 1px 3px 2px #B47F7B;">
Div content here
</div>
Dieser Text ist in der Farbe #B47F7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B47F7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B47F7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B47F7B.
Kontrastfarbe für #hex ist #4B8084.