COLOR #4D4F4A

HEX: #4D4F4A
RGB: (77,79,74)

Color info

#4D4F4A contains red, green and blue colors in about the same proportion. Web safe color of #4D4F4A is #336633 (or #363).

RGB color model

#4D4F4A color RGB value is (77,79,74).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 74 of 255 = 29%

77
79
74

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 74 = 230 (100%)
R 77 of 230 ~ 33.48%
G 79 of 230 ~ 34.35%
B 74 of 230 ~ 32.17%

%33.48
%34.35
%32.17

CMYK color model

#4D4F4A color CMYK value is (3,0,6,69).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(3,0,6,69)
C3M0Y6K69 
(3%,0%,6%,69%)
(0.03/0.00/0.06/0.69)	

CMYK percentages

%2.53
%0
%6.33
%69.02

Codes

Color #4D4F4A in popluar color models

4D4F4A
RGB777974
HSL84°3.27%30.00%
HSB/HSV84°6.33%30.98%
CMYK2.53%0.00%6.33%
69.02%

Color #4D4F4A in popluar number systems.

HEX4D4F4A
Decimal777974
Binary100110110011111001010
Octal115117112

Shades and tints

Shades of #4D4F4A

#4D4F4A
(77,79,74)
#464844
(70,72,68)
#3F413E
(63,65,62)
#383A38
(56,58,56)
#313332
(49,51,50)
#2A2C2C
(42,44,44)
#232526
(35,37,38)
#1C1E20
(28,30,32)
#15171A
(21,23,26)
#0E1014
(14,16,20)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D4F4A

#4D4F4A
(77,79,74)
#5D5F5A
(93,95,90)
#6D6F6A
(109,111,106)
#7D7F7A
(125,127,122)
#8D8F8A
(141,143,138)
#9D9F9A
(157,159,154)
#ADAFAA
(173,175,170)
#BDBFBA
(189,191,186)
#CDCFCA
(205,207,202)
#DDDFDA
(221,223,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4F4A color. Also use rgb(77,79,74) instead hex code.

Text Font Color

.myTextColor { color: #4D4F4A; }

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

This text font color is #4D4F4A.


Background Color

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

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

This div background color is #4D4F4A.


Border color

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

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

This div border color is #4D4F4A.


Opacity

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

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

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

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

This text has shadow with #4D4F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F4A on black background.


Color preview on white background

This text has color #4D4F4A on white background.



Black color preview on #4D4F4A background

This text has black color on #4D4F4A background.


White color preview on #4D4F4A background

This text has white color on #4D4F4A background.