HEX: #824C6E
RGB: (130,76,110)
#824C6E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #824C6E ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #824C6E wird in RGB als (130,76,110) definiert.
RGB: (130,76,110) (51%,30%,43%)
R 130 von 255 = 51%
G 76 von 255 = 30%
B 110 von 255 = 43%
R + G + B ~ 41%. #824C6E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
130 + 76 + 110 = 316 (100%)
R 130 von 316 ~ 41.14%
G 76 von 316 ~ 24.05%
B 110 von 316 ~ 34.81%
Die Farbe #824C6E wird in CMYK als (0,42,15,49) definiert.
CMYK: (0,42,15,49) C0M42Y15K49 (0%,42%,15%,49%) (0.00/0.42/0.15/0.49)
82 | 4C | 6E | |
---|---|---|---|
RGB | 130 | 76 | 110 |
HSL | 322° | 26.21% | 40.39% |
HSB/HSV | 322° | 41.54% | 50.98% |
CMYK | 0.00% | 41.54% | 15.38% |
49.02% |
Hexadezimal | 82 | 4C | 6E |
Dezimal | 130 | 76 | 110 |
Binär | 10000010 | 1001100 | 1101110 |
Oktal | 202 | 114 | 156 |
Beispiele css- und html für Elemente in der Farbe #824C6E. Bitte benutzen Sie auch rgb(130,76,110) statt hex-Code.
.myTextColor { color: #824C6E; }
<p style="color:#824C6E">This sample text font color is #824C6E.</p>
Die Farbe dieses Textes ist #824C6E.
.myBgColor { background-color: #824C6E; }
<div style="background-color:#824C6E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #824C6E.
.myBorderColor { border: 1px solid #824C6E; }
<div style="border:3px solid #824C6E">Div</div>
Die Grenzen von diesem div sind in Farbe #824C6E.
.myOpacity80 { color: #824C6E; opacity: 0.8; }
<p style="color:#824C6E;opacity:0.8;">80%</p>
Text in Farbe #824C6E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #824C6E;}
<p style="text-shadow: 3px 3px 1px #824C6E">Text here.</p>
Dieser Text hat den Schatten in Farbe #824C6E.
.textShadow {text-shadow: 3px 3px 1px #824C6E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #824C6E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #824C6E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#824C6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#824C6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #824C6E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824C6E; -webkit-box-shadow: 1px 1px 3px 2px #824C6E; box-shadow: 1px 1px 3px 2px #824C6E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #824C6E; -webkit-box-shadow: 1px 1px 3px 2px #824C6E; box-shadow:1px 1px 3px 2px #824C6E;">
Div content here</div>
Dieser Text ist in der Farbe #824C6E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #824C6E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #824C6E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #824C6E.