HEX: #476340
RGB: (71,99,64)
#476340 contains red, green and blue colors in about the same proportion. #476340 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#476340 color RGB value is (71,99,64).
RGB: (71,99,64) (28%,39%,25%)
R 71 of 255 = 28%
G 99 of 255 = 39%
B 64 of 255 = 25%
R + G + B ~ 31%. #476340 is quite dark color.
R + G + B =
71 + 99 + 64 = 234 (100%)
R 71 of 234 ~ 30.34%
G 99 of 234 ~ 42.31%
B 64 of 234 ~ 27.35%
#476340 rengi CMYK tonu (28,0,35,61).
CMYK: (28,0,35,61) C28M0Y35K61 (28%,0%,35%,61%) (0.28/0.00/0.35/0.61)
47 | 63 | 40 | |
---|---|---|---|
RGB | 71 | 99 | 64 |
HSL | 108° | 21.47% | 31.96% |
HSB/HSV | 108° | 35.35% | 38.82% |
CMYK | 28.28% | 0.00% | 35.35% |
61.18% |
HEX | 47 | 63 | 40 |
Decimal | 71 | 99 | 64 |
Binary | 1000111 | 1100011 | 1000000 |
Octal | 107 | 143 | 100 |
Examples of css and html codes for elements with #476340 color. Also use rgb(71,99,64) instead hex code.
.myTextColor { color: #476340; }
<p style="color:#476340">This sample text font color is #476340.</p>
This text font color is #476340.
.myBgColor { background-color: #476340; }
<div style="background-color:#476340">Inner text</div>
This div background color is #476340.
.myBorderColor { border: 1px solid #476340; }
<div style="border:3px solid #476340">Div</div>
This div border color is #476340.
.myOpacity80 { color: #476340; opacity: 0.8; }
<p style="color:#476340;opacity:0.8;">80%</p>
Text with #476340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476340;}
<p style="text-shadow: 3px 3px 1px #476340">Text here.</p>
This text has shadow with #476340 color.
.textShadow {text-shadow: 3px 3px 1px #476340, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476340, 5px 5px 20px red">Text here.</p>
This text has shadow with #476340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476340, Direction=45, Strength=4)">Text</p>
This text has shadow with #476340 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476340; -webkit-box-shadow: 1px 1px 3px 2px #476340; box-shadow: 1px 1px 3px 2px #476340; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476340; -webkit-box-shadow: 1px 1px 3px 2px #476340; box-shadow:1px 1px 3px 2px #476340;">
Div content here</div>
This text has color #476340 on black background.
This text has color #476340 on white background.
This text has black color on #476340 background.
This text has white color on #476340 background.