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