HEX: #8B761D
RGB: (139,118,29)
#8B761D enthält hauptsächlich rote und grüne Farbe. Für #8B761D ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #8B761D wird in RGB als (139,118,29) definiert.
RGB: (139,118,29) (55%,46%,11%)
R 139 von 255 = 55%
G 118 von 255 = 46%
B 29 von 255 = 11%
R + G + B ~ 37%. #8B761D ziemlich dunkle Farbe.
R + G + B =
139 + 118 + 29 = 286 (100%)
R 139 von 286 ~ 48.6%
G 118 von 286 ~ 41.26%
B 29 von 286 ~ 10.14%
Die Farbe #8B761D wird in CMYK als (0,15,79,45) definiert.
CMYK: (0,15,79,45) C0M15Y79K45 (0%,15%,79%,45%) (0.00/0.15/0.79/0.45)
8B | 76 | 1D | |
---|---|---|---|
RGB | 139 | 118 | 29 |
HSL | 49° | 65.48% | 32.94% |
HSB/HSV | 49° | 79.14% | 54.51% |
CMYK | 0.00% | 15.11% | 79.14% |
45.49% |
Hexadezimal | 8B | 76 | 1D |
Dezimal | 139 | 118 | 29 |
Binär | 10001011 | 1110110 | 11101 |
Oktal | 213 | 166 | 35 |
Beispiele css- und html für Elemente in der Farbe #8B761D. Bitte benutzen Sie auch rgb(139,118,29) statt hex-Code.
.myTextColor { color: #8B761D; }
<p style="color:#8B761D">This sample text font color is #8B761D.</p>
Die Farbe dieses Textes ist #8B761D.
.myBgColor { background-color: #8B761D; }
<div style="background-color:#8B761D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B761D.
.myBorderColor { border: 1px solid #8B761D; }
<div style="border:3px solid #8B761D">Div</div>
Die Grenzen von diesem div sind in Farbe #8B761D.
.myOpacity80 { color: #8B761D; opacity: 0.8; }
<p style="color:#8B761D;opacity:0.8;">80%</p>
Text in Farbe #8B761D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B761D;}
<p style="text-shadow: 3px 3px 1px #8B761D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B761D.
.textShadow {text-shadow: 3px 3px 1px #8B761D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B761D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B761D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B761D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B761D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B761D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B761D; -webkit-box-shadow: 1px 1px 3px 2px #8B761D; box-shadow: 1px 1px 3px 2px #8B761D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B761D; -webkit-box-shadow: 1px 1px 3px 2px #8B761D; box-shadow:1px 1px 3px 2px #8B761D;">
Div content here</div>
Dieser Text ist in der Farbe #8B761D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B761D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B761D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B761D.