HEX: #53AD63
RGB: (83,173,99)
#53AD63 enthält hauptsächlich grüne Farbe. Für #53AD63 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #53AD63 wird in RGB als (83,173,99) definiert.
RGB: (83,173,99) (33%,68%,39%)
R 83 von 255 = 33%
G 173 von 255 = 68%
B 99 von 255 = 39%
R + G + B ~ 47%. #53AD63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
83 + 173 + 99 = 355 (100%)
R 83 von 355 ~ 23.38%
G 173 von 355 ~ 48.73%
B 99 von 355 ~ 27.89%
Die Farbe #53AD63 wird in CMYK als (52,0,43,32) definiert.
CMYK: (52,0,43,32) C52M0Y43K32 (52%,0%,43%,32%) (0.52/0.00/0.43/0.32)
53 | AD | 63 | |
---|---|---|---|
RGB | 83 | 173 | 99 |
HSL | 131° | 35.43% | 50.20% |
HSB/HSV | 131° | 52.02% | 67.84% |
CMYK | 52.02% | 0.00% | 42.77% |
32.16% |
Hexadezimal | 53 | AD | 63 |
Dezimal | 83 | 173 | 99 |
Binär | 1010011 | 10101101 | 1100011 |
Oktal | 123 | 255 | 143 |
Beispiele css- und html für Elemente in der Farbe #53AD63. Bitte benutzen Sie auch rgb(83,173,99) statt hex-Code.
.myTextColor { color: #53AD63; }
<p style="color:#53AD63">This sample text font color is #53AD63.</p>
Die Farbe dieses Textes ist #53AD63.
.myBgColor { background-color: #53AD63; }
<div style="background-color:#53AD63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #53AD63.
.myBorderColor { border: 1px solid #53AD63; }
<div style="border:3px solid #53AD63">Div</div>
Die Grenzen von diesem div sind in Farbe #53AD63.
.myOpacity80 { color: #53AD63; opacity: 0.8; }
<p style="color:#53AD63;opacity:0.8;">80%</p>
Text in Farbe #53AD63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53AD63;}
<p style="text-shadow: 3px 3px 1px #53AD63">Text here.</p>
Dieser Text hat den Schatten in Farbe #53AD63.
.textShadow {text-shadow: 3px 3px 1px #53AD63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53AD63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #53AD63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53AD63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53AD63, Direction=45, Strength=4)">Text</p>
This text has shadow with #53AD63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53AD63; -webkit-box-shadow: 1px 1px 3px 2px #53AD63; box-shadow: 1px 1px 3px 2px #53AD63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #53AD63; -webkit-box-shadow: 1px 1px 3px 2px #53AD63; box-shadow:1px 1px 3px 2px #53AD63;">
Div content here</div>
Dieser Text ist in der Farbe #53AD63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #53AD63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #53AD63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #53AD63.