HEX: #B37C75
RGB: (179,124,117)
#B37C75 enthält hauptsächlich rote und grüne Farbe. Für #B37C75 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B37C75 wird in RGB als (179,124,117) definiert.
RGB: (179,124,117) (70%,49%,46%)
R 179 von 255 = 70%
G 124 von 255 = 49%
B 117 von 255 = 46%
R + G + B ~ 55%. #B37C75 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
179 + 124 + 117 = 420 (100%)
R 179 von 420 ~ 42.62%
G 124 von 420 ~ 29.52%
B 117 von 420 ~ 27.86%
Die Farbe #B37C75 wird in CMYK als (0,31,35,30) definiert.
CMYK: (0,31,35,30) C0M31Y35K30 (0%,31%,35%,30%) (0.00/0.31/0.35/0.30)
B3 | 7C | 75 | |
---|---|---|---|
RGB | 179 | 124 | 117 |
HSL | 7° | 28.97% | 58.04% |
HSB/HSV | 7° | 34.64% | 70.20% |
CMYK | 0.00% | 30.73% | 34.64% |
29.80% |
Hexadezimal | B3 | 7C | 75 |
Dezimal | 179 | 124 | 117 |
Binär | 10110011 | 1111100 | 1110101 |
Oktal | 263 | 174 | 165 |
Beispiele css- und html für Elemente in der Farbe #B37C75. Bitte benutzen Sie auch rgb(179,124,117) statt hex-Code.
.myTextColor { color: #B37C75; }
<p style="color:#B37C75">This sample text font color is #B37C75.</p>
Die Farbe dieses Textes ist #B37C75.
.myBgColor { background-color: #B37C75; }
<div style="background-color:#B37C75">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B37C75.
.myBorderColor { border: 1px solid #B37C75; }
<div style="border:3px solid #B37C75">Div</div>
Die Grenzen von diesem div sind in Farbe #B37C75.
.myOpacity80 { color: #B37C75; opacity: 0.8; }
<p style="color:#B37C75;opacity:0.8;">80%</p>
Text in Farbe #B37C75 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37C75;}
<p style="text-shadow: 3px 3px 1px #B37C75">Text here.</p>
Dieser Text hat den Schatten in Farbe #B37C75.
.textShadow {text-shadow: 3px 3px 1px #B37C75, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37C75, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B37C75 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37C75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37C75, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37C75 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B37C75; -webkit-box-shadow: 1px 1px 3px 2px #B37C75; box-shadow: 1px 1px 3px 2px #B37C75; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B37C75; -webkit-box-shadow: 1px 1px 3px 2px #B37C75; box-shadow:1px 1px 3px 2px #B37C75;">
Div content here</div>
Dieser Text ist in der Farbe #B37C75 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B37C75 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B37C75.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B37C75.