HEX: #84515D
RGB: (132,81,93)
#84515D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84515D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #84515D wird in RGB als (132,81,93) definiert.
RGB: (132,81,93)
(52%, 32%, 36%)
R 132 von 255 = 52%
G 81 von 255 = 32%
B 93 von 255 = 36%
R + G + B ~ 40%. #84515D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 81 + 93 = 306 (100%)
R 132 von 306 ~ 43.14%
G 81 von 306 ~ 26.47%
B 93 von 306 ~ 30.39'%
Die Farbe #84515D wird in CMYK als (0,39,30,48) definiert.
CMYK: (0,39,30,48) C0M39Y30K48 (0%,39%,30%,48%) (0.00/0.39/0.30/0.48)
Farbe #84515D in den populären Farbmodellen.
84 | 51 | 5D | |
---|---|---|---|
RGB | 132 | 81 | 93 |
HSL | 346° | 23.94% | 41.76% |
HSB/HSV | 346° | 38.64% | 51.76% |
CMYK | 0.00% | 38.64% | 29.55% |
48.24% |
Die Farbe #84515D in den populären Zahlensystemen.
Hexadezimal | 84 | 51 | 5D |
Dezimal | 132 | 81 | 93 |
Binär | 10000100 | 1010001 | 1011101 |
Oktal | 204 | 121 | 135 |
Dunkle Töne der Farbe #84515D
Helle Töne der Farbe #84515D
Beispiele css- und html für Elemente in der Farbe #84515D. Bitte benutzen Sie auch rgb(132,81,93) statt hex-Code.
.myTextColor { color: #84515D; }
<p style="color:#84515D">This sample text font color is #84515D.</p>
Die Farbe dieses Textes ist #84515D.
.myBgColor { background-color: #84515D; }
<div style="background-color:#84515D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84515D.
.myBorderColor { border: 1px solid #84515D; }
<div style="border:3px solid #84515D">Div</div>
Die Grenzen von diesem div sind in Farbe #84515D.
.myOpacity80 { color: #84515D; opacity: 0.8; }
<p style="color:#84515D;opacity:0.8;">80%</p>
Text in Farbe #84515D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84515D;}
<p style="text-shadow: 3px 3px 1px #84515D">Text here.</p>
Dieser Text hat den Schatten in Farbe #84515D.
.textShadow {text-shadow: 3px 3px 1px #84515D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84515D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84515D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84515D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84515D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84515D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84515D;
-webkit-box-shadow: 1px 1px 3px 2px #84515D;
box-shadow: 1px 1px 3px 2px #84515D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84515D; -webkit-box-shadow: 1px 1px 3px 2px #84515D; box-shadow:1px 1px 3px 2px #84515D;">
Div content here
</div>
Dieser Text ist in der Farbe #84515D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84515D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84515D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84515D.
Kontrastfarbe für #hex ist #7BAEA2.