COLOR #4D3668

HEX: #4D3668
RGB: (77,54,104)

Color info

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

RGB color model

#4D3668 color RGB value is (77,54,104).

  • red value is 77;
  • green value is 54;
  • blue value is 104.
RGB:
(77,54,104)
(30%,21%,41%)

RGB channels and saturation

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

77
54
104

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

Portions of RGB colors in percentages

R + G + B =
77 + 54 + 104 = 235 (100%)
R 77 of 235 ~ 32.77%
G 54 of 235 ~ 22.98%
B 104 of 235 ~ 44.26%

%32.77
%22.98
%44.26

CMYK color model

#4D3668 color CMYK value is (26,48,0,59).

  • cyan value is 25.96%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(26,48,0,59)
C26M48Y0K59 
(26%,48%,0%,59%)
(0.26/0.48/0.00/0.59)	

CMYK percentages

%25.96
%48.08
%0
%59.22

Codes

Color #4D3668 in popluar color models

4D3668
RGB7754104
HSL268°31.65%30.98%
HSB/HSV268°48.08%40.78%
CMYK25.96%48.08%0.00%
59.22%

Color #4D3668 in popluar number systems.

HEX4D3668
Decimal7754104
Binary10011011101101101000
Octal11566150

Shades and tints

Shades of #4D3668

#4D3668
(77,54,104)
#46325F
(70,50,95)
#3F2E56
(63,46,86)
#382A4D
(56,42,77)
#312644
(49,38,68)
#2A223B
(42,34,59)
#231E32
(35,30,50)
#1C1A29
(28,26,41)
#151620
(21,22,32)
#0E1217
(14,18,23)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D3668

#4D3668
(77,54,104)
#5D4875
(93,72,117)
#6D5A82
(109,90,130)
#7D6C8F
(125,108,143)
#8D7E9C
(141,126,156)
#9D90A9
(157,144,169)
#ADA2B6
(173,162,182)
#BDB4C3
(189,180,195)
#CDC6D0
(205,198,208)
#DDD8DD
(221,216,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3668; }

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

This text font color is #4D3668.


Background Color

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

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

This div background color is #4D3668.


Border color

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

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

This div border color is #4D3668.


Opacity

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

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

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

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

This text has shadow with #4D3668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3668 on black background.


Color preview on white background

This text has color #4D3668 on white background.



Black color preview on #4D3668 background

This text has black color on #4D3668 background.


White color preview on #4D3668 background

This text has white color on #4D3668 background.