HEX: #504D7D
RGB: (80,77,125)
#504D7D contains red, green and blue colors in about the same proportion. Web safe color of #504D7D is #663366 (or #636).
#504D7D color RGB value is (80,77,125).
RGB: (80,77,125)
(31%, 30%, 49%)
R 80 of 255 = 31%
G 77 of 255 = 30%
B 125 of 255 = 49%
R + G + B ~ 37%. #504D7D is quite dark color.
R + G + B = 80 + 77 + 125 = 282 (100%)
R 80 of 282 ~ 28.37%
G 77 of 282 ~ 27.3%
B 125 of 282 ~ 44.33'%
#504D7D color CMYK value is (36,38,0,51).
CMYK: (36,38,0,51) C36M38Y0K51 (36%,38%,0%,51%) (0.36/0.38/0.00/0.51)
Color #504D7D in popluar color models
50 | 4D | 7D | |
---|---|---|---|
RGB | 80 | 77 | 125 |
HSL | 244° | 23.76% | 39.61% |
HSB/HSV | 244° | 38.40% | 49.02% |
CMYK | 36.00% | 38.40% | 0.00% |
50.98% |
Color #504D7D in popluar number systems.
HEX | 50 | 4D | 7D |
Decimal | 80 | 77 | 125 |
Binary | 1010000 | 1001101 | 1111101 |
Octal | 120 | 115 | 175 |
Shades of #504D7D
Tints of #504D7D
Examples of css and html codes for elements with #504D7D color. Also use rgb(80,77,125) instead hex code.
.myTextColor { color: #504D7D; }
<p style="color:#504D7D">This sample text font color is #504D7D.</p>
This text font color is #504D7D.
.myBgColor { background-color: #504D7D; }
<div style="background-color:#504D7D">Inner text</div>
This div background color is #504D7D.
.myBorderColor { border: 1px solid #504D7D; }
<div style="border:3px solid #504D7D">Div</div>
This div border color is #504D7D.
.myOpacity80 { color: #504D7D; opacity: 0.8; }
<p style="color:#504D7D;opacity:0.8;">80%</p>
Text with #504D7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #504D7D;}
<p style="text-shadow: 3px 3px 1px #504D7D">Text here.</p>
This text has shadow with #504D7D color.
.textShadow {text-shadow: 3px 3px 1px #504D7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #504D7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #504D7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#504D7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#504D7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #504D7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #504D7D;
-webkit-box-shadow: 1px 1px 3px 2px #504D7D;
box-shadow: 1px 1px 3px 2px #504D7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504D7D; -webkit-box-shadow: 1px 1px 3px 2px #504D7D; box-shadow:1px 1px 3px 2px #504D7D;">
Div content here
</div>
This text has color #504D7D on black background.
This text has color #504D7D on white background.
This text has black color on #504D7D background.
This text has white color on #504D7D background.
Complementary color for #hex is #AFB282.