HEX: #836B74
RGB: (131,107,116)
#836B74 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #836B74 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #836B74 wird in RGB als (131,107,116) definiert.
RGB: (131,107,116) (51%,42%,45%)
R 131 von 255 = 51%
G 107 von 255 = 42%
B 116 von 255 = 45%
R + G + B ~ 46%. #836B74 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
131 + 107 + 116 = 354 (100%)
R 131 von 354 ~ 37.01%
G 107 von 354 ~ 30.23%
B 116 von 354 ~ 32.77%
Die Farbe #836B74 wird in CMYK als (0,18,11,49) definiert.
CMYK: (0,18,11,49) C0M18Y11K49 (0%,18%,11%,49%) (0.00/0.18/0.11/0.49)
83 | 6B | 74 | |
---|---|---|---|
RGB | 131 | 107 | 116 |
HSL | 338° | 10.08% | 46.67% |
HSB/HSV | 338° | 18.32% | 51.37% |
CMYK | 0.00% | 18.32% | 11.45% |
48.63% |
Hexadezimal | 83 | 6B | 74 |
Dezimal | 131 | 107 | 116 |
Binär | 10000011 | 1101011 | 1110100 |
Oktal | 203 | 153 | 164 |
Beispiele css- und html für Elemente in der Farbe #836B74. Bitte benutzen Sie auch rgb(131,107,116) statt hex-Code.
.myTextColor { color: #836B74; }
<p style="color:#836B74">This sample text font color is #836B74.</p>
Die Farbe dieses Textes ist #836B74.
.myBgColor { background-color: #836B74; }
<div style="background-color:#836B74">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #836B74.
.myBorderColor { border: 1px solid #836B74; }
<div style="border:3px solid #836B74">Div</div>
Die Grenzen von diesem div sind in Farbe #836B74.
.myOpacity80 { color: #836B74; opacity: 0.8; }
<p style="color:#836B74;opacity:0.8;">80%</p>
Text in Farbe #836B74 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #836B74;}
<p style="text-shadow: 3px 3px 1px #836B74">Text here.</p>
Dieser Text hat den Schatten in Farbe #836B74.
.textShadow {text-shadow: 3px 3px 1px #836B74, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #836B74, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #836B74 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#836B74, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#836B74, Direction=45, Strength=4)">Text</p>
This text has shadow with #836B74 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #836B74; -webkit-box-shadow: 1px 1px 3px 2px #836B74; box-shadow: 1px 1px 3px 2px #836B74; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #836B74; -webkit-box-shadow: 1px 1px 3px 2px #836B74; box-shadow:1px 1px 3px 2px #836B74;">
Div content here</div>
Dieser Text ist in der Farbe #836B74 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #836B74 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #836B74.
Dieser Text ist weiß auf dem Hintergrund in Farbe #836B74.