HEX: #4D386D
RGB: (77,56,109)
#4D386D contains red, green and blue colors in about the same proportion. Web safe color of #4D386D is #333366 (or #336).
#4D386D color RGB value is (77,56,109).
RGB: (77,56,109)
(30%, 22%, 43%)
R 77 of 255 = 30%
G 56 of 255 = 22%
B 109 of 255 = 43%
R + G + B ~ 32%. #4D386D is quite dark color.
R + G + B = 77 + 56 + 109 = 242 (100%)
R 77 of 242 ~ 31.82%
G 56 of 242 ~ 23.14%
B 109 of 242 ~ 45.04'%
#4D386D color CMYK value is (29,49,0,57).
CMYK: (29,49,0,57)
C29M49Y0K57 (29%, 49%, 0%, 57%)
(0.29 / 0.49 / 0.00 / 0.57)
Color #4D386D in popluar color models
4D | 38 | 6D | |
---|---|---|---|
RGB | 77 | 56 | 109 |
HSL | 264° | 32.12% | 32.35% |
HSB/HSV | 264° | 48.62% | 42.75% |
CMYK | 29.36% | 48.62% | 0.00% |
57.25% |
Color #4D386D in popluar number systems.
HEX | 4D | 38 | 6D |
Decimal | 77 | 56 | 109 |
Binary | 1001101 | 111000 | 1101101 |
Octal | 115 | 70 | 155 |
Shades of #4D386D
Tints of #4D386D
Examples of css and html codes for elements with #4D386D color. Also use rgb(77,56,109) instead hex code.
.myTextColor { color: #4D386D; }
<p style="color:#4D386D">This sample text font color is #4D386D.</p>
This text font color is #4D386D.
.myBgColor { background-color: #4D386D; }
<div style="background-color:#4D386D">Inner text</div>
This div background color is #4D386D.
.myBorderColor { border: 1px solid #4D386D; }
<div style="border:3px solid #4D386D">Div</div>
This div border color is #4D386D.
.myOpacity80 { color: #4D386D; opacity: 0.8; }
<p style="color:#4D386D;opacity:0.8;">80%</p>
Text with #4D386D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D386D;}
<p style="text-shadow: 3px 3px 1px #4D386D">Text here.</p>
This text has shadow with #4D386D color.
.textShadow {text-shadow: 3px 3px 1px #4D386D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D386D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4D386D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D386D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D386D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D386D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D386D;
-webkit-box-shadow: 1px 1px 3px 2px #4D386D;
box-shadow: 1px 1px 3px 2px #4D386D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D386D; -webkit-box-shadow: 1px 1px 3px 2px #4D386D; box-shadow:1px 1px 3px 2px #4D386D;">
Div content here
</div>
This text has color #4D386D on black background.
This text has color #4D386D on white background.
This text has black color on #4D386D background.
This text has white color on #4D386D background.
Complementary color for #hex is #B2C792.