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