COLOR #4D3568

HEX: #4D3568 RGB: (77,53,104)

Color info

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

RGB color model

#4D3568 color RGB value is (77,53,104).

RGB: (77,53,104) (30%, 21%, 41%)

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 104 of 255 = 41%

77
53
104

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

Portions of RGB colors in percentages

R + G + B = 77 + 53 + 104 = 234 (100%)
R 77 of 234 ~ 32.91%
G 53 of 234 ~ 22.65%
B 104 of 234 ~ 44.44'%

%32.91
%22.65
%44.44

CMYK color model

#4D3568 color CMYK value is (26,49,0,59).

  • cyan value is 25.96%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (26,49,0,59)
C26M49Y0K59 (26%, 49%, 0%, 59%)
(0.26 / 0.49 / 0.00 / 0.59)

CMYK percentages

%25.96
%49.04
%0
%59.22

Codes

Color #4D3568 in popluar color models

4D 35 68
RGB 77 53 104
HSL 268° 32.48% 30.78%
HSB/HSV 268° 49.04% 40.78%
CMYK 25.96% 49.04% 0.00%
59.22%

Color #4D3568 in popluar number systems.

HEX 4D 35 68
Decimal 77 53 104
Binary 1001101 110101 1101000
Octal 115 65 150

Shades and tints

Shades of #4D3568

#4D3568
(77,53,104)
#46315F
(70,49,95)
#3F2D56
(63,45,86)
#38294D
(56,41,77)
#312544
(49,37,68)
#2A213B
(42,33,59)
#231D32
(35,29,50)
#1C1929
(28,25,41)
#151520
(21,21,32)
#0E1117
(14,17,23)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #4D3568

#4D3568
(77,53,104)
#5D4775
(93,71,117)
#6D5982
(109,89,130)
#7D6B8F
(125,107,143)
#8D7D9C
(141,125,156)
#9D8FA9
(157,143,169)
#ADA1B6
(173,161,182)
#BDB3C3
(189,179,195)
#CDC5D0
(205,197,208)
#DDD7DD
(221,215,221)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3568 color. Also use rgb(77,53,104) instead hex code.

Text Font Color

.myTextColor { color: #4D3568; }

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

This text font color is #4D3568.

Background Color

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

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

This div background color is #4D3568.

Border color

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

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

This div border color is #4D3568.

Opacity

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

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

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

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

This text has shadow with #4D3568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3568.

Preview

Color preview on black background

This text has color #4D3568 on black background.


Color preview on white background

This text has color #4D3568 on white background.


Black color preview on #4D3568 background

This text has black color on #4D3568 background.


White color preview on #4D3568 background

This text has white color on #4D3568 background.


Related colors

Complementary color

Complementary color for #hex is #B2CA97.


I love getcolorcode.com

Triadic colors

1 #684D35 and #35684D with #4D3568 are triadic colors.

2 #68354D and #354D68 with #4D3568 are triadic colors.