HEX: #508151
RGB: (80,129,81)
#508151 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #508151 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #508151 wird in RGB als (80,129,81) definiert.
RGB: (80,129,81)
(31%, 51%, 32%)
R 80 von 255 = 31%
G 129 von 255 = 51%
B 81 von 255 = 32%
R + G + B ~ 38%. #508151 ziemlich dunkle Farbe.
R + G + B = 80 + 129 + 81 = 290 (100%)
R 80 von 290 ~ 27.59%
G 129 von 290 ~ 44.48%
B 81 von 290 ~ 27.93'%
Die Farbe #508151 wird in CMYK als (38,0,37,49) definiert.
CMYK: (38,0,37,49) C38M0Y37K49 (38%,0%,37%,49%) (0.38/0.00/0.37/0.49)
Farbe #508151 in den populären Farbmodellen.
50 | 81 | 51 | |
---|---|---|---|
RGB | 80 | 129 | 81 |
HSL | 121° | 23.44% | 40.98% |
HSB/HSV | 121° | 37.98% | 50.59% |
CMYK | 37.98% | 0.00% | 37.21% |
49.41% |
Die Farbe #508151 in den populären Zahlensystemen.
Hexadezimal | 50 | 81 | 51 |
Dezimal | 80 | 129 | 81 |
Binär | 1010000 | 10000001 | 1010001 |
Oktal | 120 | 201 | 121 |
Dunkle Töne der Farbe #508151
Helle Töne der Farbe #508151
Beispiele css- und html für Elemente in der Farbe #508151. Bitte benutzen Sie auch rgb(80,129,81) statt hex-Code.
.myTextColor { color: #508151; }
<p style="color:#508151">This sample text font color is #508151.</p>
Die Farbe dieses Textes ist #508151.
.myBgColor { background-color: #508151; }
<div style="background-color:#508151">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #508151.
.myBorderColor { border: 1px solid #508151; }
<div style="border:3px solid #508151">Div</div>
Die Grenzen von diesem div sind in Farbe #508151.
.myOpacity80 { color: #508151; opacity: 0.8; }
<p style="color:#508151;opacity:0.8;">80%</p>
Text in Farbe #508151 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #508151;}
<p style="text-shadow: 3px 3px 1px #508151">Text here.</p>
Dieser Text hat den Schatten in Farbe #508151.
.textShadow {text-shadow: 3px 3px 1px #508151', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #508151, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #508151 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#508151, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#508151, Direction=45, Strength=4)">Text</p>
This text has shadow with #508151 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #508151;
-webkit-box-shadow: 1px 1px 3px 2px #508151;
box-shadow: 1px 1px 3px 2px #508151;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #508151; -webkit-box-shadow: 1px 1px 3px 2px #508151; box-shadow:1px 1px 3px 2px #508151;">
Div content here
</div>
Dieser Text ist in der Farbe #508151 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #508151 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #508151.
Dieser Text ist weiß auf dem Hintergrund in Farbe #508151.
Kontrastfarbe für #hex ist #AF7EAE.