HEX: #80977D
RGB: (128,151,125)
#80977D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #80977D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #80977D wird in RGB als (128,151,125) definiert.
RGB: (128,151,125)
(50%, 59%, 49%)
R 128 von 255 = 50%
G 151 von 255 = 59%
B 125 von 255 = 49%
R + G + B ~ 53%. #80977D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 128 + 151 + 125 = 404 (100%)
R 128 von 404 ~ 31.68%
G 151 von 404 ~ 37.38%
B 125 von 404 ~ 30.94'%
Die Farbe #80977D wird in CMYK als (15,0,17,41) definiert.
CMYK: (15,0,17,41) C15M0Y17K41 (15%,0%,17%,41%) (0.15/0.00/0.17/0.41)
Farbe #80977D in den populären Farbmodellen.
80 | 97 | 7D | |
---|---|---|---|
RGB | 128 | 151 | 125 |
HSL | 113° | 11.11% | 54.12% |
HSB/HSV | 113° | 17.22% | 59.22% |
CMYK | 15.23% | 0.00% | 17.22% |
40.78% |
Die Farbe #80977D in den populären Zahlensystemen.
Hexadezimal | 80 | 97 | 7D |
Dezimal | 128 | 151 | 125 |
Binär | 10000000 | 10010111 | 1111101 |
Oktal | 200 | 227 | 175 |
Dunkle Töne der Farbe #80977D
Helle Töne der Farbe #80977D
Beispiele css- und html für Elemente in der Farbe #80977D. Bitte benutzen Sie auch rgb(128,151,125) statt hex-Code.
.myTextColor { color: #80977D; }
<p style="color:#80977D">This sample text font color is #80977D.</p>
Die Farbe dieses Textes ist #80977D.
.myBgColor { background-color: #80977D; }
<div style="background-color:#80977D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80977D.
.myBorderColor { border: 1px solid #80977D; }
<div style="border:3px solid #80977D">Div</div>
Die Grenzen von diesem div sind in Farbe #80977D.
.myOpacity80 { color: #80977D; opacity: 0.8; }
<p style="color:#80977D;opacity:0.8;">80%</p>
Text in Farbe #80977D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80977D;}
<p style="text-shadow: 3px 3px 1px #80977D">Text here.</p>
Dieser Text hat den Schatten in Farbe #80977D.
.textShadow {text-shadow: 3px 3px 1px #80977D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80977D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80977D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80977D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80977D, Direction=45, Strength=4)">Text</p>
This text has shadow with #80977D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80977D;
-webkit-box-shadow: 1px 1px 3px 2px #80977D;
box-shadow: 1px 1px 3px 2px #80977D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80977D; -webkit-box-shadow: 1px 1px 3px 2px #80977D; box-shadow:1px 1px 3px 2px #80977D;">
Div content here
</div>
Dieser Text ist in der Farbe #80977D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80977D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80977D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80977D.
Kontrastfarbe für #hex ist #7F6882.