COLOR #4D3C6E

HEX: #4D3C6E RGB: (77,60,110)

Color info

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

RGB color model

#4D3C6E color RGB value is (77,60,110).

RGB: (77,60,110) (30%, 24%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 110 of 255 = 43%

77
60
110

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

Portions of RGB colors in percentages

R + G + B = 77 + 60 + 110 = 247 (100%)
R 77 of 247 ~ 31.17%
G 60 of 247 ~ 24.29%
B 110 of 247 ~ 44.53'%

%31.17
%24.29
%44.53

CMYK color model

#4D3C6E color CMYK value is (30,45,0,57).

  • cyan value is 30.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (30,45,0,57)
C30M45Y0K57 (30%, 45%, 0%, 57%)
(0.30 / 0.45 / 0.00 / 0.57)

CMYK percentages

%30
%45.45
%0
%56.86

Codes

Color #4D3C6E in popluar color models

4D 3C 6E
RGB 77 60 110
HSL 260° 29.41% 33.33%
HSB/HSV 260° 45.45% 43.14%
CMYK 30.00% 45.45% 0.00%
56.86%

Color #4D3C6E in popluar number systems.

HEX 4D 3C 6E
Decimal 77 60 110
Binary 1001101 111100 1101110
Octal 115 74 156

Shades and tints

Shades of #4D3C6E

#4D3C6E
(77,60,110)
#463764
(70,55,100)
#3F325A
(63,50,90)
#382D50
(56,45,80)
#312846
(49,40,70)
#2A233C
(42,35,60)
#231E32
(35,30,50)
#1C1928
(28,25,40)
#15141E
(21,20,30)
#0E0F14
(14,15,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D3C6E

#4D3C6E
(77,60,110)
#5D4D7B
(93,77,123)
#6D5E88
(109,94,136)
#7D6F95
(125,111,149)
#8D80A2
(141,128,162)
#9D91AF
(157,145,175)
#ADA2BC
(173,162,188)
#BDB3C9
(189,179,201)
#CDC4D6
(205,196,214)
#DDD5E3
(221,213,227)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3C6E color. Also use rgb(77,60,110) instead hex code.

Text Font Color

.myTextColor { color: #4D3C6E; }

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

This text font color is #4D3C6E.

Background Color

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

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

This div background color is #4D3C6E.

Border color

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

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

This div border color is #4D3C6E.

Opacity

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

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

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

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

This text has shadow with #4D3C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3C6E.

Preview

Color preview on black background

This text has color #4D3C6E on black background.


Color preview on white background

This text has color #4D3C6E on white background.


Black color preview on #4D3C6E background

This text has black color on #4D3C6E background.


White color preview on #4D3C6E background

This text has white color on #4D3C6E background.


Related colors

Complementary color

Complementary color for #hex is #B2C391.


I love getcolorcode.com

Triadic colors

1 #6E4D3C and #3C6E4D with #4D3C6E are triadic colors.

2 #6E3C4D and #3C4D6E with #4D3C6E are triadic colors.