COLOR #4D4B4C

HEX: #4D4B4C RGB: (77,75,76)

Color info

#4D4B4C contains red, green and blue colors in about the same proportion. Web safe color of #4D4B4C is #333333 (or #333).

RGB color model

#4D4B4C color RGB value is (77,75,76).

RGB: (77,75,76) (30%, 29%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 75 of 255 = 29%
B 76 of 255 = 30%

77
75
76

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

Portions of RGB colors in percentages

R + G + B = 77 + 75 + 76 = 228 (100%)
R 77 of 228 ~ 33.77%
G 75 of 228 ~ 32.89%
B 76 of 228 ~ 33.33'%

%33.77
%32.89
%33.33

CMYK color model

#4D4B4C color CMYK value is (0,3,1,70).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 1.30%
  • key color value is 69.80%

CMYK: (0,3,1,70)
C0M3Y1K70 (0%, 3%, 1%, 70%)
(0.00 / 0.03 / 0.01 / 0.70)

CMYK percentages

%0
%2.6
%1.3
%69.8

Codes

Color #4D4B4C in popluar color models

4D 4B 4C
RGB 77 75 76
HSL 330° 1.32% 29.80%
HSB/HSV 330° 2.60% 30.20%
CMYK 0.00% 2.60% 1.30%
69.80%

Color #4D4B4C in popluar number systems.

HEX 4D 4B 4C
Decimal 77 75 76
Binary 1001101 1001011 1001100
Octal 115 113 114

Shades and tints

Shades of #4D4B4C

#4D4B4C
(77,75,76)
#464546
(70,69,70)
#3F3F40
(63,63,64)
#38393A
(56,57,58)
#313334
(49,51,52)
#2A2D2E
(42,45,46)
#232728
(35,39,40)
#1C2122
(28,33,34)
#151B1C
(21,27,28)
#0E1516
(14,21,22)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D4B4C

#4D4B4C
(77,75,76)
#5D5B5C
(93,91,92)
#6D6B6C
(109,107,108)
#7D7B7C
(125,123,124)
#8D8B8C
(141,139,140)
#9D9B9C
(157,155,156)
#ADABAC
(173,171,172)
#BDBBBC
(189,187,188)
#CDCBCC
(205,203,204)
#DDDBDC
(221,219,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B4C; }

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

This text font color is #4D4B4C.

Background Color

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

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

This div background color is #4D4B4C.

Border color

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

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

This div border color is #4D4B4C.

Opacity

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

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

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

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

This text has shadow with #4D4B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4B4C.

Preview

Color preview on black background

This text has color #4D4B4C on black background.


Color preview on white background

This text has color #4D4B4C on white background.


Black color preview on #4D4B4C background

This text has black color on #4D4B4C background.


White color preview on #4D4B4C background

This text has white color on #4D4B4C background.


Related colors

Complementary color

Complementary color for #hex is #B2B4B3.


I love getcolorcode.com

Triadic colors

1 #4C4D4B and #4B4C4D with #4D4B4C are triadic colors.

2 #4C4B4D and #4B4D4C with #4D4B4C are triadic colors.