HEX: #81707D
RGB: (129,112,125)
#81707D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #81707D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #81707D wird in RGB als (129,112,125) definiert.
RGB: (129,112,125) (51%,44%,49%)
R 129 von 255 = 51%
G 112 von 255 = 44%
B 125 von 255 = 49%
R + G + B ~ 48%. #81707D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
129 + 112 + 125 = 366 (100%)
R 129 von 366 ~ 35.25%
G 112 von 366 ~ 30.6%
B 125 von 366 ~ 34.15%
Die Farbe #81707D wird in CMYK als (0,13,3,49) definiert.
CMYK: (0,13,3,49) C0M13Y3K49 (0%,13%,3%,49%) (0.00/0.13/0.03/0.49)
81 | 70 | 7D | |
---|---|---|---|
RGB | 129 | 112 | 125 |
HSL | 314° | 7.05% | 47.25% |
HSB/HSV | 314° | 13.18% | 50.59% |
CMYK | 0.00% | 13.18% | 3.10% |
49.41% |
Hexadezimal | 81 | 70 | 7D |
Dezimal | 129 | 112 | 125 |
Binär | 10000001 | 1110000 | 1111101 |
Oktal | 201 | 160 | 175 |
Beispiele css- und html für Elemente in der Farbe #81707D. Bitte benutzen Sie auch rgb(129,112,125) statt hex-Code.
.myTextColor { color: #81707D; }
<p style="color:#81707D">This sample text font color is #81707D.</p>
Die Farbe dieses Textes ist #81707D.
.myBgColor { background-color: #81707D; }
<div style="background-color:#81707D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #81707D.
.myBorderColor { border: 1px solid #81707D; }
<div style="border:3px solid #81707D">Div</div>
Die Grenzen von diesem div sind in Farbe #81707D.
.myOpacity80 { color: #81707D; opacity: 0.8; }
<p style="color:#81707D;opacity:0.8;">80%</p>
Text in Farbe #81707D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #81707D;}
<p style="text-shadow: 3px 3px 1px #81707D">Text here.</p>
Dieser Text hat den Schatten in Farbe #81707D.
.textShadow {text-shadow: 3px 3px 1px #81707D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #81707D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #81707D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#81707D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#81707D, Direction=45, Strength=4)">Text</p>
This text has shadow with #81707D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81707D; -webkit-box-shadow: 1px 1px 3px 2px #81707D; box-shadow: 1px 1px 3px 2px #81707D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #81707D; -webkit-box-shadow: 1px 1px 3px 2px #81707D; box-shadow:1px 1px 3px 2px #81707D;">
Div content here</div>
Dieser Text ist in der Farbe #81707D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #81707D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #81707D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #81707D.