HEX: #478059
RGB: (71,128,89)
#478059 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #478059 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #478059 wird in RGB als (71,128,89) definiert.
RGB: (71,128,89) (28%,50%,35%)
R 71 von 255 = 28%
G 128 von 255 = 50%
B 89 von 255 = 35%
R + G + B ~ 38%. #478059 ziemlich dunkle Farbe.
R + G + B =
71 + 128 + 89 = 288 (100%)
R 71 von 288 ~ 24.65%
G 128 von 288 ~ 44.44%
B 89 von 288 ~ 30.9%
Die Farbe #478059 wird in CMYK als (45,0,30,50) definiert.
CMYK: (45,0,30,50) C45M0Y30K50 (45%,0%,30%,50%) (0.45/0.00/0.30/0.50)
47 | 80 | 59 | |
---|---|---|---|
RGB | 71 | 128 | 89 |
HSL | 139° | 28.64% | 39.02% |
HSB/HSV | 139° | 44.53% | 50.20% |
CMYK | 44.53% | 0.00% | 30.47% |
49.80% |
Hexadezimal | 47 | 80 | 59 |
Dezimal | 71 | 128 | 89 |
Binär | 1000111 | 10000000 | 1011001 |
Oktal | 107 | 200 | 131 |
Beispiele css- und html für Elemente in der Farbe #478059. Bitte benutzen Sie auch rgb(71,128,89) statt hex-Code.
.myTextColor { color: #478059; }
<p style="color:#478059">This sample text font color is #478059.</p>
Die Farbe dieses Textes ist #478059.
.myBgColor { background-color: #478059; }
<div style="background-color:#478059">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #478059.
.myBorderColor { border: 1px solid #478059; }
<div style="border:3px solid #478059">Div</div>
Die Grenzen von diesem div sind in Farbe #478059.
.myOpacity80 { color: #478059; opacity: 0.8; }
<p style="color:#478059;opacity:0.8;">80%</p>
Text in Farbe #478059 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478059;}
<p style="text-shadow: 3px 3px 1px #478059">Text here.</p>
Dieser Text hat den Schatten in Farbe #478059.
.textShadow {text-shadow: 3px 3px 1px #478059, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478059, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #478059 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478059, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478059, Direction=45, Strength=4)">Text</p>
This text has shadow with #478059 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478059; -webkit-box-shadow: 1px 1px 3px 2px #478059; box-shadow: 1px 1px 3px 2px #478059; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #478059; -webkit-box-shadow: 1px 1px 3px 2px #478059; box-shadow:1px 1px 3px 2px #478059;">
Div content here</div>
Dieser Text ist in der Farbe #478059 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #478059 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #478059.
Dieser Text ist weiß auf dem Hintergrund in Farbe #478059.