HEX: #51997D
RGB: (81,153,125)
#51997D enthält hauptsächlich grüne und blaue Farbe. Für #51997D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #51997D wird in RGB als (81,153,125) definiert.
RGB: (81,153,125) (32%,60%,49%)
R 81 von 255 = 32%
G 153 von 255 = 60%
B 125 von 255 = 49%
R + G + B ~ 47%. #51997D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 153 + 125 = 359 (100%)
R 81 von 359 ~ 22.56%
G 153 von 359 ~ 42.62%
B 125 von 359 ~ 34.82%
Die Farbe #51997D wird in CMYK als (47,0,18,40) definiert.
CMYK: (47,0,18,40) C47M0Y18K40 (47%,0%,18%,40%) (0.47/0.00/0.18/0.40)
51 | 99 | 7D | |
---|---|---|---|
RGB | 81 | 153 | 125 |
HSL | 157° | 30.77% | 45.88% |
HSB/HSV | 157° | 47.06% | 60.00% |
CMYK | 47.06% | 0.00% | 18.30% |
40.00% |
Hexadezimal | 51 | 99 | 7D |
Dezimal | 81 | 153 | 125 |
Binär | 1010001 | 10011001 | 1111101 |
Oktal | 121 | 231 | 175 |
Beispiele css- und html für Elemente in der Farbe #51997D. Bitte benutzen Sie auch rgb(81,153,125) statt hex-Code.
.myTextColor { color: #51997D; }
<p style="color:#51997D">This sample text font color is #51997D.</p>
Die Farbe dieses Textes ist #51997D.
.myBgColor { background-color: #51997D; }
<div style="background-color:#51997D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51997D.
.myBorderColor { border: 1px solid #51997D; }
<div style="border:3px solid #51997D">Div</div>
Die Grenzen von diesem div sind in Farbe #51997D.
.myOpacity80 { color: #51997D; opacity: 0.8; }
<p style="color:#51997D;opacity:0.8;">80%</p>
Text in Farbe #51997D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51997D;}
<p style="text-shadow: 3px 3px 1px #51997D">Text here.</p>
Dieser Text hat den Schatten in Farbe #51997D.
.textShadow {text-shadow: 3px 3px 1px #51997D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51997D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51997D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51997D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51997D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51997D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51997D; -webkit-box-shadow: 1px 1px 3px 2px #51997D; box-shadow: 1px 1px 3px 2px #51997D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51997D; -webkit-box-shadow: 1px 1px 3px 2px #51997D; box-shadow:1px 1px 3px 2px #51997D;">
Div content here</div>
Dieser Text ist in der Farbe #51997D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51997D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51997D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51997D.