COLOR #4D386D

HEX: #4D386D RGB: (77,56,109)

Color info

#4D386D contains red, green and blue colors in about the same proportion. Web safe color of #4D386D is #333366 (or #336).

RGB color model

#4D386D color RGB value is (77,56,109).

RGB: (77,56,109) (30%, 22%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 109 of 255 = 43%

77
56
109

R + G + B ~ 32%. #4D386D is quite dark color.

Portions of RGB colors in percentages

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'%

%31.82
%23.14
%45.04

CMYK color model

#4D386D color CMYK value is (29,49,0,57).

  • cyan value is 29.36%
  • magenta value is 48.62%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (29,49,0,57)
C29M49Y0K57 (29%, 49%, 0%, 57%)
(0.29 / 0.49 / 0.00 / 0.57)

CMYK percentages

%29.36
%48.62
%0
%57.25

Codes

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 and tints

Shades of #4D386D

#4D386D
(77,56,109)
#463364
(70,51,100)
#3F2E5B
(63,46,91)
#382952
(56,41,82)
#312449
(49,36,73)
#2A1F40
(42,31,64)
#231A37
(35,26,55)
#1C152E
(28,21,46)
#151025
(21,16,37)
#0E0B1C
(14,11,28)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #4D386D

#4D386D
(77,56,109)
#5D4A7A
(93,74,122)
#6D5C87
(109,92,135)
#7D6E94
(125,110,148)
#8D80A1
(141,128,161)
#9D92AE
(157,146,174)
#ADA4BB
(173,164,187)
#BDB6C8
(189,182,200)
#CDC8D5
(205,200,213)
#DDDAE2
(221,218,226)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D386D color. Also use rgb(77,56,109) instead hex code.

Text Font Color

.myTextColor { color: #4D386D; }

<p style="color:#4D386D">This sample text font color is #4D386D.</p>

This text font color is #4D386D.

Background Color

.myBgColor { background-color: #4D386D; }

<div style="background-color:#4D386D">Inner text</div>

This div background color is #4D386D.

Border color

.myBorderColor { border: 1px solid #4D386D; }

<div style="border:3px solid #4D386D">Div</div>

This div border color is #4D386D.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #4D386D.

Preview

Color preview on black background

This text has color #4D386D on black background.


Color preview on white background

This text has color #4D386D on white background.


Black color preview on #4D386D background

This text has black color on #4D386D background.


White color preview on #4D386D background

This text has white color on #4D386D background.


Related colors

Complementary color

Complementary color for #hex is #B2C792.


I love getcolorcode.com

Triadic colors

1 #6D4D38 and #386D4D with #4D386D are triadic colors.

2 #6D384D and #384D6D with #4D386D are triadic colors.