HEX: #47304B
RGB: (71,48,75)
#47304B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47304B ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #47304B wird in RGB als (71,48,75) definiert.
RGB: (71,48,75) (28%,19%,29%)
R 71 von 255 = 28%
G 48 von 255 = 19%
B 75 von 255 = 29%
R + G + B ~ 25%. #47304B ziemlich dunkle Farbe.
R + G + B =
71 + 48 + 75 = 194 (100%)
R 71 von 194 ~ 36.6%
G 48 von 194 ~ 24.74%
B 75 von 194 ~ 38.66%
Die Farbe #47304B wird in CMYK als (5,36,0,71) definiert.
CMYK: (5,36,0,71) C5M36Y0K71 (5%,36%,0%,71%) (0.05/0.36/0.00/0.71)
47 | 30 | 4B | |
---|---|---|---|
RGB | 71 | 48 | 75 |
HSL | 291° | 21.95% | 24.12% |
HSB/HSV | 291° | 36.00% | 29.41% |
CMYK | 5.33% | 36.00% | 0.00% |
70.59% |
Hexadezimal | 47 | 30 | 4B |
Dezimal | 71 | 48 | 75 |
Binär | 1000111 | 110000 | 1001011 |
Oktal | 107 | 60 | 113 |
Beispiele css- und html für Elemente in der Farbe #47304B. Bitte benutzen Sie auch rgb(71,48,75) statt hex-Code.
.myTextColor { color: #47304B; }
<p style="color:#47304B">This sample text font color is #47304B.</p>
Die Farbe dieses Textes ist #47304B.
.myBgColor { background-color: #47304B; }
<div style="background-color:#47304B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47304B.
.myBorderColor { border: 1px solid #47304B; }
<div style="border:3px solid #47304B">Div</div>
Die Grenzen von diesem div sind in Farbe #47304B.
.myOpacity80 { color: #47304B; opacity: 0.8; }
<p style="color:#47304B;opacity:0.8;">80%</p>
Text in Farbe #47304B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47304B;}
<p style="text-shadow: 3px 3px 1px #47304B">Text here.</p>
Dieser Text hat den Schatten in Farbe #47304B.
.textShadow {text-shadow: 3px 3px 1px #47304B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47304B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47304B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47304B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47304B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47304B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47304B; -webkit-box-shadow: 1px 1px 3px 2px #47304B; box-shadow: 1px 1px 3px 2px #47304B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47304B; -webkit-box-shadow: 1px 1px 3px 2px #47304B; box-shadow:1px 1px 3px 2px #47304B;">
Div content here</div>
Dieser Text ist in der Farbe #47304B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47304B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47304B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47304B.