HEX: #427D78
RGB: (66,125,120)
#427D78 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #427D78 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #427D78 wird in RGB als (66,125,120) definiert.
RGB: (66,125,120) (26%,49%,47%)
R 66 von 255 = 26%
G 125 von 255 = 49%
B 120 von 255 = 47%
R + G + B ~ 41%. #427D78 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
66 + 125 + 120 = 311 (100%)
R 66 von 311 ~ 21.22%
G 125 von 311 ~ 40.19%
B 120 von 311 ~ 38.59%
Die Farbe #427D78 wird in CMYK als (47,0,4,51) definiert.
CMYK: (47,0,4,51) C47M0Y4K51 (47%,0%,4%,51%) (0.47/0.00/0.04/0.51)
42 | 7D | 78 | |
---|---|---|---|
RGB | 66 | 125 | 120 |
HSL | 175° | 30.89% | 37.45% |
HSB/HSV | 175° | 47.20% | 49.02% |
CMYK | 47.20% | 0.00% | 4.00% |
50.98% |
Hexadezimal | 42 | 7D | 78 |
Dezimal | 66 | 125 | 120 |
Binär | 1000010 | 1111101 | 1111000 |
Oktal | 102 | 175 | 170 |
Beispiele css- und html für Elemente in der Farbe #427D78. Bitte benutzen Sie auch rgb(66,125,120) statt hex-Code.
.myTextColor { color: #427D78; }
<p style="color:#427D78">This sample text font color is #427D78.</p>
Die Farbe dieses Textes ist #427D78.
.myBgColor { background-color: #427D78; }
<div style="background-color:#427D78">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #427D78.
.myBorderColor { border: 1px solid #427D78; }
<div style="border:3px solid #427D78">Div</div>
Die Grenzen von diesem div sind in Farbe #427D78.
.myOpacity80 { color: #427D78; opacity: 0.8; }
<p style="color:#427D78;opacity:0.8;">80%</p>
Text in Farbe #427D78 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427D78;}
<p style="text-shadow: 3px 3px 1px #427D78">Text here.</p>
Dieser Text hat den Schatten in Farbe #427D78.
.textShadow {text-shadow: 3px 3px 1px #427D78, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427D78, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #427D78 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427D78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427D78, Direction=45, Strength=4)">Text</p>
This text has shadow with #427D78 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427D78; -webkit-box-shadow: 1px 1px 3px 2px #427D78; box-shadow: 1px 1px 3px 2px #427D78; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427D78; -webkit-box-shadow: 1px 1px 3px 2px #427D78; box-shadow:1px 1px 3px 2px #427D78;">
Div content here</div>
Dieser Text ist in der Farbe #427D78 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #427D78 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #427D78.
Dieser Text ist weiß auf dem Hintergrund in Farbe #427D78.