HEX: #83B979
RGB: (131,185,121)
#83B979 enthält hauptsächlich rote und grüne Farbe. Für #83B979 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #83B979 wird in RGB als (131,185,121) definiert.
RGB: (131,185,121)
(51%, 73%, 47%)
R 131 von 255 = 51%
G 185 von 255 = 73%
B 121 von 255 = 47%
R + G + B ~ 57%. #83B979 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 185 + 121 = 437 (100%)
R 131 von 437 ~ 29.98%
G 185 von 437 ~ 42.33%
B 121 von 437 ~ 27.69'%
Die Farbe #83B979 wird in CMYK als (29,0,35,27) definiert.
CMYK: (29,0,35,27)
C29M0Y35K27 (29%, 0%, 35%, 27%)
(0.29 / 0.00 / 0.35 / 0.27)
Farbe #83B979 in den populären Farbmodellen.
83 | B9 | 79 | |
---|---|---|---|
RGB | 131 | 185 | 121 |
HSL | 111° | 31.37% | 60.00% |
HSB/HSV | 111° | 34.59% | 72.55% |
CMYK | 29.19% | 0.00% | 34.59% |
27.45% |
Die Farbe #83B979 in den populären Zahlensystemen.
Hexadezimal | 83 | B9 | 79 |
Dezimal | 131 | 185 | 121 |
Binär | 10000011 | 10111001 | 1111001 |
Oktal | 203 | 271 | 171 |
Dunkle Töne der Farbe #83B979
Helle Töne der Farbe #83B979
Beispiele css- und html für Elemente in der Farbe #83B979. Bitte benutzen Sie auch rgb(131,185,121) statt hex-Code.
.myTextColor { color: #83B979; }
<p style="color:#83B979">This sample text font color is #83B979.</p>
Die Farbe dieses Textes ist #83B979.
.myBgColor { background-color: #83B979; }
<div style="background-color:#83B979">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #83B979.
.myBorderColor { border: 1px solid #83B979; }
<div style="border:3px solid #83B979">Div</div>
Die Grenzen von diesem div sind in Farbe #83B979.
.myOpacity80 { color: #83B979; opacity: 0.8; }
<p style="color:#83B979;opacity:0.8;">80%</p>
Text in Farbe #83B979 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83B979;}
<p style="text-shadow: 3px 3px 1px #83B979">Text here.</p>
Dieser Text hat den Schatten in Farbe #83B979.
.textShadow {text-shadow: 3px 3px 1px #83B979', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83B979, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #83B979 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83B979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83B979, Direction=45, Strength=4)">Text</p>
This text has shadow with #83B979 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83B979;
-webkit-box-shadow: 1px 1px 3px 2px #83B979;
box-shadow: 1px 1px 3px 2px #83B979;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83B979; -webkit-box-shadow: 1px 1px 3px 2px #83B979; box-shadow:1px 1px 3px 2px #83B979;">
Div content here
</div>
Dieser Text ist in der Farbe #83B979 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #83B979 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #83B979.
Dieser Text ist weiß auf dem Hintergrund in Farbe #83B979.
Kontrastfarbe für #hex ist #7C4686.