COLOR #4D464F

HEX: #4D464F
RGB: (77,70,79)

Color info

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

RGB color model

#4D464F color RGB value is (77,70,79).

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

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 79 of 255 = 31%

77
70
79

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 79 = 226 (100%)
R 77 of 226 ~ 34.07%
G 70 of 226 ~ 30.97%
B 79 of 226 ~ 34.96%

%34.07
%30.97
%34.96

CMYK color model

#4D464F color CMYK value is (3,11,0,69).

  • cyan value is 2.53%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(3,11,0,69)
C3M11Y0K69 
(3%,11%,0%,69%)
(0.03/0.11/0.00/0.69)	

CMYK percentages

%2.53
%11.39
%0
%69.02

Codes

Color #4D464F in popluar color models

4D464F
RGB777079
HSL287°6.04%29.22%
HSB/HSV287°11.39%30.98%
CMYK2.53%11.39%0.00%
69.02%

Color #4D464F in popluar number systems.

HEX4D464F
Decimal777079
Binary100110110001101001111
Octal115106117

Shades and tints

Shades of #4D464F

#4D464F
(77,70,79)
#464048
(70,64,72)
#3F3A41
(63,58,65)
#38343A
(56,52,58)
#312E33
(49,46,51)
#2A282C
(42,40,44)
#232225
(35,34,37)
#1C1C1E
(28,28,30)
#151617
(21,22,23)
#0E1010
(14,16,16)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D464F

#4D464F
(77,70,79)
#5D565F
(93,86,95)
#6D666F
(109,102,111)
#7D767F
(125,118,127)
#8D868F
(141,134,143)
#9D969F
(157,150,159)
#ADA6AF
(173,166,175)
#BDB6BF
(189,182,191)
#CDC6CF
(205,198,207)
#DDD6DF
(221,214,223)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D464F; }

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

This text font color is #4D464F.


Background Color

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

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

This div background color is #4D464F.


Border color

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

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

This div border color is #4D464F.


Opacity

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

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

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

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

This text has shadow with #4D464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D464F on black background.


Color preview on white background

This text has color #4D464F on white background.



Black color preview on #4D464F background

This text has black color on #4D464F background.


White color preview on #4D464F background

This text has white color on #4D464F background.