HEX: #4C1435
RGB: (76,20,53)
#4C1435 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C1435 ist eine «websichere» Webfarbe #330033 (oder kurz #303).
Die Farbe #4C1435 wird in RGB als (76,20,53) definiert.
RGB: (76,20,53) (30%,8%,21%)
R 76 von 255 = 30%
G 20 von 255 = 8%
B 53 von 255 = 21%
R + G + B ~ 20%. #4C1435 dunkle Farbe.
R + G + B =
76 + 20 + 53 = 149 (100%)
R 76 von 149 ~ 51.01%
G 20 von 149 ~ 13.42%
B 53 von 149 ~ 35.57%
Die Farbe #4C1435 wird in CMYK als (0,74,30,70) definiert.
CMYK: (0,74,30,70) C0M74Y30K70 (0%,74%,30%,70%) (0.00/0.74/0.30/0.70)
4C | 14 | 35 | |
---|---|---|---|
RGB | 76 | 20 | 53 |
HSL | 325° | 58.33% | 18.82% |
HSB/HSV | 325° | 73.68% | 29.80% |
CMYK | 0.00% | 73.68% | 30.26% |
70.20% |
Hexadezimal | 4C | 14 | 35 |
Dezimal | 76 | 20 | 53 |
Binär | 1001100 | 10100 | 110101 |
Oktal | 114 | 24 | 65 |
Beispiele css- und html für Elemente in der Farbe #4C1435. Bitte benutzen Sie auch rgb(76,20,53) statt hex-Code.
.myTextColor { color: #4C1435; }
<p style="color:#4C1435">This sample text font color is #4C1435.</p>
Die Farbe dieses Textes ist #4C1435.
.myBgColor { background-color: #4C1435; }
<div style="background-color:#4C1435">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C1435.
.myBorderColor { border: 1px solid #4C1435; }
<div style="border:3px solid #4C1435">Div</div>
Die Grenzen von diesem div sind in Farbe #4C1435.
.myOpacity80 { color: #4C1435; opacity: 0.8; }
<p style="color:#4C1435;opacity:0.8;">80%</p>
Text in Farbe #4C1435 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C1435;}
<p style="text-shadow: 3px 3px 1px #4C1435">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C1435.
.textShadow {text-shadow: 3px 3px 1px #4C1435, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C1435, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C1435 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C1435, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C1435, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C1435 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C1435; -webkit-box-shadow: 1px 1px 3px 2px #4C1435; box-shadow: 1px 1px 3px 2px #4C1435; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C1435; -webkit-box-shadow: 1px 1px 3px 2px #4C1435; box-shadow:1px 1px 3px 2px #4C1435;">
Div content here</div>
Dieser Text ist in der Farbe #4C1435 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C1435 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C1435.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C1435.