COLOR #4D4E66

HEX: #4D4E66
RGB: (77,78,102)

Color info

#4D4E66 contains red, green and blue colors in about the same proportion. Web safe color of #4D4E66 is #336666 (or #366).

RGB color model

#4D4E66 color RGB value is (77,78,102).

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

RGB channels and saturation

R 77 of 255 = 30%
G 78 of 255 = 31%
B 102 of 255 = 40%

77
78
102

R + G + B ~ 34%. #4D4E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 78 + 102 = 257 (100%)
R 77 of 257 ~ 29.96%
G 78 of 257 ~ 30.35%
B 102 of 257 ~ 39.69%

%29.96
%30.35
%39.69

CMYK color model

#4D4E66 color CMYK value is (25,24,0,60).

  • cyan value is 24.51%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,24,0,60)
C25M24Y0K60 
(25%,24%,0%,60%)
(0.25/0.24/0.00/0.60)	

CMYK percentages

%24.51
%23.53
%0
%60

Codes

Color #4D4E66 in popluar color models

4D4E66
RGB7778102
HSL238°13.97%35.10%
HSB/HSV238°24.51%40.00%
CMYK24.51%23.53%0.00%
60.00%

Color #4D4E66 in popluar number systems.

HEX4D4E66
Decimal7778102
Binary100110110011101100110
Octal115116146

Shades and tints

Shades of #4D4E66

#4D4E66
(77,78,102)
#46475D
(70,71,93)
#3F4054
(63,64,84)
#38394B
(56,57,75)
#313242
(49,50,66)
#2A2B39
(42,43,57)
#232430
(35,36,48)
#1C1D27
(28,29,39)
#15161E
(21,22,30)
#0E0F15
(14,15,21)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D4E66

#4D4E66
(77,78,102)
#5D5E73
(93,94,115)
#6D6E80
(109,110,128)
#7D7E8D
(125,126,141)
#8D8E9A
(141,142,154)
#9D9EA7
(157,158,167)
#ADAEB4
(173,174,180)
#BDBEC1
(189,190,193)
#CDCECE
(205,206,206)
#DDDEDB
(221,222,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4E66; }

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

This text font color is #4D4E66.


Background Color

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

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

This div background color is #4D4E66.


Border color

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

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

This div border color is #4D4E66.


Opacity

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

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

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

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

This text has shadow with #4D4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4E66 on black background.


Color preview on white background

This text has color #4D4E66 on white background.



Black color preview on #4D4E66 background

This text has black color on #4D4E66 background.


White color preview on #4D4E66 background

This text has white color on #4D4E66 background.