HEX: #461D58
RGB: (70,29,88)
#461D58 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #461D58 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #461D58 wird in RGB als (70,29,88) definiert.
RGB: (70,29,88) (27%,11%,35%)
R 70 von 255 = 27%
G 29 von 255 = 11%
B 88 von 255 = 35%
R + G + B ~ 24%. #461D58 dunkle Farbe.
R + G + B =
70 + 29 + 88 = 187 (100%)
R 70 von 187 ~ 37.43%
G 29 von 187 ~ 15.51%
B 88 von 187 ~ 47.06%
Die Farbe #461D58 wird in CMYK als (20,67,0,65) definiert.
CMYK: (20,67,0,65) C20M67Y0K65 (20%,67%,0%,65%) (0.20/0.67/0.00/0.65)
46 | 1D | 58 | |
---|---|---|---|
RGB | 70 | 29 | 88 |
HSL | 282° | 50.43% | 22.94% |
HSB/HSV | 282° | 67.05% | 34.51% |
CMYK | 20.45% | 67.05% | 0.00% |
65.49% |
Hexadezimal | 46 | 1D | 58 |
Dezimal | 70 | 29 | 88 |
Binär | 1000110 | 11101 | 1011000 |
Oktal | 106 | 35 | 130 |
Beispiele css- und html für Elemente in der Farbe #461D58. Bitte benutzen Sie auch rgb(70,29,88) statt hex-Code.
.myTextColor { color: #461D58; }
<p style="color:#461D58">This sample text font color is #461D58.</p>
Die Farbe dieses Textes ist #461D58.
.myBgColor { background-color: #461D58; }
<div style="background-color:#461D58">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #461D58.
.myBorderColor { border: 1px solid #461D58; }
<div style="border:3px solid #461D58">Div</div>
Die Grenzen von diesem div sind in Farbe #461D58.
.myOpacity80 { color: #461D58; opacity: 0.8; }
<p style="color:#461D58;opacity:0.8;">80%</p>
Text in Farbe #461D58 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #461D58;}
<p style="text-shadow: 3px 3px 1px #461D58">Text here.</p>
Dieser Text hat den Schatten in Farbe #461D58.
.textShadow {text-shadow: 3px 3px 1px #461D58, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #461D58, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #461D58 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#461D58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#461D58, Direction=45, Strength=4)">Text</p>
This text has shadow with #461D58 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461D58; -webkit-box-shadow: 1px 1px 3px 2px #461D58; box-shadow: 1px 1px 3px 2px #461D58; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #461D58; -webkit-box-shadow: 1px 1px 3px 2px #461D58; box-shadow:1px 1px 3px 2px #461D58;">
Div content here</div>
Dieser Text ist in der Farbe #461D58 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #461D58 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #461D58.
Dieser Text ist weiß auf dem Hintergrund in Farbe #461D58.