COLOR #4D4C51

HEX: #4D4C51
RGB: (77,76,81)

Color info

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

RGB color model

#4D4C51 color RGB value is (77,76,81).

  • red value is 77;
  • green value is 76;
  • blue value is 81.
RGB:
(77,76,81)
(30%,30%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 76 of 255 = 30%
B 81 of 255 = 32%

77
76
81

R + G + B ~ 31%. #4D4C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 76 + 81 = 234 (100%)
R 77 of 234 ~ 32.91%
G 76 of 234 ~ 32.48%
B 81 of 234 ~ 34.62%

%32.91
%32.48
%34.62

CMYK color model

#4D4C51 color CMYK value is (5,6,0,68).

  • cyan value is 4.94%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,6,0,68)
C5M6Y0K68 
(5%,6%,0%,68%)
(0.05/0.06/0.00/0.68)	

CMYK percentages

%4.94
%6.17
%0
%68.24

Codes

Color #4D4C51 in popluar color models

4D4C51
RGB777681
HSL252°3.18%30.78%
HSB/HSV252°6.17%31.76%
CMYK4.94%6.17%0.00%
68.24%

Color #4D4C51 in popluar number systems.

HEX4D4C51
Decimal777681
Binary100110110011001010001
Octal115114121

Shades and tints

Shades of #4D4C51

#4D4C51
(77,76,81)
#46464A
(70,70,74)
#3F4043
(63,64,67)
#383A3C
(56,58,60)
#313435
(49,52,53)
#2A2E2E
(42,46,46)
#232827
(35,40,39)
#1C2220
(28,34,32)
#151C19
(21,28,25)
#0E1612
(14,22,18)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #4D4C51

#4D4C51
(77,76,81)
#5D5C60
(93,92,96)
#6D6C6F
(109,108,111)
#7D7C7E
(125,124,126)
#8D8C8D
(141,140,141)
#9D9C9C
(157,156,156)
#ADACAB
(173,172,171)
#BDBCBA
(189,188,186)
#CDCCC9
(205,204,201)
#DDDCD8
(221,220,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4C51; }

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

This text font color is #4D4C51.


Background Color

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

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

This div background color is #4D4C51.


Border color

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

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

This div border color is #4D4C51.


Opacity

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

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

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

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

This text has shadow with #4D4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C51 on black background.


Color preview on white background

This text has color #4D4C51 on white background.



Black color preview on #4D4C51 background

This text has black color on #4D4C51 background.


White color preview on #4D4C51 background

This text has white color on #4D4C51 background.