HEX: #83808B
RGB: (131,128,139)
#83808B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #83808B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #83808B wird in RGB als (131,128,139) definiert.
RGB: (131,128,139) (51%,50%,55%)
R 131 von 255 = 51%
G 128 von 255 = 50%
B 139 von 255 = 55%
R + G + B ~ 52%. #83808B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
131 + 128 + 139 = 398 (100%)
R 131 von 398 ~ 32.91%
G 128 von 398 ~ 32.16%
B 139 von 398 ~ 34.92%
Die Farbe #83808B wird in CMYK als (6,8,0,45) definiert.
CMYK: (6,8,0,45) C6M8Y0K45 (6%,8%,0%,45%) (0.06/0.08/0.00/0.45)
83 | 80 | 8B | |
---|---|---|---|
RGB | 131 | 128 | 139 |
HSL | 256° | 4.53% | 52.35% |
HSB/HSV | 256° | 7.91% | 54.51% |
CMYK | 5.76% | 7.91% | 0.00% |
45.49% |
Hexadezimal | 83 | 80 | 8B |
Dezimal | 131 | 128 | 139 |
Binär | 10000011 | 10000000 | 10001011 |
Oktal | 203 | 200 | 213 |
Beispiele css- und html für Elemente in der Farbe #83808B. Bitte benutzen Sie auch rgb(131,128,139) statt hex-Code.
.myTextColor { color: #83808B; }
<p style="color:#83808B">This sample text font color is #83808B.</p>
Die Farbe dieses Textes ist #83808B.
.myBgColor { background-color: #83808B; }
<div style="background-color:#83808B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #83808B.
.myBorderColor { border: 1px solid #83808B; }
<div style="border:3px solid #83808B">Div</div>
Die Grenzen von diesem div sind in Farbe #83808B.
.myOpacity80 { color: #83808B; opacity: 0.8; }
<p style="color:#83808B;opacity:0.8;">80%</p>
Text in Farbe #83808B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83808B;}
<p style="text-shadow: 3px 3px 1px #83808B">Text here.</p>
Dieser Text hat den Schatten in Farbe #83808B.
.textShadow {text-shadow: 3px 3px 1px #83808B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83808B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #83808B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83808B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83808B, Direction=45, Strength=4)">Text</p>
This text has shadow with #83808B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83808B; -webkit-box-shadow: 1px 1px 3px 2px #83808B; box-shadow: 1px 1px 3px 2px #83808B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #83808B; -webkit-box-shadow: 1px 1px 3px 2px #83808B; box-shadow:1px 1px 3px 2px #83808B;">
Div content here</div>
Dieser Text ist in der Farbe #83808B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #83808B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #83808B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #83808B.