HEX: #476729
RGB: (71,103,41)
#476729 contains mainly red and green colors. #476729 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#476729 color RGB value is (71,103,41).
RGB: (71,103,41) (28%,40%,16%)
R 71 of 255 = 28%
G 103 of 255 = 40%
B 41 of 255 = 16%
R + G + B ~ 28%. #476729 is quite dark color.
R + G + B =
71 + 103 + 41 = 215 (100%)
R 71 of 215 ~ 33.02%
G 103 of 215 ~ 47.91%
B 41 of 215 ~ 19.07%
#476729 rengi CMYK tonu (31,0,60,60).
CMYK: (31,0,60,60) C31M0Y60K60 (31%,0%,60%,60%) (0.31/0.00/0.60/0.60)
47 | 67 | 29 | |
---|---|---|---|
RGB | 71 | 103 | 41 |
HSL | 91° | 43.06% | 28.24% |
HSB/HSV | 91° | 60.19% | 40.39% |
CMYK | 31.07% | 0.00% | 60.19% |
59.61% |
HEX | 47 | 67 | 29 |
Decimal | 71 | 103 | 41 |
Binary | 1000111 | 1100111 | 101001 |
Octal | 107 | 147 | 51 |
Examples of css and html codes for elements with #476729 color. Also use rgb(71,103,41) instead hex code.
.myTextColor { color: #476729; }
<p style="color:#476729">This sample text font color is #476729.</p>
This text font color is #476729.
.myBgColor { background-color: #476729; }
<div style="background-color:#476729">Inner text</div>
This div background color is #476729.
.myBorderColor { border: 1px solid #476729; }
<div style="border:3px solid #476729">Div</div>
This div border color is #476729.
.myOpacity80 { color: #476729; opacity: 0.8; }
<p style="color:#476729;opacity:0.8;">80%</p>
Text with #476729 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476729;}
<p style="text-shadow: 3px 3px 1px #476729">Text here.</p>
This text has shadow with #476729 color.
.textShadow {text-shadow: 3px 3px 1px #476729, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476729, 5px 5px 20px red">Text here.</p>
This text has shadow with #476729 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476729, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476729, Direction=45, Strength=4)">Text</p>
This text has shadow with #476729 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476729; -webkit-box-shadow: 1px 1px 3px 2px #476729; box-shadow: 1px 1px 3px 2px #476729; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476729; -webkit-box-shadow: 1px 1px 3px 2px #476729; box-shadow:1px 1px 3px 2px #476729;">
Div content here</div>
This text has color #476729 on black background.
This text has color #476729 on white background.
This text has black color on #476729 background.
This text has white color on #476729 background.