COLOR #4D404F

HEX: #4D404F RGB: (77,64,79)

Color info

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

RGB color model

#4D404F color RGB value is (77,64,79).

RGB: (77,64,79) (30%, 25%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 79 of 255 = 31%

77
64
79

R + G + B ~ 29%. #4D404F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 79 = 220 (100%)
R 77 of 220 ~ 35%
G 64 of 220 ~ 29.09%
B 79 of 220 ~ 35.91'%

%35
%29.09
%35.91

CMYK color model

#4D404F color CMYK value is (3,19,0,69).

  • cyan value is 2.53%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (3,19,0,69)
C3M19Y0K69 (3%, 19%, 0%, 69%)
(0.03 / 0.19 / 0.00 / 0.69)

CMYK percentages

%2.53
%18.99
%0
%69.02

Codes

Color #4D404F in popluar color models

4D 40 4F
RGB 77 64 79
HSL 292° 10.49% 28.04%
HSB/HSV 292° 18.99% 30.98%
CMYK 2.53% 18.99% 0.00%
69.02%

Color #4D404F in popluar number systems.

HEX 4D 40 4F
Decimal 77 64 79
Binary 1001101 1000000 1001111
Octal 115 100 117

Shades and tints

Shades of #4D404F

#4D404F
(77,64,79)
#463B48
(70,59,72)
#3F3641
(63,54,65)
#38313A
(56,49,58)
#312C33
(49,44,51)
#2A272C
(42,39,44)
#232225
(35,34,37)
#1C1D1E
(28,29,30)
#151817
(21,24,23)
#0E1310
(14,19,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D404F

#4D404F
(77,64,79)
#5D515F
(93,81,95)
#6D626F
(109,98,111)
#7D737F
(125,115,127)
#8D848F
(141,132,143)
#9D959F
(157,149,159)
#ADA6AF
(173,166,175)
#BDB7BF
(189,183,191)
#CDC8CF
(205,200,207)
#DDD9DF
(221,217,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D404F color. Also use rgb(77,64,79) instead hex code.

Text Font Color

.myTextColor { color: #4D404F; }

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

This text font color is #4D404F.

Background Color

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

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

This div background color is #4D404F.

Border color

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

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

This div border color is #4D404F.

Opacity

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

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

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

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

This text has shadow with #4D404F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D404F.

Preview

Color preview on black background

This text has color #4D404F on black background.


Color preview on white background

This text has color #4D404F on white background.


Black color preview on #4D404F background

This text has black color on #4D404F background.


White color preview on #4D404F background

This text has white color on #4D404F background.


Related colors

Complementary color

Complementary color for #hex is #B2BFB0.


I love getcolorcode.com

Triadic colors

1 #4F4D40 and #404F4D with #4D404F are triadic colors.

2 #4F404D and #404D4F with #4D404F are triadic colors.