HEX: #988383
RGB: (152,131,131)
#988383 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #988383 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #988383 wird in RGB als (152,131,131) definiert.
RGB: (152,131,131)
(60%, 51%, 51%)
R 152 von 255 = 60%
G 131 von 255 = 51%
B 131 von 255 = 51%
R + G + B ~ 54%. #988383 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 152 + 131 + 131 = 414 (100%)
R 152 von 414 ~ 36.71%
G 131 von 414 ~ 31.64%
B 131 von 414 ~ 31.64'%
Die Farbe #988383 wird in CMYK als (0,14,14,40) definiert.
CMYK: (0,14,14,40)
C0M14Y14K40 (0%, 14%, 14%, 40%)
(0.00 / 0.14 / 0.14 / 0.40)
Farbe #988383 in den populären Farbmodellen.
98 | 83 | 83 | |
---|---|---|---|
RGB | 152 | 131 | 131 |
HSL | 0° | 9.25% | 55.49% |
HSB/HSV | 0° | 13.82% | 59.61% |
CMYK | 0.00% | 13.82% | 13.82% |
40.39% |
Die Farbe #988383 in den populären Zahlensystemen.
Hexadezimal | 98 | 83 | 83 |
Dezimal | 152 | 131 | 131 |
Binär | 10011000 | 10000011 | 10000011 |
Oktal | 230 | 203 | 203 |
Dunkle Töne der Farbe #988383
Helle Töne der Farbe #988383
Beispiele css- und html für Elemente in der Farbe #988383. Bitte benutzen Sie auch rgb(152,131,131) statt hex-Code.
.myTextColor { color: #988383; }
<p style="color:#988383">This sample text font color is #988383.</p>
Die Farbe dieses Textes ist #988383.
.myBgColor { background-color: #988383; }
<div style="background-color:#988383">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #988383.
.myBorderColor { border: 1px solid #988383; }
<div style="border:3px solid #988383">Div</div>
Die Grenzen von diesem div sind in Farbe #988383.
.myOpacity80 { color: #988383; opacity: 0.8; }
<p style="color:#988383;opacity:0.8;">80%</p>
Text in Farbe #988383 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988383;}
<p style="text-shadow: 3px 3px 1px #988383">Text here.</p>
Dieser Text hat den Schatten in Farbe #988383.
.textShadow {text-shadow: 3px 3px 1px #988383', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988383, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #988383 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988383, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988383, Direction=45, Strength=4)">Text</p>
This text has shadow with #988383 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988383;
-webkit-box-shadow: 1px 1px 3px 2px #988383;
box-shadow: 1px 1px 3px 2px #988383;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988383; -webkit-box-shadow: 1px 1px 3px 2px #988383; box-shadow:1px 1px 3px 2px #988383;">
Div content here
</div>
Dieser Text ist in der Farbe #988383 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #988383 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #988383.
Dieser Text ist weiß auf dem Hintergrund in Farbe #988383.