HEX: #7F525B
RGB: (127,82,91)
#7F525B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F525B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7F525B wird in RGB als (127,82,91) definiert.
RGB: (127,82,91) (50%,32%,36%)
R 127 von 255 = 50%
G 82 von 255 = 32%
B 91 von 255 = 36%
R + G + B ~ 39%. #7F525B ziemlich dunkle Farbe.
R + G + B =
127 + 82 + 91 = 300 (100%)
R 127 von 300 ~ 42.33%
G 82 von 300 ~ 27.33%
B 91 von 300 ~ 30.33%
Die Farbe #7F525B wird in CMYK als (0,35,28,50) definiert.
CMYK: (0,35,28,50) C0M35Y28K50 (0%,35%,28%,50%) (0.00/0.35/0.28/0.50)
7F | 52 | 5B | |
---|---|---|---|
RGB | 127 | 82 | 91 |
HSL | 348° | 21.53% | 40.98% |
HSB/HSV | 348° | 35.43% | 49.80% |
CMYK | 0.00% | 35.43% | 28.35% |
50.20% |
Hexadezimal | 7F | 52 | 5B |
Dezimal | 127 | 82 | 91 |
Binär | 1111111 | 1010010 | 1011011 |
Oktal | 177 | 122 | 133 |
Beispiele css- und html für Elemente in der Farbe #7F525B. Bitte benutzen Sie auch rgb(127,82,91) statt hex-Code.
.myTextColor { color: #7F525B; }
<p style="color:#7F525B">This sample text font color is #7F525B.</p>
Die Farbe dieses Textes ist #7F525B.
.myBgColor { background-color: #7F525B; }
<div style="background-color:#7F525B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F525B.
.myBorderColor { border: 1px solid #7F525B; }
<div style="border:3px solid #7F525B">Div</div>
Die Grenzen von diesem div sind in Farbe #7F525B.
.myOpacity80 { color: #7F525B; opacity: 0.8; }
<p style="color:#7F525B;opacity:0.8;">80%</p>
Text in Farbe #7F525B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F525B;}
<p style="text-shadow: 3px 3px 1px #7F525B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F525B.
.textShadow {text-shadow: 3px 3px 1px #7F525B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F525B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F525B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F525B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F525B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F525B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F525B; -webkit-box-shadow: 1px 1px 3px 2px #7F525B; box-shadow: 1px 1px 3px 2px #7F525B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F525B; -webkit-box-shadow: 1px 1px 3px 2px #7F525B; box-shadow:1px 1px 3px 2px #7F525B;">
Div content here</div>
Dieser Text ist in der Farbe #7F525B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F525B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F525B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F525B.