COLOR #4D4166

HEX: #4D4166
RGB: (77,65,102)

Color info

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

RGB color model

#4D4166 color RGB value is (77,65,102).

  • red value is 77;
  • green value is 65;
  • blue value is 102.
RGB:
(77,65,102)
(30%,25%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 102 of 255 = 40%

77
65
102

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

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 102 = 244 (100%)
R 77 of 244 ~ 31.56%
G 65 of 244 ~ 26.64%
B 102 of 244 ~ 41.8%

%31.56
%26.64
%41.8

CMYK color model

#4D4166 color CMYK value is (25,36,0,60).

  • cyan value is 24.51%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,36,0,60)
C25M36Y0K60 
(25%,36%,0%,60%)
(0.25/0.36/0.00/0.60)	

CMYK percentages

%24.51
%36.27
%0
%60

Codes

Color #4D4166 in popluar color models

4D4166
RGB7765102
HSL259°22.16%32.75%
HSB/HSV259°36.27%40.00%
CMYK24.51%36.27%0.00%
60.00%

Color #4D4166 in popluar number systems.

HEX4D4166
Decimal7765102
Binary100110110000011100110
Octal115101146

Shades and tints

Shades of #4D4166

#4D4166
(77,65,102)
#463C5D
(70,60,93)
#3F3754
(63,55,84)
#38324B
(56,50,75)
#312D42
(49,45,66)
#2A2839
(42,40,57)
#232330
(35,35,48)
#1C1E27
(28,30,39)
#15191E
(21,25,30)
#0E1415
(14,20,21)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D4166

#4D4166
(77,65,102)
#5D5273
(93,82,115)
#6D6380
(109,99,128)
#7D748D
(125,116,141)
#8D859A
(141,133,154)
#9D96A7
(157,150,167)
#ADA7B4
(173,167,180)
#BDB8C1
(189,184,193)
#CDC9CE
(205,201,206)
#DDDADB
(221,218,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4166 color. Also use rgb(77,65,102) instead hex code.

Text Font Color

.myTextColor { color: #4D4166; }

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

This text font color is #4D4166.


Background Color

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

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

This div background color is #4D4166.


Border color

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

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

This div border color is #4D4166.


Opacity

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

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

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

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

This text has shadow with #4D4166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4166 on black background.


Color preview on white background

This text has color #4D4166 on white background.



Black color preview on #4D4166 background

This text has black color on #4D4166 background.


White color preview on #4D4166 background

This text has white color on #4D4166 background.