HEX: #71795B
RGB: (113,121,91)
#71795B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71795B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #71795B wird in RGB als (113,121,91) definiert.
RGB: (113,121,91) (44%,47%,36%)
R 113 von 255 = 44%
G 121 von 255 = 47%
B 91 von 255 = 36%
R + G + B ~ 42%. #71795B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 121 + 91 = 325 (100%)
R 113 von 325 ~ 34.77%
G 121 von 325 ~ 37.23%
B 91 von 325 ~ 28%
Die Farbe #71795B wird in CMYK als (7,0,25,53) definiert.
CMYK: (7,0,25,53) C7M0Y25K53 (7%,0%,25%,53%) (0.07/0.00/0.25/0.53)
71 | 79 | 5B | |
---|---|---|---|
RGB | 113 | 121 | 91 |
HSL | 76° | 14.15% | 41.57% |
HSB/HSV | 76° | 24.79% | 47.45% |
CMYK | 6.61% | 0.00% | 24.79% |
52.55% |
Hexadezimal | 71 | 79 | 5B |
Dezimal | 113 | 121 | 91 |
Binär | 1110001 | 1111001 | 1011011 |
Oktal | 161 | 171 | 133 |
Beispiele css- und html für Elemente in der Farbe #71795B. Bitte benutzen Sie auch rgb(113,121,91) statt hex-Code.
.myTextColor { color: #71795B; }
<p style="color:#71795B">This sample text font color is #71795B.</p>
Die Farbe dieses Textes ist #71795B.
.myBgColor { background-color: #71795B; }
<div style="background-color:#71795B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71795B.
.myBorderColor { border: 1px solid #71795B; }
<div style="border:3px solid #71795B">Div</div>
Die Grenzen von diesem div sind in Farbe #71795B.
.myOpacity80 { color: #71795B; opacity: 0.8; }
<p style="color:#71795B;opacity:0.8;">80%</p>
Text in Farbe #71795B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71795B;}
<p style="text-shadow: 3px 3px 1px #71795B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71795B.
.textShadow {text-shadow: 3px 3px 1px #71795B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71795B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71795B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71795B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71795B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71795B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71795B; -webkit-box-shadow: 1px 1px 3px 2px #71795B; box-shadow: 1px 1px 3px 2px #71795B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71795B; -webkit-box-shadow: 1px 1px 3px 2px #71795B; box-shadow:1px 1px 3px 2px #71795B;">
Div content here</div>
Dieser Text ist in der Farbe #71795B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71795B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71795B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71795B.