HEX: #B4751F
RGB: (180,117,31)
#B4751F enthält hauptsächlich rote Farbe. Für #B4751F ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #B4751F wird in RGB als (180,117,31) definiert.
RGB: (180,117,31) (71%,46%,12%)
R 180 von 255 = 71%
G 117 von 255 = 46%
B 31 von 255 = 12%
R + G + B ~ 43%. #B4751F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 117 + 31 = 328 (100%)
R 180 von 328 ~ 54.88%
G 117 von 328 ~ 35.67%
B 31 von 328 ~ 9.45%
Die Farbe #B4751F wird in CMYK als (0,35,83,29) definiert.
CMYK: (0,35,83,29) C0M35Y83K29 (0%,35%,83%,29%) (0.00/0.35/0.83/0.29)
B4 | 75 | 1F | |
---|---|---|---|
RGB | 180 | 117 | 31 |
HSL | 35° | 70.62% | 41.37% |
HSB/HSV | 35° | 82.78% | 70.59% |
CMYK | 0.00% | 35.00% | 82.78% |
29.41% |
Hexadezimal | B4 | 75 | 1F |
Dezimal | 180 | 117 | 31 |
Binär | 10110100 | 1110101 | 11111 |
Oktal | 264 | 165 | 37 |
Beispiele css- und html für Elemente in der Farbe #B4751F. Bitte benutzen Sie auch rgb(180,117,31) statt hex-Code.
.myTextColor { color: #B4751F; }
<p style="color:#B4751F">This sample text font color is #B4751F.</p>
Die Farbe dieses Textes ist #B4751F.
.myBgColor { background-color: #B4751F; }
<div style="background-color:#B4751F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4751F.
.myBorderColor { border: 1px solid #B4751F; }
<div style="border:3px solid #B4751F">Div</div>
Die Grenzen von diesem div sind in Farbe #B4751F.
.myOpacity80 { color: #B4751F; opacity: 0.8; }
<p style="color:#B4751F;opacity:0.8;">80%</p>
Text in Farbe #B4751F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4751F;}
<p style="text-shadow: 3px 3px 1px #B4751F">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4751F.
.textShadow {text-shadow: 3px 3px 1px #B4751F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4751F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4751F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4751F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4751F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4751F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4751F; -webkit-box-shadow: 1px 1px 3px 2px #B4751F; box-shadow: 1px 1px 3px 2px #B4751F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4751F; -webkit-box-shadow: 1px 1px 3px 2px #B4751F; box-shadow:1px 1px 3px 2px #B4751F;">
Div content here</div>
Dieser Text ist in der Farbe #B4751F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4751F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4751F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4751F.