HEX: #824E5A
RGB: (130,78,90)
#824E5A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #824E5A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #824E5A wird in RGB als (130,78,90) definiert.
RGB: (130,78,90) (51%,31%,35%)
R 130 von 255 = 51%
G 78 von 255 = 31%
B 90 von 255 = 35%
R + G + B ~ 39%. #824E5A ziemlich dunkle Farbe.
R + G + B =
130 + 78 + 90 = 298 (100%)
R 130 von 298 ~ 43.62%
G 78 von 298 ~ 26.17%
B 90 von 298 ~ 30.2%
Die Farbe #824E5A wird in CMYK als (0,40,31,49) definiert.
CMYK: (0,40,31,49) C0M40Y31K49 (0%,40%,31%,49%) (0.00/0.40/0.31/0.49)
82 | 4E | 5A | |
---|---|---|---|
RGB | 130 | 78 | 90 |
HSL | 346° | 25.00% | 40.78% |
HSB/HSV | 346° | 40.00% | 50.98% |
CMYK | 0.00% | 40.00% | 30.77% |
49.02% |
Hexadezimal | 82 | 4E | 5A |
Dezimal | 130 | 78 | 90 |
Binär | 10000010 | 1001110 | 1011010 |
Oktal | 202 | 116 | 132 |
Beispiele css- und html für Elemente in der Farbe #824E5A. Bitte benutzen Sie auch rgb(130,78,90) statt hex-Code.
.myTextColor { color: #824E5A; }
<p style="color:#824E5A">This sample text font color is #824E5A.</p>
Die Farbe dieses Textes ist #824E5A.
.myBgColor { background-color: #824E5A; }
<div style="background-color:#824E5A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #824E5A.
.myBorderColor { border: 1px solid #824E5A; }
<div style="border:3px solid #824E5A">Div</div>
Die Grenzen von diesem div sind in Farbe #824E5A.
.myOpacity80 { color: #824E5A; opacity: 0.8; }
<p style="color:#824E5A;opacity:0.8;">80%</p>
Text in Farbe #824E5A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #824E5A;}
<p style="text-shadow: 3px 3px 1px #824E5A">Text here.</p>
Dieser Text hat den Schatten in Farbe #824E5A.
.textShadow {text-shadow: 3px 3px 1px #824E5A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #824E5A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #824E5A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#824E5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#824E5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #824E5A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824E5A; -webkit-box-shadow: 1px 1px 3px 2px #824E5A; box-shadow: 1px 1px 3px 2px #824E5A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #824E5A; -webkit-box-shadow: 1px 1px 3px 2px #824E5A; box-shadow:1px 1px 3px 2px #824E5A;">
Div content here</div>
Dieser Text ist in der Farbe #824E5A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #824E5A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #824E5A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #824E5A.