HEX: #476020
RGB: (71,96,32)
#476020 contains mainly red and green colors. #476020 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#476020 color RGB value is (71,96,32).
RGB: (71,96,32) (28%,38%,13%)
R 71 of 255 = 28%
G 96 of 255 = 38%
B 32 of 255 = 13%
R + G + B ~ 26%. #476020 is quite dark color.
R + G + B =
71 + 96 + 32 = 199 (100%)
R 71 of 199 ~ 35.68%
G 96 of 199 ~ 48.24%
B 32 of 199 ~ 16.08%
#476020 rengi CMYK tonu (26,0,67,62).
CMYK: (26,0,67,62) C26M0Y67K62 (26%,0%,67%,62%) (0.26/0.00/0.67/0.62)
47 | 60 | 20 | |
---|---|---|---|
RGB | 71 | 96 | 32 |
HSL | 83° | 50.00% | 25.10% |
HSB/HSV | 83° | 66.67% | 37.65% |
CMYK | 26.04% | 0.00% | 66.67% |
62.35% |
HEX | 47 | 60 | 20 |
Decimal | 71 | 96 | 32 |
Binary | 1000111 | 1100000 | 100000 |
Octal | 107 | 140 | 40 |
Examples of css and html codes for elements with #476020 color. Also use rgb(71,96,32) instead hex code.
.myTextColor { color: #476020; }
<p style="color:#476020">This sample text font color is #476020.</p>
This text font color is #476020.
.myBgColor { background-color: #476020; }
<div style="background-color:#476020">Inner text</div>
This div background color is #476020.
.myBorderColor { border: 1px solid #476020; }
<div style="border:3px solid #476020">Div</div>
This div border color is #476020.
.myOpacity80 { color: #476020; opacity: 0.8; }
<p style="color:#476020;opacity:0.8;">80%</p>
Text with #476020 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476020;}
<p style="text-shadow: 3px 3px 1px #476020">Text here.</p>
This text has shadow with #476020 color.
.textShadow {text-shadow: 3px 3px 1px #476020, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476020, 5px 5px 20px red">Text here.</p>
This text has shadow with #476020 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476020, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476020, Direction=45, Strength=4)">Text</p>
This text has shadow with #476020 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476020; -webkit-box-shadow: 1px 1px 3px 2px #476020; box-shadow: 1px 1px 3px 2px #476020; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476020; -webkit-box-shadow: 1px 1px 3px 2px #476020; box-shadow:1px 1px 3px 2px #476020;">
Div content here</div>
This text has color #476020 on black background.
This text has color #476020 on white background.
This text has black color on #476020 background.
This text has white color on #476020 background.