HEX: #4C201A
RGB: (76,32,26)
#4C201A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C201A ist eine «websichere» Webfarbe #333300 (oder kurz #330).
Die Farbe #4C201A wird in RGB als (76,32,26) definiert.
RGB: (76,32,26)
(30%, 13%, 10%)
R 76 von 255 = 30%
G 32 von 255 = 13%
B 26 von 255 = 10%
R + G + B ~ 18%. #4C201A dunkle Farbe.
R + G + B = 76 + 32 + 26 = 134 (100%)
R 76 von 134 ~ 56.72%
G 32 von 134 ~ 23.88%
B 26 von 134 ~ 19.4'%
Die Farbe #4C201A wird in CMYK als (0,58,66,70) definiert.
CMYK: (0,58,66,70)
C0M58Y66K70 (0%, 58%, 66%, 70%)
(0.00 / 0.58 / 0.66 / 0.70)
Farbe #4C201A in den populären Farbmodellen.
4C | 20 | 1A | |
---|---|---|---|
RGB | 76 | 32 | 26 |
HSL | 7° | 49.02% | 20.00% |
HSB/HSV | 7° | 65.79% | 29.80% |
CMYK | 0.00% | 57.89% | 65.79% |
70.20% |
Die Farbe #4C201A in den populären Zahlensystemen.
Hexadezimal | 4C | 20 | 1A |
Dezimal | 76 | 32 | 26 |
Binär | 1001100 | 100000 | 11010 |
Oktal | 114 | 40 | 32 |
Dunkle Töne der Farbe #4C201A
Helle Töne der Farbe #4C201A
Beispiele css- und html für Elemente in der Farbe #4C201A. Bitte benutzen Sie auch rgb(76,32,26) statt hex-Code.
.myTextColor { color: #4C201A; }
<p style="color:#4C201A">This sample text font color is #4C201A.</p>
Die Farbe dieses Textes ist #4C201A.
.myBgColor { background-color: #4C201A; }
<div style="background-color:#4C201A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C201A.
.myBorderColor { border: 1px solid #4C201A; }
<div style="border:3px solid #4C201A">Div</div>
Die Grenzen von diesem div sind in Farbe #4C201A.
.myOpacity80 { color: #4C201A; opacity: 0.8; }
<p style="color:#4C201A;opacity:0.8;">80%</p>
Text in Farbe #4C201A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C201A;}
<p style="text-shadow: 3px 3px 1px #4C201A">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C201A.
.textShadow {text-shadow: 3px 3px 1px #4C201A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C201A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C201A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C201A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C201A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C201A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C201A;
-webkit-box-shadow: 1px 1px 3px 2px #4C201A;
box-shadow: 1px 1px 3px 2px #4C201A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C201A; -webkit-box-shadow: 1px 1px 3px 2px #4C201A; box-shadow:1px 1px 3px 2px #4C201A;">
Div content here
</div>
Dieser Text ist in der Farbe #4C201A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C201A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C201A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C201A.
Kontrastfarbe für #hex ist #B3DFE5.