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