HEX: #B35829
RGB: (179,88,41)
#B35829 enthält hauptsächlich rote Farbe. Für #B35829 ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #B35829 wird in RGB als (179,88,41) definiert.
RGB: (179,88,41) (70%,35%,16%)
R 179 von 255 = 70%
G 88 von 255 = 35%
B 41 von 255 = 16%
R + G + B ~ 40%. #B35829 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
179 + 88 + 41 = 308 (100%)
R 179 von 308 ~ 58.12%
G 88 von 308 ~ 28.57%
B 41 von 308 ~ 13.31%
Die Farbe #B35829 wird in CMYK als (0,51,77,30) definiert.
CMYK: (0,51,77,30) C0M51Y77K30 (0%,51%,77%,30%) (0.00/0.51/0.77/0.30)
B3 | 58 | 29 | |
---|---|---|---|
RGB | 179 | 88 | 41 |
HSL | 20° | 62.73% | 43.14% |
HSB/HSV | 20° | 77.09% | 70.20% |
CMYK | 0.00% | 50.84% | 77.09% |
29.80% |
Hexadezimal | B3 | 58 | 29 |
Dezimal | 179 | 88 | 41 |
Binär | 10110011 | 1011000 | 101001 |
Oktal | 263 | 130 | 51 |
Beispiele css- und html für Elemente in der Farbe #B35829. Bitte benutzen Sie auch rgb(179,88,41) statt hex-Code.
.myTextColor { color: #B35829; }
<p style="color:#B35829">This sample text font color is #B35829.</p>
Die Farbe dieses Textes ist #B35829.
.myBgColor { background-color: #B35829; }
<div style="background-color:#B35829">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B35829.
.myBorderColor { border: 1px solid #B35829; }
<div style="border:3px solid #B35829">Div</div>
Die Grenzen von diesem div sind in Farbe #B35829.
.myOpacity80 { color: #B35829; opacity: 0.8; }
<p style="color:#B35829;opacity:0.8;">80%</p>
Text in Farbe #B35829 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B35829;}
<p style="text-shadow: 3px 3px 1px #B35829">Text here.</p>
Dieser Text hat den Schatten in Farbe #B35829.
.textShadow {text-shadow: 3px 3px 1px #B35829, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B35829, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B35829 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B35829, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B35829, Direction=45, Strength=4)">Text</p>
This text has shadow with #B35829 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B35829; -webkit-box-shadow: 1px 1px 3px 2px #B35829; box-shadow: 1px 1px 3px 2px #B35829; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B35829; -webkit-box-shadow: 1px 1px 3px 2px #B35829; box-shadow:1px 1px 3px 2px #B35829;">
Div content here</div>
Dieser Text ist in der Farbe #B35829 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B35829 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B35829.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B35829.