HEX: #71A18B
RGB: (113,161,139)
#71A18B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71A18B ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #71A18B wird in RGB als (113,161,139) definiert.
RGB: (113,161,139) (44%,63%,55%)
R 113 von 255 = 44%
G 161 von 255 = 63%
B 139 von 255 = 55%
R + G + B ~ 54%. #71A18B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 161 + 139 = 413 (100%)
R 113 von 413 ~ 27.36%
G 161 von 413 ~ 38.98%
B 139 von 413 ~ 33.66%
Die Farbe #71A18B wird in CMYK als (30,0,14,37) definiert.
CMYK: (30,0,14,37) C30M0Y14K37 (30%,0%,14%,37%) (0.30/0.00/0.14/0.37)
71 | A1 | 8B | |
---|---|---|---|
RGB | 113 | 161 | 139 |
HSL | 153° | 20.34% | 53.73% |
HSB/HSV | 153° | 29.81% | 63.14% |
CMYK | 29.81% | 0.00% | 13.66% |
36.86% |
Hexadezimal | 71 | A1 | 8B |
Dezimal | 113 | 161 | 139 |
Binär | 1110001 | 10100001 | 10001011 |
Oktal | 161 | 241 | 213 |
Beispiele css- und html für Elemente in der Farbe #71A18B. Bitte benutzen Sie auch rgb(113,161,139) statt hex-Code.
.myTextColor { color: #71A18B; }
<p style="color:#71A18B">This sample text font color is #71A18B.</p>
Die Farbe dieses Textes ist #71A18B.
.myBgColor { background-color: #71A18B; }
<div style="background-color:#71A18B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71A18B.
.myBorderColor { border: 1px solid #71A18B; }
<div style="border:3px solid #71A18B">Div</div>
Die Grenzen von diesem div sind in Farbe #71A18B.
.myOpacity80 { color: #71A18B; opacity: 0.8; }
<p style="color:#71A18B;opacity:0.8;">80%</p>
Text in Farbe #71A18B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71A18B;}
<p style="text-shadow: 3px 3px 1px #71A18B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71A18B.
.textShadow {text-shadow: 3px 3px 1px #71A18B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71A18B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71A18B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71A18B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71A18B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71A18B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71A18B; -webkit-box-shadow: 1px 1px 3px 2px #71A18B; box-shadow: 1px 1px 3px 2px #71A18B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71A18B; -webkit-box-shadow: 1px 1px 3px 2px #71A18B; box-shadow:1px 1px 3px 2px #71A18B;">
Div content here</div>
Dieser Text ist in der Farbe #71A18B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71A18B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71A18B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71A18B.