COLOR #4D3865

HEX: #4D3865 RGB: (77,56,101)

Color info

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

RGB color model

#4D3865 color RGB value is (77,56,101).

RGB: (77,56,101) (30%, 22%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 101 of 255 = 40%

77
56
101

R + G + B ~ 31%. #4D3865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 56 + 101 = 234 (100%)
R 77 of 234 ~ 32.91%
G 56 of 234 ~ 23.93%
B 101 of 234 ~ 43.16'%

%32.91
%23.93
%43.16

CMYK color model

#4D3865 color CMYK value is (24,45,0,60).

  • cyan value is 23.76%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (24,45,0,60)
C24M45Y0K60 (24%, 45%, 0%, 60%)
(0.24 / 0.45 / 0.00 / 0.60)

CMYK percentages

%23.76
%44.55
%0
%60.39

Codes

Color #4D3865 in popluar color models

4D 38 65
RGB 77 56 101
HSL 268° 28.66% 30.78%
HSB/HSV 268° 44.55% 39.61%
CMYK 23.76% 44.55% 0.00%
60.39%

Color #4D3865 in popluar number systems.

HEX 4D 38 65
Decimal 77 56 101
Binary 1001101 111000 1100101
Octal 115 70 145

Shades and tints

Shades of #4D3865

#4D3865
(77,56,101)
#46335C
(70,51,92)
#3F2E53
(63,46,83)
#38294A
(56,41,74)
#312441
(49,36,65)
#2A1F38
(42,31,56)
#231A2F
(35,26,47)
#1C1526
(28,21,38)
#15101D
(21,16,29)
#0E0B14
(14,11,20)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D3865

#4D3865
(77,56,101)
#5D4A73
(93,74,115)
#6D5C81
(109,92,129)
#7D6E8F
(125,110,143)
#8D809D
(141,128,157)
#9D92AB
(157,146,171)
#ADA4B9
(173,164,185)
#BDB6C7
(189,182,199)
#CDC8D5
(205,200,213)
#DDDAE3
(221,218,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3865; }

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

This text font color is #4D3865.

Background Color

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

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

This div background color is #4D3865.

Border color

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

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

This div border color is #4D3865.

Opacity

.myOpacity80 { color: #4D3865; opacity: 0.8; }

<p style="color:#4D3865;opacity:0.8;">80%</p>

Text with #4D3865 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 #4D3865;}

<p style="text-shadow: 3px 3px 1px #4D3865">Text here.</p>

This text has shadow with #4D3865 color.


.textShadow {text-shadow: 3px 3px 1px #4D3865', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4D3865, 5px 5px 20px red">Text here.</p>

This text has shadow with #4D3865 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D3865, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4D3865, Direction=45, Strength=4)">Text</p>

This text has shadow with #4D3865 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4D3865;
-webkit-box-shadow: 1px 1px 3px 2px #4D3865;
box-shadow: 1px 1px 3px 2px #4D3865;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4D3865; -webkit-box-shadow: 1px 1px 3px 2px #4D3865; box-shadow:1px 1px 3px 2px #4D3865;">
Div content here
</div>

This div box has shadow with color #4D3865.

Preview

Color preview on black background

This text has color #4D3865 on black background.


Color preview on white background

This text has color #4D3865 on white background.


Black color preview on #4D3865 background

This text has black color on #4D3865 background.


White color preview on #4D3865 background

This text has white color on #4D3865 background.


Related colors

Complementary color

Complementary color for #hex is #B2C79A.


I love getcolorcode.com

Triadic colors

1 #654D38 and #38654D with #4D3865 are triadic colors.

2 #65384D and #384D65 with #4D3865 are triadic colors.