HEX: #476231
RGB: (71,98,49)
#476231 contains red, green and blue colors in about the same proportion. #476231 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#476231 color RGB value is (71,98,49).
RGB: (71,98,49) (28%,38%,19%)
R 71 of 255 = 28%
G 98 of 255 = 38%
B 49 of 255 = 19%
R + G + B ~ 28%. #476231 is quite dark color.
R + G + B =
71 + 98 + 49 = 218 (100%)
R 71 of 218 ~ 32.57%
G 98 of 218 ~ 44.95%
B 49 of 218 ~ 22.48%
#476231 rengi CMYK tonu (28,0,50,62).
CMYK: (28,0,50,62) C28M0Y50K62 (28%,0%,50%,62%) (0.28/0.00/0.50/0.62)
47 | 62 | 31 | |
---|---|---|---|
RGB | 71 | 98 | 49 |
HSL | 93° | 33.33% | 28.82% |
HSB/HSV | 93° | 50.00% | 38.43% |
CMYK | 27.55% | 0.00% | 50.00% |
61.57% |
HEX | 47 | 62 | 31 |
Decimal | 71 | 98 | 49 |
Binary | 1000111 | 1100010 | 110001 |
Octal | 107 | 142 | 61 |
Examples of css and html codes for elements with #476231 color. Also use rgb(71,98,49) instead hex code.
.myTextColor { color: #476231; }
<p style="color:#476231">This sample text font color is #476231.</p>
This text font color is #476231.
.myBgColor { background-color: #476231; }
<div style="background-color:#476231">Inner text</div>
This div background color is #476231.
.myBorderColor { border: 1px solid #476231; }
<div style="border:3px solid #476231">Div</div>
This div border color is #476231.
.myOpacity80 { color: #476231; opacity: 0.8; }
<p style="color:#476231;opacity:0.8;">80%</p>
Text with #476231 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476231;}
<p style="text-shadow: 3px 3px 1px #476231">Text here.</p>
This text has shadow with #476231 color.
.textShadow {text-shadow: 3px 3px 1px #476231, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476231, 5px 5px 20px red">Text here.</p>
This text has shadow with #476231 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476231, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476231, Direction=45, Strength=4)">Text</p>
This text has shadow with #476231 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476231; -webkit-box-shadow: 1px 1px 3px 2px #476231; box-shadow: 1px 1px 3px 2px #476231; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476231; -webkit-box-shadow: 1px 1px 3px 2px #476231; box-shadow:1px 1px 3px 2px #476231;">
Div content here</div>
This text has color #476231 on black background.
This text has color #476231 on white background.
This text has black color on #476231 background.
This text has white color on #476231 background.