HEX: #58A53C
RGB: (88,165,60)
#58A53C enthält hauptsächlich grüne Farbe. Für #58A53C ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #58A53C wird in RGB als (88,165,60) definiert.
RGB: (88,165,60) (35%,65%,24%)
R 88 von 255 = 35%
G 165 von 255 = 65%
B 60 von 255 = 24%
R + G + B ~ 41%. #58A53C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
88 + 165 + 60 = 313 (100%)
R 88 von 313 ~ 28.12%
G 165 von 313 ~ 52.72%
B 60 von 313 ~ 19.17%
Die Farbe #58A53C wird in CMYK als (47,0,64,35) definiert.
CMYK: (47,0,64,35) C47M0Y64K35 (47%,0%,64%,35%) (0.47/0.00/0.64/0.35)
58 | A5 | 3C | |
---|---|---|---|
RGB | 88 | 165 | 60 |
HSL | 104° | 46.67% | 44.12% |
HSB/HSV | 104° | 63.64% | 64.71% |
CMYK | 46.67% | 0.00% | 63.64% |
35.29% |
Hexadezimal | 58 | A5 | 3C |
Dezimal | 88 | 165 | 60 |
Binär | 1011000 | 10100101 | 111100 |
Oktal | 130 | 245 | 74 |
Beispiele css- und html für Elemente in der Farbe #58A53C. Bitte benutzen Sie auch rgb(88,165,60) statt hex-Code.
.myTextColor { color: #58A53C; }
<p style="color:#58A53C">This sample text font color is #58A53C.</p>
Die Farbe dieses Textes ist #58A53C.
.myBgColor { background-color: #58A53C; }
<div style="background-color:#58A53C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #58A53C.
.myBorderColor { border: 1px solid #58A53C; }
<div style="border:3px solid #58A53C">Div</div>
Die Grenzen von diesem div sind in Farbe #58A53C.
.myOpacity80 { color: #58A53C; opacity: 0.8; }
<p style="color:#58A53C;opacity:0.8;">80%</p>
Text in Farbe #58A53C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58A53C;}
<p style="text-shadow: 3px 3px 1px #58A53C">Text here.</p>
Dieser Text hat den Schatten in Farbe #58A53C.
.textShadow {text-shadow: 3px 3px 1px #58A53C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58A53C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #58A53C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58A53C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58A53C, Direction=45, Strength=4)">Text</p>
This text has shadow with #58A53C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58A53C; -webkit-box-shadow: 1px 1px 3px 2px #58A53C; box-shadow: 1px 1px 3px 2px #58A53C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58A53C; -webkit-box-shadow: 1px 1px 3px 2px #58A53C; box-shadow:1px 1px 3px 2px #58A53C;">
Div content here</div>
Dieser Text ist in der Farbe #58A53C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #58A53C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #58A53C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #58A53C.