HEX: #71B180
RGB: (113,177,128)
#71B180 enthält hauptsächlich grüne und blaue Farbe. Für #71B180 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #71B180 wird in RGB als (113,177,128) definiert.
RGB: (113,177,128)
(44%, 69%, 50%)
R 113 von 255 = 44%
G 177 von 255 = 69%
B 128 von 255 = 50%
R + G + B ~ 54%. #71B180 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 177 + 128 = 418 (100%)
R 113 von 418 ~ 27.03%
G 177 von 418 ~ 42.34%
B 128 von 418 ~ 30.62'%
Die Farbe #71B180 wird in CMYK als (36,0,28,31) definiert.
CMYK: (36,0,28,31)
C36M0Y28K31 (36%, 0%, 28%, 31%)
(0.36 / 0.00 / 0.28 / 0.31)
Farbe #71B180 in den populären Farbmodellen.
71 | B1 | 80 | |
---|---|---|---|
RGB | 113 | 177 | 128 |
HSL | 134° | 29.09% | 56.86% |
HSB/HSV | 134° | 36.16% | 69.41% |
CMYK | 36.16% | 0.00% | 27.68% |
30.59% |
Die Farbe #71B180 in den populären Zahlensystemen.
Hexadezimal | 71 | B1 | 80 |
Dezimal | 113 | 177 | 128 |
Binär | 1110001 | 10110001 | 10000000 |
Oktal | 161 | 261 | 200 |
Dunkle Töne der Farbe #71B180
Helle Töne der Farbe #71B180
Beispiele css- und html für Elemente in der Farbe #71B180. Bitte benutzen Sie auch rgb(113,177,128) statt hex-Code.
.myTextColor { color: #71B180; }
<p style="color:#71B180">This sample text font color is #71B180.</p>
Die Farbe dieses Textes ist #71B180.
.myBgColor { background-color: #71B180; }
<div style="background-color:#71B180">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B180.
.myBorderColor { border: 1px solid #71B180; }
<div style="border:3px solid #71B180">Div</div>
Die Grenzen von diesem div sind in Farbe #71B180.
.myOpacity80 { color: #71B180; opacity: 0.8; }
<p style="color:#71B180;opacity:0.8;">80%</p>
Text in Farbe #71B180 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B180;}
<p style="text-shadow: 3px 3px 1px #71B180">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B180.
.textShadow {text-shadow: 3px 3px 1px #71B180', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B180, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B180 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B180, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B180, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B180 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B180;
-webkit-box-shadow: 1px 1px 3px 2px #71B180;
box-shadow: 1px 1px 3px 2px #71B180;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B180; -webkit-box-shadow: 1px 1px 3px 2px #71B180; box-shadow:1px 1px 3px 2px #71B180;">
Div content here
</div>
Dieser Text ist in der Farbe #71B180 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B180 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B180.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B180.
Kontrastfarbe für #hex ist #8E4E7F.