HEX: #48824E
RGB: (72,130,78)
#48824E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #48824E ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #48824E wird in RGB als (72,130,78) definiert.
RGB: (72,130,78) (28%,51%,31%)
R 72 von 255 = 28%
G 130 von 255 = 51%
B 78 von 255 = 31%
R + G + B ~ 37%. #48824E ziemlich dunkle Farbe.
R + G + B =
72 + 130 + 78 = 280 (100%)
R 72 von 280 ~ 25.71%
G 130 von 280 ~ 46.43%
B 78 von 280 ~ 27.86%
Die Farbe #48824E wird in CMYK als (45,0,40,49) definiert.
CMYK: (45,0,40,49) C45M0Y40K49 (45%,0%,40%,49%) (0.45/0.00/0.40/0.49)
48 | 82 | 4E | |
---|---|---|---|
RGB | 72 | 130 | 78 |
HSL | 126° | 28.71% | 39.61% |
HSB/HSV | 126° | 44.62% | 50.98% |
CMYK | 44.62% | 0.00% | 40.00% |
49.02% |
Hexadezimal | 48 | 82 | 4E |
Dezimal | 72 | 130 | 78 |
Binär | 1001000 | 10000010 | 1001110 |
Oktal | 110 | 202 | 116 |
Beispiele css- und html für Elemente in der Farbe #48824E. Bitte benutzen Sie auch rgb(72,130,78) statt hex-Code.
.myTextColor { color: #48824E; }
<p style="color:#48824E">This sample text font color is #48824E.</p>
Die Farbe dieses Textes ist #48824E.
.myBgColor { background-color: #48824E; }
<div style="background-color:#48824E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48824E.
.myBorderColor { border: 1px solid #48824E; }
<div style="border:3px solid #48824E">Div</div>
Die Grenzen von diesem div sind in Farbe #48824E.
.myOpacity80 { color: #48824E; opacity: 0.8; }
<p style="color:#48824E;opacity:0.8;">80%</p>
Text in Farbe #48824E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48824E;}
<p style="text-shadow: 3px 3px 1px #48824E">Text here.</p>
Dieser Text hat den Schatten in Farbe #48824E.
.textShadow {text-shadow: 3px 3px 1px #48824E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48824E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48824E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48824E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48824E, Direction=45, Strength=4)">Text</p>
This text has shadow with #48824E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48824E; -webkit-box-shadow: 1px 1px 3px 2px #48824E; box-shadow: 1px 1px 3px 2px #48824E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48824E; -webkit-box-shadow: 1px 1px 3px 2px #48824E; box-shadow:1px 1px 3px 2px #48824E;">
Div content here</div>
Dieser Text ist in der Farbe #48824E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48824E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48824E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48824E.