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