HEX: #856D50
RGB: (133,109,80)
#856D50 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #856D50 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #856D50 wird in RGB als (133,109,80) definiert.
RGB: (133,109,80) (52%,43%,31%)
R 133 von 255 = 52%
G 109 von 255 = 43%
B 80 von 255 = 31%
R + G + B ~ 42%. #856D50 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
133 + 109 + 80 = 322 (100%)
R 133 von 322 ~ 41.3%
G 109 von 322 ~ 33.85%
B 80 von 322 ~ 24.84%
Die Farbe #856D50 wird in CMYK als (0,18,40,48) definiert.
CMYK: (0,18,40,48) C0M18Y40K48 (0%,18%,40%,48%) (0.00/0.18/0.40/0.48)
85 | 6D | 50 | |
---|---|---|---|
RGB | 133 | 109 | 80 |
HSL | 33° | 24.88% | 41.76% |
HSB/HSV | 33° | 39.85% | 52.16% |
CMYK | 0.00% | 18.05% | 39.85% |
47.84% |
Hexadezimal | 85 | 6D | 50 |
Dezimal | 133 | 109 | 80 |
Binär | 10000101 | 1101101 | 1010000 |
Oktal | 205 | 155 | 120 |
Beispiele css- und html für Elemente in der Farbe #856D50. Bitte benutzen Sie auch rgb(133,109,80) statt hex-Code.
.myTextColor { color: #856D50; }
<p style="color:#856D50">This sample text font color is #856D50.</p>
Die Farbe dieses Textes ist #856D50.
.myBgColor { background-color: #856D50; }
<div style="background-color:#856D50">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #856D50.
.myBorderColor { border: 1px solid #856D50; }
<div style="border:3px solid #856D50">Div</div>
Die Grenzen von diesem div sind in Farbe #856D50.
.myOpacity80 { color: #856D50; opacity: 0.8; }
<p style="color:#856D50;opacity:0.8;">80%</p>
Text in Farbe #856D50 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #856D50;}
<p style="text-shadow: 3px 3px 1px #856D50">Text here.</p>
Dieser Text hat den Schatten in Farbe #856D50.
.textShadow {text-shadow: 3px 3px 1px #856D50, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #856D50, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #856D50 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#856D50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#856D50, Direction=45, Strength=4)">Text</p>
This text has shadow with #856D50 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #856D50; -webkit-box-shadow: 1px 1px 3px 2px #856D50; box-shadow: 1px 1px 3px 2px #856D50; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #856D50; -webkit-box-shadow: 1px 1px 3px 2px #856D50; box-shadow:1px 1px 3px 2px #856D50;">
Div content here</div>
Dieser Text ist in der Farbe #856D50 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #856D50 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #856D50.
Dieser Text ist weiß auf dem Hintergrund in Farbe #856D50.