HEX: #4F376B
RGB: (79,55,107)
#4F376B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4F376B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #4F376B wird in RGB als (79,55,107) definiert.
RGB: (79,55,107) (31%,22%,42%)
R 79 von 255 = 31%
G 55 von 255 = 22%
B 107 von 255 = 42%
R + G + B ~ 32%. #4F376B ziemlich dunkle Farbe.
R + G + B =
79 + 55 + 107 = 241 (100%)
R 79 von 241 ~ 32.78%
G 55 von 241 ~ 22.82%
B 107 von 241 ~ 44.4%
Die Farbe #4F376B wird in CMYK als (26,49,0,58) definiert.
CMYK: (26,49,0,58) C26M49Y0K58 (26%,49%,0%,58%) (0.26/0.49/0.00/0.58)
4F | 37 | 6B | |
---|---|---|---|
RGB | 79 | 55 | 107 |
HSL | 268° | 32.10% | 31.76% |
HSB/HSV | 268° | 48.60% | 41.96% |
CMYK | 26.17% | 48.60% | 0.00% |
58.04% |
Hexadezimal | 4F | 37 | 6B |
Dezimal | 79 | 55 | 107 |
Binär | 1001111 | 110111 | 1101011 |
Oktal | 117 | 67 | 153 |
Beispiele css- und html für Elemente in der Farbe #4F376B. Bitte benutzen Sie auch rgb(79,55,107) statt hex-Code.
.myTextColor { color: #4F376B; }
<p style="color:#4F376B">This sample text font color is #4F376B.</p>
Die Farbe dieses Textes ist #4F376B.
.myBgColor { background-color: #4F376B; }
<div style="background-color:#4F376B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4F376B.
.myBorderColor { border: 1px solid #4F376B; }
<div style="border:3px solid #4F376B">Div</div>
Die Grenzen von diesem div sind in Farbe #4F376B.
.myOpacity80 { color: #4F376B; opacity: 0.8; }
<p style="color:#4F376B;opacity:0.8;">80%</p>
Text in Farbe #4F376B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F376B;}
<p style="text-shadow: 3px 3px 1px #4F376B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4F376B.
.textShadow {text-shadow: 3px 3px 1px #4F376B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F376B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4F376B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F376B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F376B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F376B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4F376B; -webkit-box-shadow: 1px 1px 3px 2px #4F376B; box-shadow: 1px 1px 3px 2px #4F376B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4F376B; -webkit-box-shadow: 1px 1px 3px 2px #4F376B; box-shadow:1px 1px 3px 2px #4F376B;">
Div content here</div>
Dieser Text ist in der Farbe #4F376B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4F376B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4F376B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4F376B.