HEX: #4D357D
RGB: (77,53,125)
#4D357D contains mainly red and blue colors. Web safe color of #4D357D is #333366 (or #336).
#4D357D color RGB value is (77,53,125).
RGB: (77,53,125)
(30%, 21%, 49%)
R 77 of 255 = 30%
G 53 of 255 = 21%
B 125 of 255 = 49%
R + G + B ~ 33%. #4D357D is quite dark color.
R + G + B = 77 + 53 + 125 = 255 (100%)
R 77 of 255 ~ 30.2%
G 53 of 255 ~ 20.78%
B 125 of 255 ~ 49.02'%
#4D357D color CMYK value is (38,58,0,51).
CMYK: (38,58,0,51) C38M58Y0K51 (38%,58%,0%,51%) (0.38/0.58/0.00/0.51)
Color #4D357D in popluar color models
4D | 35 | 7D | |
---|---|---|---|
RGB | 77 | 53 | 125 |
HSL | 260° | 40.45% | 34.90% |
HSB/HSV | 260° | 57.60% | 49.02% |
CMYK | 38.40% | 57.60% | 0.00% |
50.98% |
Color #4D357D in popluar number systems.
HEX | 4D | 35 | 7D |
Decimal | 77 | 53 | 125 |
Binary | 1001101 | 110101 | 1111101 |
Octal | 115 | 65 | 175 |
Shades of #4D357D
Tints of #4D357D
Examples of css and html codes for elements with #4D357D color. Also use rgb(77,53,125) instead hex code.
.myTextColor { color: #4D357D; }
<p style="color:#4D357D">This sample text font color is #4D357D.</p>
This text font color is #4D357D.
.myBgColor { background-color: #4D357D; }
<div style="background-color:#4D357D">Inner text</div>
This div background color is #4D357D.
.myBorderColor { border: 1px solid #4D357D; }
<div style="border:3px solid #4D357D">Div</div>
This div border color is #4D357D.
.myOpacity80 { color: #4D357D; opacity: 0.8; }
<p style="color:#4D357D;opacity:0.8;">80%</p>
Text with #4D357D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D357D;}
<p style="text-shadow: 3px 3px 1px #4D357D">Text here.</p>
This text has shadow with #4D357D color.
.textShadow {text-shadow: 3px 3px 1px #4D357D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D357D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D357D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D357D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D357D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D357D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D357D;
-webkit-box-shadow: 1px 1px 3px 2px #4D357D;
box-shadow: 1px 1px 3px 2px #4D357D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D357D; -webkit-box-shadow: 1px 1px 3px 2px #4D357D; box-shadow:1px 1px 3px 2px #4D357D;">
Div content here
</div>
This text has color #4D357D on black background.
This text has color #4D357D on white background.
This text has black color on #4D357D background.
This text has white color on #4D357D background.
Complementary color for #hex is #B2CA82.