COLOR #4D454E

HEX: #4D454E
RGB: (77,69,78)

Color info

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

RGB color model

#4D454E color RGB value is (77,69,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 78 of 255 = 31%

77
69
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 78 = 224 (100%)
R 77 of 224 ~ 34.38%
G 69 of 224 ~ 30.8%
B 78 of 224 ~ 34.82%

%34.38
%30.8
%34.82

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(1,12,0,69)
C1M12Y0K69 
(1%,12%,0%,69%)
(0.01/0.12/0.00/0.69)	

CMYK percentages

%1.28
%11.54
%0
%69.41

Codes

Color #4D454E in popluar color models

4D454E
RGB776978
HSL293°6.12%28.82%
HSB/HSV293°11.54%30.59%
CMYK1.28%11.54%0.00%
69.41%

Color #4D454E in popluar number systems.

HEX4D454E
Decimal776978
Binary100110110001011001110
Octal115105116

Shades and tints

Shades of #4D454E

#4D454E
(77,69,78)
#463F47
(70,63,71)
#3F3940
(63,57,64)
#383339
(56,51,57)
#312D32
(49,45,50)
#2A272B
(42,39,43)
#232124
(35,33,36)
#1C1B1D
(28,27,29)
#151516
(21,21,22)
#0E0F0F
(14,15,15)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #4D454E

#4D454E
(77,69,78)
#5D555E
(93,85,94)
#6D656E
(109,101,110)
#7D757E
(125,117,126)
#8D858E
(141,133,142)
#9D959E
(157,149,158)
#ADA5AE
(173,165,174)
#BDB5BE
(189,181,190)
#CDC5CE
(205,197,206)
#DDD5DE
(221,213,222)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D454E; }

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

This text font color is #4D454E.


Background Color

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

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

This div background color is #4D454E.


Border color

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

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

This div border color is #4D454E.


Opacity

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

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

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

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

This text has shadow with #4D454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D454E on black background.


Color preview on white background

This text has color #4D454E on white background.



Black color preview on #4D454E background

This text has black color on #4D454E background.


White color preview on #4D454E background

This text has white color on #4D454E background.