HEX: #833347
RGB: (131,51,71)
#833347 enthält hauptsächlich rote Farbe. Für #833347 ist eine «websichere» Webfarbe #993333 (oder kurz #933).
Die Farbe #833347 wird in RGB als (131,51,71) definiert.
RGB: (131,51,71) (51%,20%,28%)
R 131 von 255 = 51%
G 51 von 255 = 20%
B 71 von 255 = 28%
R + G + B ~ 33%. #833347 ziemlich dunkle Farbe.
R + G + B =
131 + 51 + 71 = 253 (100%)
R 131 von 253 ~ 51.78%
G 51 von 253 ~ 20.16%
B 71 von 253 ~ 28.06%
Die Farbe #833347 wird in CMYK als (0,61,46,49) definiert.
CMYK: (0,61,46,49) C0M61Y46K49 (0%,61%,46%,49%) (0.00/0.61/0.46/0.49)
83 | 33 | 47 | |
---|---|---|---|
RGB | 131 | 51 | 71 |
HSL | 345° | 43.96% | 35.69% |
HSB/HSV | 345° | 61.07% | 51.37% |
CMYK | 0.00% | 61.07% | 45.80% |
48.63% |
Hexadezimal | 83 | 33 | 47 |
Dezimal | 131 | 51 | 71 |
Binär | 10000011 | 110011 | 1000111 |
Oktal | 203 | 63 | 107 |
Beispiele css- und html für Elemente in der Farbe #833347. Bitte benutzen Sie auch rgb(131,51,71) statt hex-Code.
.myTextColor { color: #833347; }
<p style="color:#833347">This sample text font color is #833347.</p>
Die Farbe dieses Textes ist #833347.
.myBgColor { background-color: #833347; }
<div style="background-color:#833347">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #833347.
.myBorderColor { border: 1px solid #833347; }
<div style="border:3px solid #833347">Div</div>
Die Grenzen von diesem div sind in Farbe #833347.
.myOpacity80 { color: #833347; opacity: 0.8; }
<p style="color:#833347;opacity:0.8;">80%</p>
Text in Farbe #833347 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #833347;}
<p style="text-shadow: 3px 3px 1px #833347">Text here.</p>
Dieser Text hat den Schatten in Farbe #833347.
.textShadow {text-shadow: 3px 3px 1px #833347, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #833347, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #833347 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#833347, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#833347, Direction=45, Strength=4)">Text</p>
This text has shadow with #833347 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #833347; -webkit-box-shadow: 1px 1px 3px 2px #833347; box-shadow: 1px 1px 3px 2px #833347; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #833347; -webkit-box-shadow: 1px 1px 3px 2px #833347; box-shadow:1px 1px 3px 2px #833347;">
Div content here</div>
Dieser Text ist in der Farbe #833347 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #833347 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #833347.
Dieser Text ist weiß auf dem Hintergrund in Farbe #833347.