HEX: #837371
RGB: (131,115,113)
#837371 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837371 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #837371 wird in RGB als (131,115,113) definiert.
RGB: (131,115,113) (51%,45%,44%)
R 131 von 255 = 51%
G 115 von 255 = 45%
B 113 von 255 = 44%
R + G + B ~ 47%. #837371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
131 + 115 + 113 = 359 (100%)
R 131 von 359 ~ 36.49%
G 115 von 359 ~ 32.03%
B 113 von 359 ~ 31.48%
Die Farbe #837371 wird in CMYK als (0,12,14,49) definiert.
CMYK: (0,12,14,49) C0M12Y14K49 (0%,12%,14%,49%) (0.00/0.12/0.14/0.49)
83 | 73 | 71 | |
---|---|---|---|
RGB | 131 | 115 | 113 |
HSL | 7° | 7.38% | 47.84% |
HSB/HSV | 7° | 13.74% | 51.37% |
CMYK | 0.00% | 12.21% | 13.74% |
48.63% |
Hexadezimal | 83 | 73 | 71 |
Dezimal | 131 | 115 | 113 |
Binär | 10000011 | 1110011 | 1110001 |
Oktal | 203 | 163 | 161 |
Beispiele css- und html für Elemente in der Farbe #837371. Bitte benutzen Sie auch rgb(131,115,113) statt hex-Code.
.myTextColor { color: #837371; }
<p style="color:#837371">This sample text font color is #837371.</p>
Die Farbe dieses Textes ist #837371.
.myBgColor { background-color: #837371; }
<div style="background-color:#837371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837371.
.myBorderColor { border: 1px solid #837371; }
<div style="border:3px solid #837371">Div</div>
Die Grenzen von diesem div sind in Farbe #837371.
.myOpacity80 { color: #837371; opacity: 0.8; }
<p style="color:#837371;opacity:0.8;">80%</p>
Text in Farbe #837371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837371;}
<p style="text-shadow: 3px 3px 1px #837371">Text here.</p>
Dieser Text hat den Schatten in Farbe #837371.
.textShadow {text-shadow: 3px 3px 1px #837371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837371, Direction=45, Strength=4)">Text</p>
This text has shadow with #837371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #837371; -webkit-box-shadow: 1px 1px 3px 2px #837371; box-shadow: 1px 1px 3px 2px #837371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #837371; -webkit-box-shadow: 1px 1px 3px 2px #837371; box-shadow:1px 1px 3px 2px #837371;">
Div content here</div>
Dieser Text ist in der Farbe #837371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837371.