HEX: #737949
RGB: (115,121,73)
#737949 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #737949 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #737949 wird in RGB als (115,121,73) definiert.
RGB: (115,121,73)
(45%, 47%, 29%)
R 115 von 255 = 45%
G 121 von 255 = 47%
B 73 von 255 = 29%
R + G + B ~ 40%. #737949 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 115 + 121 + 73 = 309 (100%)
R 115 von 309 ~ 37.22%
G 121 von 309 ~ 39.16%
B 73 von 309 ~ 23.62'%
Die Farbe #737949 wird in CMYK als (5,0,40,53) definiert.
CMYK: (5,0,40,53)
C5M0Y40K53 (5%, 0%, 40%, 53%)
(0.05 / 0.00 / 0.40 / 0.53)
Farbe #737949 in den populären Farbmodellen.
73 | 79 | 49 | |
---|---|---|---|
RGB | 115 | 121 | 73 |
HSL | 68° | 24.74% | 38.04% |
HSB/HSV | 68° | 39.67% | 47.45% |
CMYK | 4.96% | 0.00% | 39.67% |
52.55% |
Die Farbe #737949 in den populären Zahlensystemen.
Hexadezimal | 73 | 79 | 49 |
Dezimal | 115 | 121 | 73 |
Binär | 1110011 | 1111001 | 1001001 |
Oktal | 163 | 171 | 111 |
Dunkle Töne der Farbe #737949
Helle Töne der Farbe #737949
Beispiele css- und html für Elemente in der Farbe #737949. Bitte benutzen Sie auch rgb(115,121,73) statt hex-Code.
.myTextColor { color: #737949; }
<p style="color:#737949">This sample text font color is #737949.</p>
Die Farbe dieses Textes ist #737949.
.myBgColor { background-color: #737949; }
<div style="background-color:#737949">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #737949.
.myBorderColor { border: 1px solid #737949; }
<div style="border:3px solid #737949">Div</div>
Die Grenzen von diesem div sind in Farbe #737949.
.myOpacity80 { color: #737949; opacity: 0.8; }
<p style="color:#737949;opacity:0.8;">80%</p>
Text in Farbe #737949 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #737949;}
<p style="text-shadow: 3px 3px 1px #737949">Text here.</p>
Dieser Text hat den Schatten in Farbe #737949.
.textShadow {text-shadow: 3px 3px 1px #737949', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #737949, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #737949 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#737949, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#737949, Direction=45, Strength=4)">Text</p>
This text has shadow with #737949 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #737949;
-webkit-box-shadow: 1px 1px 3px 2px #737949;
box-shadow: 1px 1px 3px 2px #737949;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #737949; -webkit-box-shadow: 1px 1px 3px 2px #737949; box-shadow:1px 1px 3px 2px #737949;">
Div content here
</div>
Dieser Text ist in der Farbe #737949 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #737949 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #737949.
Dieser Text ist weiß auf dem Hintergrund in Farbe #737949.
Kontrastfarbe für #hex ist #8C86B6.