HEX: #507476
RGB: (80,116,118)
#507476 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #507476 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #507476 wird in RGB als (80,116,118) definiert.
RGB: (80,116,118)
(31%, 45%, 46%)
R 80 von 255 = 31%
G 116 von 255 = 45%
B 118 von 255 = 46%
R + G + B ~ 41%. #507476 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 116 + 118 = 314 (100%)
R 80 von 314 ~ 25.48%
G 116 von 314 ~ 36.94%
B 118 von 314 ~ 37.58'%
Die Farbe #507476 wird in CMYK als (32,2,0,54) definiert.
CMYK: (32,2,0,54) C32M2Y0K54 (32%,2%,0%,54%) (0.32/0.02/0.00/0.54)
Farbe #507476 in den populären Farbmodellen.
50 | 74 | 76 | |
---|---|---|---|
RGB | 80 | 116 | 118 |
HSL | 183° | 19.19% | 38.82% |
HSB/HSV | 183° | 32.20% | 46.27% |
CMYK | 32.20% | 1.69% | 0.00% |
53.73% |
Die Farbe #507476 in den populären Zahlensystemen.
Hexadezimal | 50 | 74 | 76 |
Dezimal | 80 | 116 | 118 |
Binär | 1010000 | 1110100 | 1110110 |
Oktal | 120 | 164 | 166 |
Dunkle Töne der Farbe #507476
Helle Töne der Farbe #507476
Beispiele css- und html für Elemente in der Farbe #507476. Bitte benutzen Sie auch rgb(80,116,118) statt hex-Code.
.myTextColor { color: #507476; }
<p style="color:#507476">This sample text font color is #507476.</p>
Die Farbe dieses Textes ist #507476.
.myBgColor { background-color: #507476; }
<div style="background-color:#507476">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #507476.
.myBorderColor { border: 1px solid #507476; }
<div style="border:3px solid #507476">Div</div>
Die Grenzen von diesem div sind in Farbe #507476.
.myOpacity80 { color: #507476; opacity: 0.8; }
<p style="color:#507476;opacity:0.8;">80%</p>
Text in Farbe #507476 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507476;}
<p style="text-shadow: 3px 3px 1px #507476">Text here.</p>
Dieser Text hat den Schatten in Farbe #507476.
.textShadow {text-shadow: 3px 3px 1px #507476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507476, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #507476 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507476, Direction=45, Strength=4)">Text</p>
This text has shadow with #507476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #507476;
-webkit-box-shadow: 1px 1px 3px 2px #507476;
box-shadow: 1px 1px 3px 2px #507476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #507476; -webkit-box-shadow: 1px 1px 3px 2px #507476; box-shadow:1px 1px 3px 2px #507476;">
Div content here
</div>
Dieser Text ist in der Farbe #507476 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #507476 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #507476.
Dieser Text ist weiß auf dem Hintergrund in Farbe #507476.
Kontrastfarbe für #hex ist #AF8B89.