COLOR #4D4647

HEX: #4D4647 RGB: (77,70,71)

Color info

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

RGB color model

#4D4647 color RGB value is (77,70,71).

RGB: (77,70,71) (30%, 27%, 28%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 71 of 255 = 28%

77
70
71

R + G + B ~ 28%. #4D4647 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 71 = 218 (100%)
R 77 of 218 ~ 35.32%
G 70 of 218 ~ 32.11%
B 71 of 218 ~ 32.57'%

%35.32
%32.11
%32.57

CMYK color model

#4D4647 color CMYK value is (0,9,8,70).

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

CMYK: (0,9,8,70)
C0M9Y8K70 (0%, 9%, 8%, 70%)
(0.00 / 0.09 / 0.08 / 0.70)

CMYK percentages

%0
%9.09
%7.79
%69.8

Codes

Color #4D4647 in popluar color models

4D 46 47
RGB 77 70 71
HSL 351° 4.76% 28.82%
HSB/HSV 351° 9.09% 30.20%
CMYK 0.00% 9.09% 7.79%
69.80%

Color #4D4647 in popluar number systems.

HEX 4D 46 47
Decimal 77 70 71
Binary 1001101 1000110 1000111
Octal 115 106 107

Shades and tints

Shades of #4D4647

#4D4647
(77,70,71)
#464041
(70,64,65)
#3F3A3B
(63,58,59)
#383435
(56,52,53)
#312E2F
(49,46,47)
#2A2829
(42,40,41)
#232223
(35,34,35)
#1C1C1D
(28,28,29)
#151617
(21,22,23)
#0E1011
(14,16,17)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D4647

#4D4647
(77,70,71)
#5D5657
(93,86,87)
#6D6667
(109,102,103)
#7D7677
(125,118,119)
#8D8687
(141,134,135)
#9D9697
(157,150,151)
#ADA6A7
(173,166,167)
#BDB6B7
(189,182,183)
#CDC6C7
(205,198,199)
#DDD6D7
(221,214,215)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4647; }

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

This text font color is #4D4647.

Background Color

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

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

This div background color is #4D4647.

Border color

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

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

This div border color is #4D4647.

Opacity

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

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

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

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

This text has shadow with #4D4647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4647.

Preview

Color preview on black background

This text has color #4D4647 on black background.


Color preview on white background

This text has color #4D4647 on white background.


Black color preview on #4D4647 background

This text has black color on #4D4647 background.


White color preview on #4D4647 background

This text has white color on #4D4647 background.


Related colors

Complementary color

Complementary color for #hex is #B2B9B8.


I love getcolorcode.com

Triadic colors

1 #474D46 and #46474D with #4D4647 are triadic colors.

2 #47464D and #464D47 with #4D4647 are triadic colors.