COLOR #4D4665

HEX: #4D4665
RGB: (77,70,101)

Color info

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

RGB color model

#4D4665 color RGB value is (77,70,101).

  • red value is 77;
  • green value is 70;
  • blue value is 101.
RGB:
(77,70,101)
(30%,27%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 101 of 255 = 40%

77
70
101

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 101 = 248 (100%)
R 77 of 248 ~ 31.05%
G 70 of 248 ~ 28.23%
B 101 of 248 ~ 40.73%

%31.05
%28.23
%40.73

CMYK color model

#4D4665 color CMYK value is (24,31,0,60).

  • cyan value is 23.76%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(24,31,0,60)
C24M31Y0K60 
(24%,31%,0%,60%)
(0.24/0.31/0.00/0.60)	

CMYK percentages

%23.76
%30.69
%0
%60.39

Codes

Color #4D4665 in popluar color models

4D4665
RGB7770101
HSL254°18.13%33.53%
HSB/HSV254°30.69%39.61%
CMYK23.76%30.69%0.00%
60.39%

Color #4D4665 in popluar number systems.

HEX4D4665
Decimal7770101
Binary100110110001101100101
Octal115106145

Shades and tints

Shades of #4D4665

#4D4665
(77,70,101)
#46405C
(70,64,92)
#3F3A53
(63,58,83)
#38344A
(56,52,74)
#312E41
(49,46,65)
#2A2838
(42,40,56)
#23222F
(35,34,47)
#1C1C26
(28,28,38)
#15161D
(21,22,29)
#0E1014
(14,16,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D4665

#4D4665
(77,70,101)
#5D5673
(93,86,115)
#6D6681
(109,102,129)
#7D768F
(125,118,143)
#8D869D
(141,134,157)
#9D96AB
(157,150,171)
#ADA6B9
(173,166,185)
#BDB6C7
(189,182,199)
#CDC6D5
(205,198,213)
#DDD6E3
(221,214,227)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4665; }

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

This text font color is #4D4665.


Background Color

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

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

This div background color is #4D4665.


Border color

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

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

This div border color is #4D4665.


Opacity

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

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

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

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

This text has shadow with #4D4665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4665 on black background.


Color preview on white background

This text has color #4D4665 on white background.



Black color preview on #4D4665 background

This text has black color on #4D4665 background.


White color preview on #4D4665 background

This text has white color on #4D4665 background.