HEX: #3CB371
RGB: (60,179,113)
Die Farbenname ist MediumSeaGreen. #3CB371 enthält hauptsächlich grüne Farbe. Für #3CB371 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #3CB371 wird in RGB als (60,179,113) definiert.
RGB: (60,179,113) (24%,70%,44%)
R 60 von 255 = 24%
G 179 von 255 = 70%
B 113 von 255 = 44%
R + G + B ~ 46%. #3CB371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
60 + 179 + 113 = 352 (100%)
R 60 von 352 ~ 17.05%
G 179 von 352 ~ 50.85%
B 113 von 352 ~ 32.1%
Die Farbe #3CB371 wird in CMYK als (66,0,37,30) definiert.
CMYK: (66,0,37,30) C66M0Y37K30 (66%,0%,37%,30%) (0.66/0.00/0.37/0.30)
3C | B3 | 71 | |
---|---|---|---|
RGB | 60 | 179 | 113 |
HSL | 147° | 49.79% | 46.86% |
HSB/HSV | 147° | 66.48% | 70.20% |
CMYK | 66.48% | 0.00% | 36.87% |
29.80% |
Hexadezimal | 3C | B3 | 71 |
Dezimal | 60 | 179 | 113 |
Binär | 111100 | 10110011 | 1110001 |
Oktal | 74 | 263 | 161 |
Beispiele css- und html für Elemente in der Farbe #3CB371. Bitte benutzen Sie auch rgb(60,179,113) statt hex-Code.
.myTextColor { color: #3CB371; }
<p style="color:#3CB371">This sample text font color is #3CB371.</p>
Die Farbe dieses Textes ist #3CB371.
.myBgColor { background-color: #3CB371; }
<div style="background-color:#3CB371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #3CB371.
.myBorderColor { border: 1px solid #3CB371; }
<div style="border:3px solid #3CB371">Div</div>
Die Grenzen von diesem div sind in Farbe #3CB371.
.myOpacity80 { color: #3CB371; opacity: 0.8; }
<p style="color:#3CB371;opacity:0.8;">80%</p>
Text in Farbe #3CB371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3CB371;}
<p style="text-shadow: 3px 3px 1px #3CB371">Text here.</p>
Dieser Text hat den Schatten in Farbe #3CB371.
.textShadow {text-shadow: 3px 3px 1px #3CB371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3CB371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #3CB371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3CB371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3CB371, Direction=45, Strength=4)">Text</p>
This text has shadow with #3CB371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3CB371; -webkit-box-shadow: 1px 1px 3px 2px #3CB371; box-shadow: 1px 1px 3px 2px #3CB371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #3CB371; -webkit-box-shadow: 1px 1px 3px 2px #3CB371; box-shadow:1px 1px 3px 2px #3CB371;">
Div content here</div>
Dieser Text ist in der Farbe #3CB371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #3CB371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #3CB371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #3CB371.