HEX: #603B5F
RGB: (96,59,95)
#603B5F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #603B5F ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #603B5F wird in RGB als (96,59,95) definiert.
RGB: (96,59,95) (38%,23%,37%)
R 96 von 255 = 38%
G 59 von 255 = 23%
B 95 von 255 = 37%
R + G + B ~ 33%. #603B5F ziemlich dunkle Farbe.
R + G + B =
96 + 59 + 95 = 250 (100%)
R 96 von 250 ~ 38.4%
G 59 von 250 ~ 23.6%
B 95 von 250 ~ 38%
Die Farbe #603B5F wird in CMYK als (0,39,1,62) definiert.
CMYK: (0,39,1,62) C0M39Y1K62 (0%,39%,1%,62%) (0.00/0.39/0.01/0.62)
60 | 3B | 5F | |
---|---|---|---|
RGB | 96 | 59 | 95 |
HSL | 302° | 23.87% | 30.39% |
HSB/HSV | 302° | 38.54% | 37.65% |
CMYK | 0.00% | 38.54% | 1.04% |
62.35% |
Hexadezimal | 60 | 3B | 5F |
Dezimal | 96 | 59 | 95 |
Binär | 1100000 | 111011 | 1011111 |
Oktal | 140 | 73 | 137 |
Beispiele css- und html für Elemente in der Farbe #603B5F. Bitte benutzen Sie auch rgb(96,59,95) statt hex-Code.
.myTextColor { color: #603B5F; }
<p style="color:#603B5F">This sample text font color is #603B5F.</p>
Die Farbe dieses Textes ist #603B5F.
.myBgColor { background-color: #603B5F; }
<div style="background-color:#603B5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #603B5F.
.myBorderColor { border: 1px solid #603B5F; }
<div style="border:3px solid #603B5F">Div</div>
Die Grenzen von diesem div sind in Farbe #603B5F.
.myOpacity80 { color: #603B5F; opacity: 0.8; }
<p style="color:#603B5F;opacity:0.8;">80%</p>
Text in Farbe #603B5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #603B5F;}
<p style="text-shadow: 3px 3px 1px #603B5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #603B5F.
.textShadow {text-shadow: 3px 3px 1px #603B5F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #603B5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #603B5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#603B5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#603B5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #603B5F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #603B5F; -webkit-box-shadow: 1px 1px 3px 2px #603B5F; box-shadow: 1px 1px 3px 2px #603B5F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #603B5F; -webkit-box-shadow: 1px 1px 3px 2px #603B5F; box-shadow:1px 1px 3px 2px #603B5F;">
Div content here</div>
Dieser Text ist in der Farbe #603B5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #603B5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #603B5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #603B5F.