HEX: #07B479
RGB: (7,180,121)
#07B479 enthält hauptsächlich grüne und blaue Farbe. Für #07B479 ist eine «websichere» Webfarbe #00CC66 (oder kurz #0C6).
Die Farbe #07B479 wird in RGB als (7,180,121) definiert.
RGB: (7,180,121) (3%,71%,47%)
R 7 von 255 = 3%
G 180 von 255 = 71%
B 121 von 255 = 47%
R + G + B ~ 40%. #07B479 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
7 + 180 + 121 = 308 (100%)
R 7 von 308 ~ 2.27%
G 180 von 308 ~ 58.44%
B 121 von 308 ~ 39.29%
Die Farbe #07B479 wird in CMYK als (96,0,33,29) definiert.
CMYK: (96,0,33,29) C96M0Y33K29 (96%,0%,33%,29%) (0.96/0.00/0.33/0.29)
07 | B4 | 79 | |
---|---|---|---|
RGB | 7 | 180 | 121 |
HSL | 160° | 92.51% | 36.67% |
HSB/HSV | 160° | 96.11% | 70.59% |
CMYK | 96.11% | 0.00% | 32.78% |
29.41% |
Hexadezimal | 07 | B4 | 79 |
Dezimal | 7 | 180 | 121 |
Binär | 111 | 10110100 | 1111001 |
Oktal | 7 | 264 | 171 |
Beispiele css- und html für Elemente in der Farbe #07B479. Bitte benutzen Sie auch rgb(7,180,121) statt hex-Code.
.myTextColor { color: #07B479; }
<p style="color:#07B479">This sample text font color is #07B479.</p>
Die Farbe dieses Textes ist #07B479.
.myBgColor { background-color: #07B479; }
<div style="background-color:#07B479">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #07B479.
.myBorderColor { border: 1px solid #07B479; }
<div style="border:3px solid #07B479">Div</div>
Die Grenzen von diesem div sind in Farbe #07B479.
.myOpacity80 { color: #07B479; opacity: 0.8; }
<p style="color:#07B479;opacity:0.8;">80%</p>
Text in Farbe #07B479 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #07B479;}
<p style="text-shadow: 3px 3px 1px #07B479">Text here.</p>
Dieser Text hat den Schatten in Farbe #07B479.
.textShadow {text-shadow: 3px 3px 1px #07B479, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #07B479, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #07B479 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07B479, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#07B479, Direction=45, Strength=4)">Text</p>
This text has shadow with #07B479 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07B479; -webkit-box-shadow: 1px 1px 3px 2px #07B479; box-shadow: 1px 1px 3px 2px #07B479; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #07B479; -webkit-box-shadow: 1px 1px 3px 2px #07B479; box-shadow:1px 1px 3px 2px #07B479;">
Div content here</div>
Dieser Text ist in der Farbe #07B479 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #07B479 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #07B479.
Dieser Text ist weiß auf dem Hintergrund in Farbe #07B479.