HEX: #477929
RGB: (71,121,41)
#477929 enthält hauptsächlich rote und grüne Farbe. Für #477929 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #477929 wird in RGB als (71,121,41) definiert.
RGB: (71,121,41) (28%,47%,16%)
R 71 von 255 = 28%
G 121 von 255 = 47%
B 41 von 255 = 16%
R + G + B ~ 30%. #477929 ziemlich dunkle Farbe.
R + G + B =
71 + 121 + 41 = 233 (100%)
R 71 von 233 ~ 30.47%
G 121 von 233 ~ 51.93%
B 41 von 233 ~ 17.6%
Die Farbe #477929 wird in CMYK als (41,0,66,53) definiert.
CMYK: (41,0,66,53) C41M0Y66K53 (41%,0%,66%,53%) (0.41/0.00/0.66/0.53)
47 | 79 | 29 | |
---|---|---|---|
RGB | 71 | 121 | 41 |
HSL | 98° | 49.38% | 31.76% |
HSB/HSV | 98° | 66.12% | 47.45% |
CMYK | 41.32% | 0.00% | 66.12% |
52.55% |
Hexadezimal | 47 | 79 | 29 |
Dezimal | 71 | 121 | 41 |
Binär | 1000111 | 1111001 | 101001 |
Oktal | 107 | 171 | 51 |
Beispiele css- und html für Elemente in der Farbe #477929. Bitte benutzen Sie auch rgb(71,121,41) statt hex-Code.
.myTextColor { color: #477929; }
<p style="color:#477929">This sample text font color is #477929.</p>
Die Farbe dieses Textes ist #477929.
.myBgColor { background-color: #477929; }
<div style="background-color:#477929">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477929.
.myBorderColor { border: 1px solid #477929; }
<div style="border:3px solid #477929">Div</div>
Die Grenzen von diesem div sind in Farbe #477929.
.myOpacity80 { color: #477929; opacity: 0.8; }
<p style="color:#477929;opacity:0.8;">80%</p>
Text in Farbe #477929 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477929;}
<p style="text-shadow: 3px 3px 1px #477929">Text here.</p>
Dieser Text hat den Schatten in Farbe #477929.
.textShadow {text-shadow: 3px 3px 1px #477929, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477929, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477929 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477929, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477929, Direction=45, Strength=4)">Text</p>
This text has shadow with #477929 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477929; -webkit-box-shadow: 1px 1px 3px 2px #477929; box-shadow: 1px 1px 3px 2px #477929; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477929; -webkit-box-shadow: 1px 1px 3px 2px #477929; box-shadow:1px 1px 3px 2px #477929;">
Div content here</div>
Dieser Text ist in der Farbe #477929 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477929 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477929.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477929.