COLOR #4D474C

HEX: #4D474C RGB: (77,71,76)

Color info

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

RGB color model

#4D474C color RGB value is (77,71,76).

RGB: (77,71,76) (30%, 28%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 76 of 255 = 30%

77
71
76

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

Portions of RGB colors in percentages

R + G + B = 77 + 71 + 76 = 224 (100%)
R 77 of 224 ~ 34.38%
G 71 of 224 ~ 31.7%
B 76 of 224 ~ 33.93'%

%34.38
%31.7
%33.93

CMYK color model

#4D474C color CMYK value is (0,8,1,70).

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

CMYK: (0,8,1,70)
C0M8Y1K70 (0%, 8%, 1%, 70%)
(0.00 / 0.08 / 0.01 / 0.70)

CMYK percentages

%0
%7.79
%1.3
%69.8

Codes

Color #4D474C in popluar color models

4D 47 4C
RGB 77 71 76
HSL 310° 4.05% 29.02%
HSB/HSV 310° 7.79% 30.20%
CMYK 0.00% 7.79% 1.30%
69.80%

Color #4D474C in popluar number systems.

HEX 4D 47 4C
Decimal 77 71 76
Binary 1001101 1000111 1001100
Octal 115 107 114

Shades and tints

Shades of #4D474C

#4D474C
(77,71,76)
#464146
(70,65,70)
#3F3B40
(63,59,64)
#38353A
(56,53,58)
#312F34
(49,47,52)
#2A292E
(42,41,46)
#232328
(35,35,40)
#1C1D22
(28,29,34)
#15171C
(21,23,28)
#0E1116
(14,17,22)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D474C

#4D474C
(77,71,76)
#5D575C
(93,87,92)
#6D676C
(109,103,108)
#7D777C
(125,119,124)
#8D878C
(141,135,140)
#9D979C
(157,151,156)
#ADA7AC
(173,167,172)
#BDB7BC
(189,183,188)
#CDC7CC
(205,199,204)
#DDD7DC
(221,215,220)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D474C; }

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

This text font color is #4D474C.

Background Color

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

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

This div background color is #4D474C.

Border color

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

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

This div border color is #4D474C.

Opacity

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

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

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

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

This text has shadow with #4D474C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D474C.

Preview

Color preview on black background

This text has color #4D474C on black background.


Color preview on white background

This text has color #4D474C on white background.


Black color preview on #4D474C background

This text has black color on #4D474C background.


White color preview on #4D474C background

This text has white color on #4D474C background.


Related colors

Complementary color

Complementary color for #hex is #B2B8B3.


I love getcolorcode.com

Triadic colors

1 #4C4D47 and #474C4D with #4D474C are triadic colors.

2 #4C474D and #474D4C with #4D474C are triadic colors.