COLOR #4D474E

HEX: #4D474E
RGB: (77,71,78)

Color info

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

RGB color model

#4D474E color RGB value is (77,71,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 78 of 255 = 31%

77
71
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 78 = 226 (100%)
R 77 of 226 ~ 34.07%
G 71 of 226 ~ 31.42%
B 78 of 226 ~ 34.51%

%34.07
%31.42
%34.51

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(1,9,0,69)
C1M9Y0K69 
(1%,9%,0%,69%)
(0.01/0.09/0.00/0.69)	

CMYK percentages

%1.28
%8.97
%0
%69.41

Codes

Color #4D474E in popluar color models

4D474E
RGB777178
HSL291°4.70%29.22%
HSB/HSV291°8.97%30.59%
CMYK1.28%8.97%0.00%
69.41%

Color #4D474E in popluar number systems.

HEX4D474E
Decimal777178
Binary100110110001111001110
Octal115107116

Shades and tints

Shades of #4D474E

#4D474E
(77,71,78)
#464147
(70,65,71)
#3F3B40
(63,59,64)
#383539
(56,53,57)
#312F32
(49,47,50)
#2A292B
(42,41,43)
#232324
(35,35,36)
#1C1D1D
(28,29,29)
#151716
(21,23,22)
#0E110F
(14,17,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D474E

#4D474E
(77,71,78)
#5D575E
(93,87,94)
#6D676E
(109,103,110)
#7D777E
(125,119,126)
#8D878E
(141,135,142)
#9D979E
(157,151,158)
#ADA7AE
(173,167,174)
#BDB7BE
(189,183,190)
#CDC7CE
(205,199,206)
#DDD7DE
(221,215,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D474E; }

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

This text font color is #4D474E.


Background Color

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

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

This div background color is #4D474E.


Border color

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

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

This div border color is #4D474E.


Opacity

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

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

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

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

This text has shadow with #4D474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D474E on black background.


Color preview on white background

This text has color #4D474E on white background.



Black color preview on #4D474E background

This text has black color on #4D474E background.


White color preview on #4D474E background

This text has white color on #4D474E background.