HEX: #7F495F
RGB: (127,73,95)
#7F495F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7F495F ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7F495F wird in RGB als (127,73,95) definiert.
RGB: (127,73,95) (50%,29%,37%)
R 127 von 255 = 50%
G 73 von 255 = 29%
B 95 von 255 = 37%
R + G + B ~ 39%. #7F495F ziemlich dunkle Farbe.
R + G + B =
127 + 73 + 95 = 295 (100%)
R 127 von 295 ~ 43.05%
G 73 von 295 ~ 24.75%
B 95 von 295 ~ 32.2%
Die Farbe #7F495F wird in CMYK als (0,43,25,50) definiert.
CMYK: (0,43,25,50) C0M43Y25K50 (0%,43%,25%,50%) (0.00/0.43/0.25/0.50)
7F | 49 | 5F | |
---|---|---|---|
RGB | 127 | 73 | 95 |
HSL | 336° | 27.00% | 39.22% |
HSB/HSV | 336° | 42.52% | 49.80% |
CMYK | 0.00% | 42.52% | 25.20% |
50.20% |
Hexadezimal | 7F | 49 | 5F |
Dezimal | 127 | 73 | 95 |
Binär | 1111111 | 1001001 | 1011111 |
Oktal | 177 | 111 | 137 |
Beispiele css- und html für Elemente in der Farbe #7F495F. Bitte benutzen Sie auch rgb(127,73,95) statt hex-Code.
.myTextColor { color: #7F495F; }
<p style="color:#7F495F">This sample text font color is #7F495F.</p>
Die Farbe dieses Textes ist #7F495F.
.myBgColor { background-color: #7F495F; }
<div style="background-color:#7F495F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F495F.
.myBorderColor { border: 1px solid #7F495F; }
<div style="border:3px solid #7F495F">Div</div>
Die Grenzen von diesem div sind in Farbe #7F495F.
.myOpacity80 { color: #7F495F; opacity: 0.8; }
<p style="color:#7F495F;opacity:0.8;">80%</p>
Text in Farbe #7F495F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F495F;}
<p style="text-shadow: 3px 3px 1px #7F495F">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F495F.
.textShadow {text-shadow: 3px 3px 1px #7F495F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F495F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F495F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F495F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F495F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F495F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F495F; -webkit-box-shadow: 1px 1px 3px 2px #7F495F; box-shadow: 1px 1px 3px 2px #7F495F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F495F; -webkit-box-shadow: 1px 1px 3px 2px #7F495F; box-shadow:1px 1px 3px 2px #7F495F;">
Div content here</div>
Dieser Text ist in der Farbe #7F495F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F495F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F495F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F495F.