HEX: #477359
RGB: (71,115,89)
#477359 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #477359 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #477359 wird in RGB als (71,115,89) definiert.
RGB: (71,115,89)
(28%, 45%, 35%)
R 71 von 255 = 28%
G 115 von 255 = 45%
B 89 von 255 = 35%
R + G + B ~ 36%. #477359 ziemlich dunkle Farbe.
R + G + B = 71 + 115 + 89 = 275 (100%)
R 71 von 275 ~ 25.82%
G 115 von 275 ~ 41.82%
B 89 von 275 ~ 32.36'%
Die Farbe #477359 wird in CMYK als (38,0,23,55) definiert.
CMYK: (38,0,23,55)
C38M0Y23K55 (38%, 0%, 23%, 55%)
(0.38 / 0.00 / 0.23 / 0.55)
Farbe #477359 in den populären Farbmodellen.
47 | 73 | 59 | |
---|---|---|---|
RGB | 71 | 115 | 89 |
HSL | 145° | 23.66% | 36.47% |
HSB/HSV | 145° | 38.26% | 45.10% |
CMYK | 38.26% | 0.00% | 22.61% |
54.90% |
Die Farbe #477359 in den populären Zahlensystemen.
Hexadezimal | 47 | 73 | 59 |
Dezimal | 71 | 115 | 89 |
Binär | 1000111 | 1110011 | 1011001 |
Oktal | 107 | 163 | 131 |
Dunkle Töne der Farbe #477359
Helle Töne der Farbe #477359
Beispiele css- und html für Elemente in der Farbe #477359. Bitte benutzen Sie auch rgb(71,115,89) statt hex-Code.
.myTextColor { color: #477359; }
<p style="color:#477359">This sample text font color is #477359.</p>
Die Farbe dieses Textes ist #477359.
.myBgColor { background-color: #477359; }
<div style="background-color:#477359">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477359.
.myBorderColor { border: 1px solid #477359; }
<div style="border:3px solid #477359">Div</div>
Die Grenzen von diesem div sind in Farbe #477359.
.myOpacity80 { color: #477359; opacity: 0.8; }
<p style="color:#477359;opacity:0.8;">80%</p>
Text in Farbe #477359 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477359;}
<p style="text-shadow: 3px 3px 1px #477359">Text here.</p>
Dieser Text hat den Schatten in Farbe #477359.
.textShadow {text-shadow: 3px 3px 1px #477359', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477359, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477359 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477359, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477359, Direction=45, Strength=4)">Text</p>
This text has shadow with #477359 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477359;
-webkit-box-shadow: 1px 1px 3px 2px #477359;
box-shadow: 1px 1px 3px 2px #477359;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477359; -webkit-box-shadow: 1px 1px 3px 2px #477359; box-shadow:1px 1px 3px 2px #477359;">
Div content here
</div>
Dieser Text ist in der Farbe #477359 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477359 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477359.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477359.
Kontrastfarbe für #hex ist #B88CA6.