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