HEX: #475946
RGB: (71,89,70)
#475946 contains red, green and blue colors in about the same proportion. #475946 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#475946 color RGB value is (71,89,70).
RGB: (71,89,70) (28%,35%,27%)
R 71 of 255 = 28%
G 89 of 255 = 35%
B 70 of 255 = 27%
R + G + B ~ 30%. #475946 is quite dark color.
R + G + B =
71 + 89 + 70 = 230 (100%)
R 71 of 230 ~ 30.87%
G 89 of 230 ~ 38.7%
B 70 of 230 ~ 30.43%
#475946 rengi CMYK tonu (20,0,21,65).
CMYK: (20,0,21,65) C20M0Y21K65 (20%,0%,21%,65%) (0.20/0.00/0.21/0.65)
47 | 59 | 46 | |
---|---|---|---|
RGB | 71 | 89 | 70 |
HSL | 117° | 11.95% | 31.18% |
HSB/HSV | 117° | 21.35% | 34.90% |
CMYK | 20.22% | 0.00% | 21.35% |
65.10% |
HEX | 47 | 59 | 46 |
Decimal | 71 | 89 | 70 |
Binary | 1000111 | 1011001 | 1000110 |
Octal | 107 | 131 | 106 |
Examples of css and html codes for elements with #475946 color. Also use rgb(71,89,70) instead hex code.
.myTextColor { color: #475946; }
<p style="color:#475946">This sample text font color is #475946.</p>
This text font color is #475946.
.myBgColor { background-color: #475946; }
<div style="background-color:#475946">Inner text</div>
This div background color is #475946.
.myBorderColor { border: 1px solid #475946; }
<div style="border:3px solid #475946">Div</div>
This div border color is #475946.
.myOpacity80 { color: #475946; opacity: 0.8; }
<p style="color:#475946;opacity:0.8;">80%</p>
Text with #475946 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475946;}
<p style="text-shadow: 3px 3px 1px #475946">Text here.</p>
This text has shadow with #475946 color.
.textShadow {text-shadow: 3px 3px 1px #475946, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475946, 5px 5px 20px red">Text here.</p>
This text has shadow with #475946 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475946, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475946, Direction=45, Strength=4)">Text</p>
This text has shadow with #475946 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475946; -webkit-box-shadow: 1px 1px 3px 2px #475946; box-shadow: 1px 1px 3px 2px #475946; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475946; -webkit-box-shadow: 1px 1px 3px 2px #475946; box-shadow:1px 1px 3px 2px #475946;">
Div content here</div>
This text has color #475946 on black background.
This text has color #475946 on white background.
This text has black color on #475946 background.
This text has white color on #475946 background.