HEX: #477338
RGB: (71,115,56)
#477338 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #477338 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #477338 wird in RGB als (71,115,56) definiert.
RGB: (71,115,56) (28%,45%,22%)
R 71 von 255 = 28%
G 115 von 255 = 45%
B 56 von 255 = 22%
R + G + B ~ 32%. #477338 ziemlich dunkle Farbe.
R + G + B =
71 + 115 + 56 = 242 (100%)
R 71 von 242 ~ 29.34%
G 115 von 242 ~ 47.52%
B 56 von 242 ~ 23.14%
Die Farbe #477338 wird in CMYK als (38,0,51,55) definiert.
CMYK: (38,0,51,55) C38M0Y51K55 (38%,0%,51%,55%) (0.38/0.00/0.51/0.55)
47 | 73 | 38 | |
---|---|---|---|
RGB | 71 | 115 | 56 |
HSL | 105° | 34.50% | 33.53% |
HSB/HSV | 105° | 51.30% | 45.10% |
CMYK | 38.26% | 0.00% | 51.30% |
54.90% |
Hexadezimal | 47 | 73 | 38 |
Dezimal | 71 | 115 | 56 |
Binär | 1000111 | 1110011 | 111000 |
Oktal | 107 | 163 | 70 |
Beispiele css- und html für Elemente in der Farbe #477338. Bitte benutzen Sie auch rgb(71,115,56) statt hex-Code.
.myTextColor { color: #477338; }
<p style="color:#477338">This sample text font color is #477338.</p>
Die Farbe dieses Textes ist #477338.
.myBgColor { background-color: #477338; }
<div style="background-color:#477338">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477338.
.myBorderColor { border: 1px solid #477338; }
<div style="border:3px solid #477338">Div</div>
Die Grenzen von diesem div sind in Farbe #477338.
.myOpacity80 { color: #477338; opacity: 0.8; }
<p style="color:#477338;opacity:0.8;">80%</p>
Text in Farbe #477338 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477338;}
<p style="text-shadow: 3px 3px 1px #477338">Text here.</p>
Dieser Text hat den Schatten in Farbe #477338.
.textShadow {text-shadow: 3px 3px 1px #477338, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477338, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477338 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477338, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477338, Direction=45, Strength=4)">Text</p>
This text has shadow with #477338 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477338; -webkit-box-shadow: 1px 1px 3px 2px #477338; box-shadow: 1px 1px 3px 2px #477338; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477338; -webkit-box-shadow: 1px 1px 3px 2px #477338; box-shadow:1px 1px 3px 2px #477338;">
Div content here</div>
Dieser Text ist in der Farbe #477338 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477338 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477338.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477338.