COLOR #4D504B

HEX: #4D504B RGB: (77,80,75)

Color info

#4D504B contains red, green and blue colors in about the same proportion. Web safe color of #4D504B is #336633 (or #363).

RGB color model

#4D504B color RGB value is (77,80,75).

RGB: (77,80,75) (30%, 31%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 75 of 255 = 29%

77
80
75

R + G + B ~ 30%. #4D504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 80 + 75 = 232 (100%)
R 77 of 232 ~ 33.19%
G 80 of 232 ~ 34.48%
B 75 of 232 ~ 32.33'%

%33.19
%34.48
%32.33

CMYK color model

#4D504B color CMYK value is (4,0,6,69).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%

CMYK: (4,0,6,69)
C4M0Y6K69 (4%, 0%, 6%, 69%)
(0.04 / 0.00 / 0.06 / 0.69)

CMYK percentages

%3.75
%0
%6.25
%68.63

Codes

Color #4D504B in popluar color models

4D 50 4B
RGB 77 80 75
HSL 96° 3.23% 30.39%
HSB/HSV 96° 6.25% 31.37%
CMYK 3.75% 0.00% 6.25%
68.63%

Color #4D504B in popluar number systems.

HEX 4D 50 4B
Decimal 77 80 75
Binary 1001101 1010000 1001011
Octal 115 120 113

Shades and tints

Shades of #4D504B

#4D504B
(77,80,75)
#464945
(70,73,69)
#3F423F
(63,66,63)
#383B39
(56,59,57)
#313433
(49,52,51)
#2A2D2D
(42,45,45)
#232627
(35,38,39)
#1C1F21
(28,31,33)
#15181B
(21,24,27)
#0E1115
(14,17,21)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D504B

#4D504B
(77,80,75)
#5D5F5B
(93,95,91)
#6D6E6B
(109,110,107)
#7D7D7B
(125,125,123)
#8D8C8B
(141,140,139)
#9D9B9B
(157,155,155)
#ADAAAB
(173,170,171)
#BDB9BB
(189,185,187)
#CDC8CB
(205,200,203)
#DDD7DB
(221,215,219)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D504B color. Also use rgb(77,80,75) instead hex code.

Text Font Color

.myTextColor { color: #4D504B; }

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

This text font color is #4D504B.

Background Color

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

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

This div background color is #4D504B.

Border color

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

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

This div border color is #4D504B.

Opacity

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

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

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

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

This text has shadow with #4D504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D504B.

Preview

Color preview on black background

This text has color #4D504B on black background.


Color preview on white background

This text has color #4D504B on white background.


Black color preview on #4D504B background

This text has black color on #4D504B background.


White color preview on #4D504B background

This text has white color on #4D504B background.


Related colors

Complementary color

Complementary color for #hex is #B2AFB4.


I love getcolorcode.com

Triadic colors

1 #4B4D50 and #504B4D with #4D504B are triadic colors.

2 #4B504D and #504D4B with #4D504B are triadic colors.