HEX: #477757
RGB: (71,119,87)
#477757 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #477757 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #477757 wird in RGB als (71,119,87) definiert.
RGB: (71,119,87) (28%,47%,34%)
R 71 von 255 = 28%
G 119 von 255 = 47%
B 87 von 255 = 34%
R + G + B ~ 36%. #477757 ziemlich dunkle Farbe.
R + G + B =
71 + 119 + 87 = 277 (100%)
R 71 von 277 ~ 25.63%
G 119 von 277 ~ 42.96%
B 87 von 277 ~ 31.41%
Die Farbe #477757 wird in CMYK als (40,0,27,53) definiert.
CMYK: (40,0,27,53) C40M0Y27K53 (40%,0%,27%,53%) (0.40/0.00/0.27/0.53)
47 | 77 | 57 | |
---|---|---|---|
RGB | 71 | 119 | 87 |
HSL | 140° | 25.26% | 37.25% |
HSB/HSV | 140° | 40.34% | 46.67% |
CMYK | 40.34% | 0.00% | 26.89% |
53.33% |
Hexadezimal | 47 | 77 | 57 |
Dezimal | 71 | 119 | 87 |
Binär | 1000111 | 1110111 | 1010111 |
Oktal | 107 | 167 | 127 |
Beispiele css- und html für Elemente in der Farbe #477757. Bitte benutzen Sie auch rgb(71,119,87) statt hex-Code.
.myTextColor { color: #477757; }
<p style="color:#477757">This sample text font color is #477757.</p>
Die Farbe dieses Textes ist #477757.
.myBgColor { background-color: #477757; }
<div style="background-color:#477757">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477757.
.myBorderColor { border: 1px solid #477757; }
<div style="border:3px solid #477757">Div</div>
Die Grenzen von diesem div sind in Farbe #477757.
.myOpacity80 { color: #477757; opacity: 0.8; }
<p style="color:#477757;opacity:0.8;">80%</p>
Text in Farbe #477757 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477757;}
<p style="text-shadow: 3px 3px 1px #477757">Text here.</p>
Dieser Text hat den Schatten in Farbe #477757.
.textShadow {text-shadow: 3px 3px 1px #477757, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477757, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477757 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477757, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477757, Direction=45, Strength=4)">Text</p>
This text has shadow with #477757 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477757; -webkit-box-shadow: 1px 1px 3px 2px #477757; box-shadow: 1px 1px 3px 2px #477757; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477757; -webkit-box-shadow: 1px 1px 3px 2px #477757; box-shadow:1px 1px 3px 2px #477757;">
Div content here</div>
Dieser Text ist in der Farbe #477757 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477757 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477757.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477757.