HEX: #475919
RGB: (71,89,25)
#475919 contains mainly red and green colors. #475919 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.
#475919 color RGB value is (71,89,25).
RGB: (71,89,25) (28%,35%,10%)
R 71 of 255 = 28%
G 89 of 255 = 35%
B 25 of 255 = 10%
R + G + B ~ 24%. #475919 is dark color.
R + G + B =
71 + 89 + 25 = 185 (100%)
R 71 of 185 ~ 38.38%
G 89 of 185 ~ 48.11%
B 25 of 185 ~ 13.51%
#475919 rengi CMYK tonu (20,0,72,65).
CMYK: (20,0,72,65) C20M0Y72K65 (20%,0%,72%,65%) (0.20/0.00/0.72/0.65)
47 | 59 | 19 | |
---|---|---|---|
RGB | 71 | 89 | 25 |
HSL | 77° | 56.14% | 22.35% |
HSB/HSV | 77° | 71.91% | 34.90% |
CMYK | 20.22% | 0.00% | 71.91% |
65.10% |
HEX | 47 | 59 | 19 |
Decimal | 71 | 89 | 25 |
Binary | 1000111 | 1011001 | 11001 |
Octal | 107 | 131 | 31 |
Examples of css and html codes for elements with #475919 color. Also use rgb(71,89,25) instead hex code.
.myTextColor { color: #475919; }
<p style="color:#475919">This sample text font color is #475919.</p>
This text font color is #475919.
.myBgColor { background-color: #475919; }
<div style="background-color:#475919">Inner text</div>
This div background color is #475919.
.myBorderColor { border: 1px solid #475919; }
<div style="border:3px solid #475919">Div</div>
This div border color is #475919.
.myOpacity80 { color: #475919; opacity: 0.8; }
<p style="color:#475919;opacity:0.8;">80%</p>
Text with #475919 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475919;}
<p style="text-shadow: 3px 3px 1px #475919">Text here.</p>
This text has shadow with #475919 color.
.textShadow {text-shadow: 3px 3px 1px #475919, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475919, 5px 5px 20px red">Text here.</p>
This text has shadow with #475919 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475919, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475919, Direction=45, Strength=4)">Text</p>
This text has shadow with #475919 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475919; -webkit-box-shadow: 1px 1px 3px 2px #475919; box-shadow: 1px 1px 3px 2px #475919; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475919; -webkit-box-shadow: 1px 1px 3px 2px #475919; box-shadow:1px 1px 3px 2px #475919;">
Div content here</div>
This text has color #475919 on black background.
This text has color #475919 on white background.
This text has black color on #475919 background.
This text has white color on #475919 background.