HEX: #53513B
RGB: (83,81,59)
#53513B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #53513B ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #53513B wird in RGB als (83,81,59) definiert.
RGB: (83,81,59) (33%,32%,23%)
R 83 von 255 = 33%
G 81 von 255 = 32%
B 59 von 255 = 23%
R + G + B ~ 29%. #53513B ziemlich dunkle Farbe.
R + G + B =
83 + 81 + 59 = 223 (100%)
R 83 von 223 ~ 37.22%
G 81 von 223 ~ 36.32%
B 59 von 223 ~ 26.46%
Die Farbe #53513B wird in CMYK als (0,2,29,67) definiert.
CMYK: (0,2,29,67) C0M2Y29K67 (0%,2%,29%,67%) (0.00/0.02/0.29/0.67)
53 | 51 | 3B | |
---|---|---|---|
RGB | 83 | 81 | 59 |
HSL | 55° | 16.90% | 27.84% |
HSB/HSV | 55° | 28.92% | 32.55% |
CMYK | 0.00% | 2.41% | 28.92% |
67.45% |
Hexadezimal | 53 | 51 | 3B |
Dezimal | 83 | 81 | 59 |
Binär | 1010011 | 1010001 | 111011 |
Oktal | 123 | 121 | 73 |
Beispiele css- und html für Elemente in der Farbe #53513B. Bitte benutzen Sie auch rgb(83,81,59) statt hex-Code.
.myTextColor { color: #53513B; }
<p style="color:#53513B">This sample text font color is #53513B.</p>
Die Farbe dieses Textes ist #53513B.
.myBgColor { background-color: #53513B; }
<div style="background-color:#53513B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #53513B.
.myBorderColor { border: 1px solid #53513B; }
<div style="border:3px solid #53513B">Div</div>
Die Grenzen von diesem div sind in Farbe #53513B.
.myOpacity80 { color: #53513B; opacity: 0.8; }
<p style="color:#53513B;opacity:0.8;">80%</p>
Text in Farbe #53513B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53513B;}
<p style="text-shadow: 3px 3px 1px #53513B">Text here.</p>
Dieser Text hat den Schatten in Farbe #53513B.
.textShadow {text-shadow: 3px 3px 1px #53513B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53513B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #53513B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53513B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53513B, Direction=45, Strength=4)">Text</p>
This text has shadow with #53513B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53513B; -webkit-box-shadow: 1px 1px 3px 2px #53513B; box-shadow: 1px 1px 3px 2px #53513B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #53513B; -webkit-box-shadow: 1px 1px 3px 2px #53513B; box-shadow:1px 1px 3px 2px #53513B;">
Div content here</div>
Dieser Text ist in der Farbe #53513B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #53513B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #53513B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #53513B.