HEX: #476E65
RGB: (71,110,101)
#476E65 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #476E65 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #476E65 wird in RGB als (71,110,101) definiert.
RGB: (71,110,101)
(28%, 43%, 40%)
R 71 von 255 = 28%
G 110 von 255 = 43%
B 101 von 255 = 40%
R + G + B ~ 37%. #476E65 ziemlich dunkle Farbe.
R + G + B = 71 + 110 + 101 = 282 (100%)
R 71 von 282 ~ 25.18%
G 110 von 282 ~ 39.01%
B 101 von 282 ~ 35.82'%
Die Farbe #476E65 wird in CMYK als (35,0,8,57) definiert.
CMYK: (35,0,8,57)
C35M0Y8K57 (35%, 0%, 8%, 57%)
(0.35 / 0.00 / 0.08 / 0.57)
Farbe #476E65 in den populären Farbmodellen.
47 | 6E | 65 | |
---|---|---|---|
RGB | 71 | 110 | 101 |
HSL | 166° | 21.55% | 35.49% |
HSB/HSV | 166° | 35.45% | 43.14% |
CMYK | 35.45% | 0.00% | 8.18% |
56.86% |
Die Farbe #476E65 in den populären Zahlensystemen.
Hexadezimal | 47 | 6E | 65 |
Dezimal | 71 | 110 | 101 |
Binär | 1000111 | 1101110 | 1100101 |
Oktal | 107 | 156 | 145 |
Dunkle Töne der Farbe #476E65
Helle Töne der Farbe #476E65
Beispiele css- und html für Elemente in der Farbe #476E65. Bitte benutzen Sie auch rgb(71,110,101) statt hex-Code.
.myTextColor { color: #476E65; }
<p style="color:#476E65">This sample text font color is #476E65.</p>
Die Farbe dieses Textes ist #476E65.
.myBgColor { background-color: #476E65; }
<div style="background-color:#476E65">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476E65.
.myBorderColor { border: 1px solid #476E65; }
<div style="border:3px solid #476E65">Div</div>
Die Grenzen von diesem div sind in Farbe #476E65.
.myOpacity80 { color: #476E65; opacity: 0.8; }
<p style="color:#476E65;opacity:0.8;">80%</p>
Text in Farbe #476E65 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476E65;}
<p style="text-shadow: 3px 3px 1px #476E65">Text here.</p>
Dieser Text hat den Schatten in Farbe #476E65.
.textShadow {text-shadow: 3px 3px 1px #476E65', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476E65, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476E65 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476E65, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476E65, Direction=45, Strength=4)">Text</p>
This text has shadow with #476E65 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476E65;
-webkit-box-shadow: 1px 1px 3px 2px #476E65;
box-shadow: 1px 1px 3px 2px #476E65;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476E65; -webkit-box-shadow: 1px 1px 3px 2px #476E65; box-shadow:1px 1px 3px 2px #476E65;">
Div content here
</div>
Dieser Text ist in der Farbe #476E65 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476E65 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476E65.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476E65.
Kontrastfarbe für #hex ist #B8919A.