HEX: #83556D
RGB: (131,85,109)
#83556D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #83556D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #83556D wird in RGB als (131,85,109) definiert.
RGB: (131,85,109) (51%,33%,43%)
R 131 von 255 = 51%
G 85 von 255 = 33%
B 109 von 255 = 43%
R + G + B ~ 42%. #83556D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
131 + 85 + 109 = 325 (100%)
R 131 von 325 ~ 40.31%
G 85 von 325 ~ 26.15%
B 109 von 325 ~ 33.54%
Die Farbe #83556D wird in CMYK als (0,35,17,49) definiert.
CMYK: (0,35,17,49) C0M35Y17K49 (0%,35%,17%,49%) (0.00/0.35/0.17/0.49)
83 | 55 | 6D | |
---|---|---|---|
RGB | 131 | 85 | 109 |
HSL | 329° | 21.30% | 42.35% |
HSB/HSV | 329° | 35.11% | 51.37% |
CMYK | 0.00% | 35.11% | 16.79% |
48.63% |
Hexadezimal | 83 | 55 | 6D |
Dezimal | 131 | 85 | 109 |
Binär | 10000011 | 1010101 | 1101101 |
Oktal | 203 | 125 | 155 |
Beispiele css- und html für Elemente in der Farbe #83556D. Bitte benutzen Sie auch rgb(131,85,109) statt hex-Code.
.myTextColor { color: #83556D; }
<p style="color:#83556D">This sample text font color is #83556D.</p>
Die Farbe dieses Textes ist #83556D.
.myBgColor { background-color: #83556D; }
<div style="background-color:#83556D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #83556D.
.myBorderColor { border: 1px solid #83556D; }
<div style="border:3px solid #83556D">Div</div>
Die Grenzen von diesem div sind in Farbe #83556D.
.myOpacity80 { color: #83556D; opacity: 0.8; }
<p style="color:#83556D;opacity:0.8;">80%</p>
Text in Farbe #83556D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83556D;}
<p style="text-shadow: 3px 3px 1px #83556D">Text here.</p>
Dieser Text hat den Schatten in Farbe #83556D.
.textShadow {text-shadow: 3px 3px 1px #83556D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83556D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #83556D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83556D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83556D, Direction=45, Strength=4)">Text</p>
This text has shadow with #83556D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83556D; -webkit-box-shadow: 1px 1px 3px 2px #83556D; box-shadow: 1px 1px 3px 2px #83556D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #83556D; -webkit-box-shadow: 1px 1px 3px 2px #83556D; box-shadow:1px 1px 3px 2px #83556D;">
Div content here</div>
Dieser Text ist in der Farbe #83556D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #83556D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #83556D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #83556D.