COLOR #4D386C

HEX: #4D386C
RGB: (77,56,108)

Color info

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

RGB color model

#4D386C color RGB value is (77,56,108).

  • red value is 77;
  • green value is 56;
  • blue value is 108.
RGB:
(77,56,108)
(30%,22%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 108 of 255 = 42%

77
56
108

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

Portions of RGB colors in percentages

R + G + B =
77 + 56 + 108 = 241 (100%)
R 77 of 241 ~ 31.95%
G 56 of 241 ~ 23.24%
B 108 of 241 ~ 44.81%

%31.95
%23.24
%44.81

CMYK color model

#4D386C color CMYK value is (29,48,0,58).

  • cyan value is 28.70%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(29,48,0,58)
C29M48Y0K58 
(29%,48%,0%,58%)
(0.29/0.48/0.00/0.58)	

CMYK percentages

%28.7
%48.15
%0
%57.65

Codes

Color #4D386C in popluar color models

4D386C
RGB7756108
HSL264°31.71%32.16%
HSB/HSV264°48.15%42.35%
CMYK28.70%48.15%0.00%
57.65%

Color #4D386C in popluar number systems.

HEX4D386C
Decimal7756108
Binary10011011110001101100
Octal11570154

Shades and tints

Shades of #4D386C

#4D386C
(77,56,108)
#463363
(70,51,99)
#3F2E5A
(63,46,90)
#382951
(56,41,81)
#312448
(49,36,72)
#2A1F3F
(42,31,63)
#231A36
(35,26,54)
#1C152D
(28,21,45)
#151024
(21,16,36)
#0E0B1B
(14,11,27)
#070612
(7,6,18)
#000000
(0,0,0)

Tints of #4D386C

#4D386C
(77,56,108)
#5D4A79
(93,74,121)
#6D5C86
(109,92,134)
#7D6E93
(125,110,147)
#8D80A0
(141,128,160)
#9D92AD
(157,146,173)
#ADA4BA
(173,164,186)
#BDB6C7
(189,182,199)
#CDC8D4
(205,200,212)
#DDDAE1
(221,218,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D386C; }

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

This text font color is #4D386C.


Background Color

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

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

This div background color is #4D386C.


Border color

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

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

This div border color is #4D386C.


Opacity

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

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

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

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

This text has shadow with #4D386C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D386C on black background.


Color preview on white background

This text has color #4D386C on white background.



Black color preview on #4D386C background

This text has black color on #4D386C background.


White color preview on #4D386C background

This text has white color on #4D386C background.