HEX: #55837D
RGB: (85,131,125)
#55837D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #55837D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #55837D wird in RGB als (85,131,125) definiert.
RGB: (85,131,125)
(33%, 51%, 49%)
R 85 von 255 = 33%
G 131 von 255 = 51%
B 125 von 255 = 49%
R + G + B ~ 44%. #55837D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 85 + 131 + 125 = 341 (100%)
R 85 von 341 ~ 24.93%
G 131 von 341 ~ 38.42%
B 125 von 341 ~ 36.66'%
Die Farbe #55837D wird in CMYK als (35,0,5,49) definiert.
CMYK: (35,0,5,49)
C35M0Y5K49 (35%, 0%, 5%, 49%)
(0.35 / 0.00 / 0.05 / 0.49)
Farbe #55837D in den populären Farbmodellen.
55 | 83 | 7D | |
---|---|---|---|
RGB | 85 | 131 | 125 |
HSL | 172° | 21.30% | 42.35% |
HSB/HSV | 172° | 35.11% | 51.37% |
CMYK | 35.11% | 0.00% | 4.58% |
48.63% |
Die Farbe #55837D in den populären Zahlensystemen.
Hexadezimal | 55 | 83 | 7D |
Dezimal | 85 | 131 | 125 |
Binär | 1010101 | 10000011 | 1111101 |
Oktal | 125 | 203 | 175 |
Dunkle Töne der Farbe #55837D
Helle Töne der Farbe #55837D
Beispiele css- und html für Elemente in der Farbe #55837D. Bitte benutzen Sie auch rgb(85,131,125) statt hex-Code.
.myTextColor { color: #55837D; }
<p style="color:#55837D">This sample text font color is #55837D.</p>
Die Farbe dieses Textes ist #55837D.
.myBgColor { background-color: #55837D; }
<div style="background-color:#55837D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55837D.
.myBorderColor { border: 1px solid #55837D; }
<div style="border:3px solid #55837D">Div</div>
Die Grenzen von diesem div sind in Farbe #55837D.
.myOpacity80 { color: #55837D; opacity: 0.8; }
<p style="color:#55837D;opacity:0.8;">80%</p>
Text in Farbe #55837D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55837D;}
<p style="text-shadow: 3px 3px 1px #55837D">Text here.</p>
Dieser Text hat den Schatten in Farbe #55837D.
.textShadow {text-shadow: 3px 3px 1px #55837D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55837D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55837D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55837D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55837D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55837D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55837D;
-webkit-box-shadow: 1px 1px 3px 2px #55837D;
box-shadow: 1px 1px 3px 2px #55837D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55837D; -webkit-box-shadow: 1px 1px 3px 2px #55837D; box-shadow:1px 1px 3px 2px #55837D;">
Div content here
</div>
Dieser Text ist in der Farbe #55837D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55837D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55837D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55837D.
Kontrastfarbe für #hex ist #AA7C82.