HEX: #837B5A
RGB: (131,123,90)
#837B5A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837B5A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #837B5A wird in RGB als (131,123,90) definiert.
RGB: (131,123,90)
(51%, 48%, 35%)
R 131 von 255 = 51%
G 123 von 255 = 48%
B 90 von 255 = 35%
R + G + B ~ 45%. #837B5A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 123 + 90 = 344 (100%)
R 131 von 344 ~ 38.08%
G 123 von 344 ~ 35.76%
B 90 von 344 ~ 26.16'%
Die Farbe #837B5A wird in CMYK als (0,6,31,49) definiert.
CMYK: (0,6,31,49) C0M6Y31K49 (0%,6%,31%,49%) (0.00/0.06/0.31/0.49)
Farbe #837B5A in den populären Farbmodellen.
83 | 7B | 5A | |
---|---|---|---|
RGB | 131 | 123 | 90 |
HSL | 48° | 18.55% | 43.33% |
HSB/HSV | 48° | 31.30% | 51.37% |
CMYK | 0.00% | 6.11% | 31.30% |
48.63% |
Die Farbe #837B5A in den populären Zahlensystemen.
Hexadezimal | 83 | 7B | 5A |
Dezimal | 131 | 123 | 90 |
Binär | 10000011 | 1111011 | 1011010 |
Oktal | 203 | 173 | 132 |
Dunkle Töne der Farbe #837B5A
Helle Töne der Farbe #837B5A
Beispiele css- und html für Elemente in der Farbe #837B5A. Bitte benutzen Sie auch rgb(131,123,90) statt hex-Code.
.myTextColor { color: #837B5A; }
<p style="color:#837B5A">This sample text font color is #837B5A.</p>
Die Farbe dieses Textes ist #837B5A.
.myBgColor { background-color: #837B5A; }
<div style="background-color:#837B5A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837B5A.
.myBorderColor { border: 1px solid #837B5A; }
<div style="border:3px solid #837B5A">Div</div>
Die Grenzen von diesem div sind in Farbe #837B5A.
.myOpacity80 { color: #837B5A; opacity: 0.8; }
<p style="color:#837B5A;opacity:0.8;">80%</p>
Text in Farbe #837B5A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837B5A;}
<p style="text-shadow: 3px 3px 1px #837B5A">Text here.</p>
Dieser Text hat den Schatten in Farbe #837B5A.
.textShadow {text-shadow: 3px 3px 1px #837B5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837B5A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837B5A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837B5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837B5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #837B5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #837B5A;
-webkit-box-shadow: 1px 1px 3px 2px #837B5A;
box-shadow: 1px 1px 3px 2px #837B5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837B5A; -webkit-box-shadow: 1px 1px 3px 2px #837B5A; box-shadow:1px 1px 3px 2px #837B5A;">
Div content here
</div>
Dieser Text ist in der Farbe #837B5A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837B5A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837B5A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837B5A.
Kontrastfarbe für #hex ist #7C84A5.