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