HEX: #475259
RGB: (71,82,89)
#475259 contains red, green and blue colors in about the same proportion. #475259 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.
#475259 color RGB value is (71,82,89).
RGB: (71,82,89) (28%,32%,35%)
R 71 of 255 = 28%
G 82 of 255 = 32%
B 89 of 255 = 35%
R + G + B ~ 32%. #475259 is quite dark color.
R + G + B =
71 + 82 + 89 = 242 (100%)
R 71 of 242 ~ 29.34%
G 82 of 242 ~ 33.88%
B 89 of 242 ~ 36.78%
#475259 rengi CMYK tonu (20,8,0,65).
CMYK: (20,8,0,65) C20M8Y0K65 (20%,8%,0%,65%) (0.20/0.08/0.00/0.65)
47 | 52 | 59 | |
---|---|---|---|
RGB | 71 | 82 | 89 |
HSL | 203° | 11.25% | 31.37% |
HSB/HSV | 203° | 20.22% | 34.90% |
CMYK | 20.22% | 7.87% | 0.00% |
65.10% |
HEX | 47 | 52 | 59 |
Decimal | 71 | 82 | 89 |
Binary | 1000111 | 1010010 | 1011001 |
Octal | 107 | 122 | 131 |
Examples of css and html codes for elements with #475259 color. Also use rgb(71,82,89) instead hex code.
.myTextColor { color: #475259; }
<p style="color:#475259">This sample text font color is #475259.</p>
This text font color is #475259.
.myBgColor { background-color: #475259; }
<div style="background-color:#475259">Inner text</div>
This div background color is #475259.
.myBorderColor { border: 1px solid #475259; }
<div style="border:3px solid #475259">Div</div>
This div border color is #475259.
.myOpacity80 { color: #475259; opacity: 0.8; }
<p style="color:#475259;opacity:0.8;">80%</p>
Text with #475259 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475259;}
<p style="text-shadow: 3px 3px 1px #475259">Text here.</p>
This text has shadow with #475259 color.
.textShadow {text-shadow: 3px 3px 1px #475259, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475259, 5px 5px 20px red">Text here.</p>
This text has shadow with #475259 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475259, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475259, Direction=45, Strength=4)">Text</p>
This text has shadow with #475259 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475259; -webkit-box-shadow: 1px 1px 3px 2px #475259; box-shadow: 1px 1px 3px 2px #475259; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475259; -webkit-box-shadow: 1px 1px 3px 2px #475259; box-shadow:1px 1px 3px 2px #475259;">
Div content here</div>
This text has color #475259 on black background.
This text has color #475259 on white background.
This text has black color on #475259 background.
This text has white color on #475259 background.