HEX: #7D825B
RGB: (125,130,91)
#7D825B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D825B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7D825B wird in RGB als (125,130,91) definiert.
RGB: (125,130,91)
(49%, 51%, 36%)
R 125 von 255 = 49%
G 130 von 255 = 51%
B 91 von 255 = 36%
R + G + B ~ 45%. #7D825B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 125 + 130 + 91 = 346 (100%)
R 125 von 346 ~ 36.13%
G 130 von 346 ~ 37.57%
B 91 von 346 ~ 26.3'%
Die Farbe #7D825B wird in CMYK als (4,0,30,49) definiert.
CMYK: (4,0,30,49)
C4M0Y30K49 (4%, 0%, 30%, 49%)
(0.04 / 0.00 / 0.30 / 0.49)
Farbe #7D825B in den populären Farbmodellen.
7D | 82 | 5B | |
---|---|---|---|
RGB | 125 | 130 | 91 |
HSL | 68° | 17.65% | 43.33% |
HSB/HSV | 68° | 30.00% | 50.98% |
CMYK | 3.85% | 0.00% | 30.00% |
49.02% |
Die Farbe #7D825B in den populären Zahlensystemen.
Hexadezimal | 7D | 82 | 5B |
Dezimal | 125 | 130 | 91 |
Binär | 1111101 | 10000010 | 1011011 |
Oktal | 175 | 202 | 133 |
Dunkle Töne der Farbe #7D825B
Helle Töne der Farbe #7D825B
Beispiele css- und html für Elemente in der Farbe #7D825B. Bitte benutzen Sie auch rgb(125,130,91) statt hex-Code.
.myTextColor { color: #7D825B; }
<p style="color:#7D825B">This sample text font color is #7D825B.</p>
Die Farbe dieses Textes ist #7D825B.
.myBgColor { background-color: #7D825B; }
<div style="background-color:#7D825B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D825B.
.myBorderColor { border: 1px solid #7D825B; }
<div style="border:3px solid #7D825B">Div</div>
Die Grenzen von diesem div sind in Farbe #7D825B.
.myOpacity80 { color: #7D825B; opacity: 0.8; }
<p style="color:#7D825B;opacity:0.8;">80%</p>
Text in Farbe #7D825B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D825B;}
<p style="text-shadow: 3px 3px 1px #7D825B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D825B.
.textShadow {text-shadow: 3px 3px 1px #7D825B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D825B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D825B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D825B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D825B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D825B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D825B;
-webkit-box-shadow: 1px 1px 3px 2px #7D825B;
box-shadow: 1px 1px 3px 2px #7D825B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D825B; -webkit-box-shadow: 1px 1px 3px 2px #7D825B; box-shadow:1px 1px 3px 2px #7D825B;">
Div content here
</div>
Dieser Text ist in der Farbe #7D825B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D825B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D825B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D825B.
Kontrastfarbe für #hex ist #827DA4.