HEX: #074D49
RGB: (7,77,73)
#074D49 enthält hauptsächlich grüne und blaue Farbe. Für #074D49 ist eine «websichere» Webfarbe #003333 (oder kurz #033).
Die Farbe #074D49 wird in RGB als (7,77,73) definiert.
RGB: (7,77,73)
(3%, 30%, 29%)
R 7 von 255 = 3%
G 77 von 255 = 30%
B 73 von 255 = 29%
R + G + B ~ 21%. #074D49 dunkle Farbe.
R + G + B = 7 + 77 + 73 = 157 (100%)
R 7 von 157 ~ 4.46%
G 77 von 157 ~ 49.04%
B 73 von 157 ~ 46.5'%
Die Farbe #074D49 wird in CMYK als (91,0,5,70) definiert.
CMYK: (91,0,5,70)
C91M0Y5K70 (91%, 0%, 5%, 70%)
(0.91 / 0.00 / 0.05 / 0.70)
Farbe #074D49 in den populären Farbmodellen.
07 | 4D | 49 | |
---|---|---|---|
RGB | 7 | 77 | 73 |
HSL | 177° | 83.33% | 16.47% |
HSB/HSV | 177° | 90.91% | 30.20% |
CMYK | 90.91% | 0.00% | 5.19% |
69.80% |
Die Farbe #074D49 in den populären Zahlensystemen.
Hexadezimal | 07 | 4D | 49 |
Dezimal | 7 | 77 | 73 |
Binär | 111 | 1001101 | 1001001 |
Oktal | 7 | 115 | 111 |
Dunkle Töne der Farbe #074D49
Helle Töne der Farbe #074D49
Beispiele css- und html für Elemente in der Farbe #074D49. Bitte benutzen Sie auch rgb(7,77,73) statt hex-Code.
.myTextColor { color: #074D49; }
<p style="color:#074D49">This sample text font color is #074D49.</p>
Die Farbe dieses Textes ist #074D49.
.myBgColor { background-color: #074D49; }
<div style="background-color:#074D49">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #074D49.
.myBorderColor { border: 1px solid #074D49; }
<div style="border:3px solid #074D49">Div</div>
Die Grenzen von diesem div sind in Farbe #074D49.
.myOpacity80 { color: #074D49; opacity: 0.8; }
<p style="color:#074D49;opacity:0.8;">80%</p>
Text in Farbe #074D49 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #074D49;}
<p style="text-shadow: 3px 3px 1px #074D49">Text here.</p>
Dieser Text hat den Schatten in Farbe #074D49.
.textShadow {text-shadow: 3px 3px 1px #074D49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #074D49, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #074D49 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#074D49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#074D49, Direction=45, Strength=4)">Text</p>
This text has shadow with #074D49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #074D49;
-webkit-box-shadow: 1px 1px 3px 2px #074D49;
box-shadow: 1px 1px 3px 2px #074D49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #074D49; -webkit-box-shadow: 1px 1px 3px 2px #074D49; box-shadow:1px 1px 3px 2px #074D49;">
Div content here
</div>
Dieser Text ist in der Farbe #074D49 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #074D49 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #074D49.
Dieser Text ist weiß auf dem Hintergrund in Farbe #074D49.
Kontrastfarbe für #hex ist #F8B2B6.