HEX: #4B181D
RGB: (75,24,29)
#4B181D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B181D ist eine «websichere» Webfarbe #330033 (oder kurz #303).
Die Farbe #4B181D wird in RGB als (75,24,29) definiert.
RGB: (75,24,29) (29%,9%,11%)
R 75 von 255 = 29%
G 24 von 255 = 9%
B 29 von 255 = 11%
R + G + B ~ 16%. #4B181D dunkle Farbe.
R + G + B =
75 + 24 + 29 = 128 (100%)
R 75 von 128 ~ 58.59%
G 24 von 128 ~ 18.75%
B 29 von 128 ~ 22.66%
Die Farbe #4B181D wird in CMYK als (0,68,61,71) definiert.
CMYK: (0,68,61,71) C0M68Y61K71 (0%,68%,61%,71%) (0.00/0.68/0.61/0.71)
4B | 18 | 1D | |
---|---|---|---|
RGB | 75 | 24 | 29 |
HSL | 354° | 51.52% | 19.41% |
HSB/HSV | 354° | 68.00% | 29.41% |
CMYK | 0.00% | 68.00% | 61.33% |
70.59% |
Hexadezimal | 4B | 18 | 1D |
Dezimal | 75 | 24 | 29 |
Binär | 1001011 | 11000 | 11101 |
Oktal | 113 | 30 | 35 |
Beispiele css- und html für Elemente in der Farbe #4B181D. Bitte benutzen Sie auch rgb(75,24,29) statt hex-Code.
.myTextColor { color: #4B181D; }
<p style="color:#4B181D">This sample text font color is #4B181D.</p>
Die Farbe dieses Textes ist #4B181D.
.myBgColor { background-color: #4B181D; }
<div style="background-color:#4B181D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B181D.
.myBorderColor { border: 1px solid #4B181D; }
<div style="border:3px solid #4B181D">Div</div>
Die Grenzen von diesem div sind in Farbe #4B181D.
.myOpacity80 { color: #4B181D; opacity: 0.8; }
<p style="color:#4B181D;opacity:0.8;">80%</p>
Text in Farbe #4B181D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B181D;}
<p style="text-shadow: 3px 3px 1px #4B181D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B181D.
.textShadow {text-shadow: 3px 3px 1px #4B181D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B181D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B181D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B181D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B181D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B181D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B181D; -webkit-box-shadow: 1px 1px 3px 2px #4B181D; box-shadow: 1px 1px 3px 2px #4B181D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B181D; -webkit-box-shadow: 1px 1px 3px 2px #4B181D; box-shadow:1px 1px 3px 2px #4B181D;">
Div content here</div>
Dieser Text ist in der Farbe #4B181D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B181D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B181D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B181D.