HEX: #83474B
RGB: (131,71,75)
#83474B enthält hauptsächlich rote und blaue Farbe. Für #83474B ist eine «websichere» Webfarbe #993333 (oder kurz #933).
Die Farbe #83474B wird in RGB als (131,71,75) definiert.
RGB: (131,71,75)
(51%, 28%, 29%)
R 131 von 255 = 51%
G 71 von 255 = 28%
B 75 von 255 = 29%
R + G + B ~ 36%. #83474B ziemlich dunkle Farbe.
R + G + B = 131 + 71 + 75 = 277 (100%)
R 131 von 277 ~ 47.29%
G 71 von 277 ~ 25.63%
B 75 von 277 ~ 27.08'%
Die Farbe #83474B wird in CMYK als (0,46,43,49) definiert.
CMYK: (0,46,43,49)
C0M46Y43K49 (0%, 46%, 43%, 49%)
(0.00 / 0.46 / 0.43 / 0.49)
Farbe #83474B in den populären Farbmodellen.
83 | 47 | 4B | |
---|---|---|---|
RGB | 131 | 71 | 75 |
HSL | 356° | 29.70% | 39.61% |
HSB/HSV | 356° | 45.80% | 51.37% |
CMYK | 0.00% | 45.80% | 42.75% |
48.63% |
Die Farbe #83474B in den populären Zahlensystemen.
Hexadezimal | 83 | 47 | 4B |
Dezimal | 131 | 71 | 75 |
Binär | 10000011 | 1000111 | 1001011 |
Oktal | 203 | 107 | 113 |
Dunkle Töne der Farbe #83474B
Helle Töne der Farbe #83474B
Beispiele css- und html für Elemente in der Farbe #83474B. Bitte benutzen Sie auch rgb(131,71,75) statt hex-Code.
.myTextColor { color: #83474B; }
<p style="color:#83474B">This sample text font color is #83474B.</p>
Die Farbe dieses Textes ist #83474B.
.myBgColor { background-color: #83474B; }
<div style="background-color:#83474B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #83474B.
.myBorderColor { border: 1px solid #83474B; }
<div style="border:3px solid #83474B">Div</div>
Die Grenzen von diesem div sind in Farbe #83474B.
.myOpacity80 { color: #83474B; opacity: 0.8; }
<p style="color:#83474B;opacity:0.8;">80%</p>
Text in Farbe #83474B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83474B;}
<p style="text-shadow: 3px 3px 1px #83474B">Text here.</p>
Dieser Text hat den Schatten in Farbe #83474B.
.textShadow {text-shadow: 3px 3px 1px #83474B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83474B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #83474B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83474B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83474B, Direction=45, Strength=4)">Text</p>
This text has shadow with #83474B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83474B;
-webkit-box-shadow: 1px 1px 3px 2px #83474B;
box-shadow: 1px 1px 3px 2px #83474B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83474B; -webkit-box-shadow: 1px 1px 3px 2px #83474B; box-shadow:1px 1px 3px 2px #83474B;">
Div content here
</div>
Dieser Text ist in der Farbe #83474B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #83474B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #83474B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #83474B.
Kontrastfarbe für #hex ist #7CB8B4.