COLOR #4D4B4E

HEX: #4D4B4E
RGB: (77,75,78)

Color info

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

RGB color model

#4D4B4E color RGB value is (77,75,78).

  • red value is 77;
  • green value is 75;
  • blue value is 78.
RGB:
(77,75,78)
(30%,29%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 75 of 255 = 29%
B 78 of 255 = 31%

77
75
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 75 + 78 = 230 (100%)
R 77 of 230 ~ 33.48%
G 75 of 230 ~ 32.61%
B 78 of 230 ~ 33.91%

%33.48
%32.61
%33.91

CMYK color model

#4D4B4E color CMYK value is (1,4,0,69).

  • cyan value is 1.28%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(1,4,0,69)
C1M4Y0K69 
(1%,4%,0%,69%)
(0.01/0.04/0.00/0.69)	

CMYK percentages

%1.28
%3.85
%0
%69.41

Codes

Color #4D4B4E in popluar color models

4D4B4E
RGB777578
HSL280°1.96%30.00%
HSB/HSV280°3.85%30.59%
CMYK1.28%3.85%0.00%
69.41%

Color #4D4B4E in popluar number systems.

HEX4D4B4E
Decimal777578
Binary100110110010111001110
Octal115113116

Shades and tints

Shades of #4D4B4E

#4D4B4E
(77,75,78)
#464547
(70,69,71)
#3F3F40
(63,63,64)
#383939
(56,57,57)
#313332
(49,51,50)
#2A2D2B
(42,45,43)
#232724
(35,39,36)
#1C211D
(28,33,29)
#151B16
(21,27,22)
#0E150F
(14,21,15)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D4B4E

#4D4B4E
(77,75,78)
#5D5B5E
(93,91,94)
#6D6B6E
(109,107,110)
#7D7B7E
(125,123,126)
#8D8B8E
(141,139,142)
#9D9B9E
(157,155,158)
#ADABAE
(173,171,174)
#BDBBBE
(189,187,190)
#CDCBCE
(205,203,206)
#DDDBDE
(221,219,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B4E; }

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

This text font color is #4D4B4E.


Background Color

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

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

This div background color is #4D4B4E.


Border color

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

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

This div border color is #4D4B4E.


Opacity

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

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

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

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

This text has shadow with #4D4B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B4E on black background.


Color preview on white background

This text has color #4D4B4E on white background.



Black color preview on #4D4B4E background

This text has black color on #4D4B4E background.


White color preview on #4D4B4E background

This text has white color on #4D4B4E background.