HEX: #504762
RGB: (80,71,98)
#504762 contains red, green and blue colors in about the same proportion. Web safe color of #504762 is #663366 (or #636).
#504762 color RGB value is (80,71,98).
RGB: (80,71,98) (31%,28%,38%)
R 80 of 255 = 31%
G 71 of 255 = 28%
B 98 of 255 = 38%
R + G + B ~ 32%. #504762 is quite dark color.
R + G + B =
80 + 71 + 98 = 249 (100%)
R 80 of 249 ~ 32.13%
G 71 of 249 ~ 28.51%
B 98 of 249 ~ 39.36%
#504762 color CMYK value is (18,28,0,62).
CMYK: (18,28,0,62) C18M28Y0K62 (18%,28%,0%,62%) (0.18/0.28/0.00/0.62)
50 | 47 | 62 | |
---|---|---|---|
RGB | 80 | 71 | 98 |
HSL | 260° | 15.98% | 33.14% |
HSB/HSV | 260° | 27.55% | 38.43% |
CMYK | 18.37% | 27.55% | 0.00% |
61.57% |
HEX | 50 | 47 | 62 |
Decimal | 80 | 71 | 98 |
Binary | 1010000 | 1000111 | 1100010 |
Octal | 120 | 107 | 142 |
Examples of css and html codes for elements with #504762 color. Also use rgb(80,71,98) instead hex code.
.myTextColor { color: #504762; }
<p style="color:#504762">This sample text font color is #504762.</p>
This text font color is #504762.
.myBgColor { background-color: #504762; }
<div style="background-color:#504762">Inner text</div>
This div background color is #504762.
.myBorderColor { border: 1px solid #504762; }
<div style="border:3px solid #504762">Div</div>
This div border color is #504762.
.myOpacity80 { color: #504762; opacity: 0.8; }
<p style="color:#504762;opacity:0.8;">80%</p>
Text with #504762 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #504762;}
<p style="text-shadow: 3px 3px 1px #504762">Text here.</p>
This text has shadow with #504762 color.
.textShadow {text-shadow: 3px 3px 1px #504762, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #504762, 5px 5px 20px red">Text here.</p>
This text has shadow with #504762 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#504762, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#504762, Direction=45, Strength=4)">Text</p>
This text has shadow with #504762 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #504762; -webkit-box-shadow: 1px 1px 3px 2px #504762; box-shadow: 1px 1px 3px 2px #504762; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #504762; -webkit-box-shadow: 1px 1px 3px 2px #504762; box-shadow:1px 1px 3px 2px #504762;">
Div content here</div>
This text has color #504762 on black background.
This text has color #504762 on white background.
This text has black color on #504762 background.
This text has white color on #504762 background.