HEX: #47975D
RGB: (71,151,93)
#47975D enthält hauptsächlich grüne und blaue Farbe. Für #47975D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #47975D wird in RGB als (71,151,93) definiert.
RGB: (71,151,93)
(28%, 59%, 36%)
R 71 von 255 = 28%
G 151 von 255 = 59%
B 93 von 255 = 36%
R + G + B ~ 41%. #47975D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 151 + 93 = 315 (100%)
R 71 von 315 ~ 22.54%
G 151 von 315 ~ 47.94%
B 93 von 315 ~ 29.52'%
Die Farbe #47975D wird in CMYK als (53,0,38,41) definiert.
CMYK: (53,0,38,41) C53M0Y38K41 (53%,0%,38%,41%) (0.53/0.00/0.38/0.41)
Farbe #47975D in den populären Farbmodellen.
47 | 97 | 5D | |
---|---|---|---|
RGB | 71 | 151 | 93 |
HSL | 137° | 36.04% | 43.53% |
HSB/HSV | 137° | 52.98% | 59.22% |
CMYK | 52.98% | 0.00% | 38.41% |
40.78% |
Die Farbe #47975D in den populären Zahlensystemen.
Hexadezimal | 47 | 97 | 5D |
Dezimal | 71 | 151 | 93 |
Binär | 1000111 | 10010111 | 1011101 |
Oktal | 107 | 227 | 135 |
Dunkle Töne der Farbe #47975D
Helle Töne der Farbe #47975D
Beispiele css- und html für Elemente in der Farbe #47975D. Bitte benutzen Sie auch rgb(71,151,93) statt hex-Code.
.myTextColor { color: #47975D; }
<p style="color:#47975D">This sample text font color is #47975D.</p>
Die Farbe dieses Textes ist #47975D.
.myBgColor { background-color: #47975D; }
<div style="background-color:#47975D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47975D.
.myBorderColor { border: 1px solid #47975D; }
<div style="border:3px solid #47975D">Div</div>
Die Grenzen von diesem div sind in Farbe #47975D.
.myOpacity80 { color: #47975D; opacity: 0.8; }
<p style="color:#47975D;opacity:0.8;">80%</p>
Text in Farbe #47975D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47975D;}
<p style="text-shadow: 3px 3px 1px #47975D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47975D.
.textShadow {text-shadow: 3px 3px 1px #47975D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47975D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47975D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47975D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47975D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47975D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47975D;
-webkit-box-shadow: 1px 1px 3px 2px #47975D;
box-shadow: 1px 1px 3px 2px #47975D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47975D; -webkit-box-shadow: 1px 1px 3px 2px #47975D; box-shadow:1px 1px 3px 2px #47975D;">
Div content here
</div>
Dieser Text ist in der Farbe #47975D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47975D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47975D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47975D.
Kontrastfarbe für #hex ist #B868A2.