COLOR #4D4551

HEX: #4D4551 RGB: (77,69,81)

Color info

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

RGB color model

#4D4551 color RGB value is (77,69,81).

RGB: (77,69,81) (30%, 27%, 32%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 81 of 255 = 32%

77
69
81

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

Portions of RGB colors in percentages

R + G + B = 77 + 69 + 81 = 227 (100%)
R 77 of 227 ~ 33.92%
G 69 of 227 ~ 30.4%
B 81 of 227 ~ 35.68'%

%33.92
%30.4
%35.68

CMYK color model

#4D4551 color CMYK value is (5,15,0,68).

  • cyan value is 4.94%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (5,15,0,68)
C5M15Y0K68 (5%, 15%, 0%, 68%)
(0.05 / 0.15 / 0.00 / 0.68)

CMYK percentages

%4.94
%14.81
%0
%68.24

Codes

Color #4D4551 in popluar color models

4D 45 51
RGB 77 69 81
HSL 280° 8.00% 29.41%
HSB/HSV 280° 14.81% 31.76%
CMYK 4.94% 14.81% 0.00%
68.24%

Color #4D4551 in popluar number systems.

HEX 4D 45 51
Decimal 77 69 81
Binary 1001101 1000101 1010001
Octal 115 105 121

Shades and tints

Shades of #4D4551

#4D4551
(77,69,81)
#463F4A
(70,63,74)
#3F3943
(63,57,67)
#38333C
(56,51,60)
#312D35
(49,45,53)
#2A272E
(42,39,46)
#232127
(35,33,39)
#1C1B20
(28,27,32)
#151519
(21,21,25)
#0E0F12
(14,15,18)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D4551

#4D4551
(77,69,81)
#5D5560
(93,85,96)
#6D656F
(109,101,111)
#7D757E
(125,117,126)
#8D858D
(141,133,141)
#9D959C
(157,149,156)
#ADA5AB
(173,165,171)
#BDB5BA
(189,181,186)
#CDC5C9
(205,197,201)
#DDD5D8
(221,213,216)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4551 color. Also use rgb(77,69,81) instead hex code.

Text Font Color

.myTextColor { color: #4D4551; }

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

This text font color is #4D4551.

Background Color

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

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

This div background color is #4D4551.

Border color

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

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

This div border color is #4D4551.

Opacity

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

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

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

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

This text has shadow with #4D4551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4551.

Preview

Color preview on black background

This text has color #4D4551 on black background.


Color preview on white background

This text has color #4D4551 on white background.


Black color preview on #4D4551 background

This text has black color on #4D4551 background.


White color preview on #4D4551 background

This text has white color on #4D4551 background.


Related colors

Complementary color

Complementary color for #hex is #B2BAAE.


I love getcolorcode.com

Triadic colors

1 #514D45 and #45514D with #4D4551 are triadic colors.

2 #51454D and #454D51 with #4D4551 are triadic colors.