HEX: #47766B
RGB: (71,118,107)
#47766B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47766B ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #47766B wird in RGB als (71,118,107) definiert.
RGB: (71,118,107)
(28%, 46%, 42%)
R 71 von 255 = 28%
G 118 von 255 = 46%
B 107 von 255 = 42%
R + G + B ~ 39%. #47766B ziemlich dunkle Farbe.
R + G + B = 71 + 118 + 107 = 296 (100%)
R 71 von 296 ~ 23.99%
G 118 von 296 ~ 39.86%
B 107 von 296 ~ 36.15'%
Die Farbe #47766B wird in CMYK als (40,0,9,54) definiert.
CMYK: (40,0,9,54)
C40M0Y9K54 (40%, 0%, 9%, 54%)
(0.40 / 0.00 / 0.09 / 0.54)
Farbe #47766B in den populären Farbmodellen.
47 | 76 | 6B | |
---|---|---|---|
RGB | 71 | 118 | 107 |
HSL | 166° | 24.87% | 37.06% |
HSB/HSV | 166° | 39.83% | 46.27% |
CMYK | 39.83% | 0.00% | 9.32% |
53.73% |
Die Farbe #47766B in den populären Zahlensystemen.
Hexadezimal | 47 | 76 | 6B |
Dezimal | 71 | 118 | 107 |
Binär | 1000111 | 1110110 | 1101011 |
Oktal | 107 | 166 | 153 |
Dunkle Töne der Farbe #47766B
Helle Töne der Farbe #47766B
Beispiele css- und html für Elemente in der Farbe #47766B. Bitte benutzen Sie auch rgb(71,118,107) statt hex-Code.
.myTextColor { color: #47766B; }
<p style="color:#47766B">This sample text font color is #47766B.</p>
Die Farbe dieses Textes ist #47766B.
.myBgColor { background-color: #47766B; }
<div style="background-color:#47766B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47766B.
.myBorderColor { border: 1px solid #47766B; }
<div style="border:3px solid #47766B">Div</div>
Die Grenzen von diesem div sind in Farbe #47766B.
.myOpacity80 { color: #47766B; opacity: 0.8; }
<p style="color:#47766B;opacity:0.8;">80%</p>
Text in Farbe #47766B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47766B;}
<p style="text-shadow: 3px 3px 1px #47766B">Text here.</p>
Dieser Text hat den Schatten in Farbe #47766B.
.textShadow {text-shadow: 3px 3px 1px #47766B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47766B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47766B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47766B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47766B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47766B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47766B;
-webkit-box-shadow: 1px 1px 3px 2px #47766B;
box-shadow: 1px 1px 3px 2px #47766B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47766B; -webkit-box-shadow: 1px 1px 3px 2px #47766B; box-shadow:1px 1px 3px 2px #47766B;">
Div content here
</div>
Dieser Text ist in der Farbe #47766B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47766B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47766B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47766B.
Kontrastfarbe für #47766B ist #B88994.