COLOR #4D434F

HEX: #4D434F RGB: (77,67,79)

Color info

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

RGB color model

#4D434F color RGB value is (77,67,79).

RGB: (77,67,79) (30%, 26%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 79 of 255 = 31%

77
67
79

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

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 79 = 223 (100%)
R 77 of 223 ~ 34.53%
G 67 of 223 ~ 30.04%
B 79 of 223 ~ 35.43'%

%34.53
%30.04
%35.43

CMYK color model

#4D434F color CMYK value is (3,15,0,69).

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

CMYK: (3,15,0,69)
C3M15Y0K69 (3%, 15%, 0%, 69%)
(0.03 / 0.15 / 0.00 / 0.69)

CMYK percentages

%2.53
%15.19
%0
%69.02

Codes

Color #4D434F in popluar color models

4D 43 4F
RGB 77 67 79
HSL 290° 8.22% 28.63%
HSB/HSV 290° 15.19% 30.98%
CMYK 2.53% 15.19% 0.00%
69.02%

Color #4D434F in popluar number systems.

HEX 4D 43 4F
Decimal 77 67 79
Binary 1001101 1000011 1001111
Octal 115 103 117

Shades and tints

Shades of #4D434F

#4D434F
(77,67,79)
#463D48
(70,61,72)
#3F3741
(63,55,65)
#38313A
(56,49,58)
#312B33
(49,43,51)
#2A252C
(42,37,44)
#231F25
(35,31,37)
#1C191E
(28,25,30)
#151317
(21,19,23)
#0E0D10
(14,13,16)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D434F

#4D434F
(77,67,79)
#5D545F
(93,84,95)
#6D656F
(109,101,111)
#7D767F
(125,118,127)
#8D878F
(141,135,143)
#9D989F
(157,152,159)
#ADA9AF
(173,169,175)
#BDBABF
(189,186,191)
#CDCBCF
(205,203,207)
#DDDCDF
(221,220,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D434F; }

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

This text font color is #4D434F.

Background Color

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

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

This div background color is #4D434F.

Border color

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

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

This div border color is #4D434F.

Opacity

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

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

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

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

This text has shadow with #4D434F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D434F.

Preview

Color preview on black background

This text has color #4D434F on black background.


Color preview on white background

This text has color #4D434F on white background.


Black color preview on #4D434F background

This text has black color on #4D434F background.


White color preview on #4D434F background

This text has white color on #4D434F background.


Related colors

Complementary color

Complementary color for #hex is #B2BCB0.


I love getcolorcode.com

Triadic colors

1 #4F4D43 and #434F4D with #4D434F are triadic colors.

2 #4F434D and #434D4F with #4D434F are triadic colors.