COLOR #4D4F46

HEX: #4D4F46
RGB: (77,79,70)

Color info

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

RGB color model

#4D4F46 color RGB value is (77,79,70).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 70 of 255 = 27%

77
79
70

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 70 = 226 (100%)
R 77 of 226 ~ 34.07%
G 79 of 226 ~ 34.96%
B 70 of 226 ~ 30.97%

%34.07
%34.96
%30.97

CMYK color model

#4D4F46 color CMYK value is (3,0,11,69).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(3,0,11,69)
C3M0Y11K69 
(3%,0%,11%,69%)
(0.03/0.00/0.11/0.69)	

CMYK percentages

%2.53
%0
%11.39
%69.02

Codes

Color #4D4F46 in popluar color models

4D4F46
RGB777970
HSL73°6.04%29.22%
HSB/HSV73°11.39%30.98%
CMYK2.53%0.00%11.39%
69.02%

Color #4D4F46 in popluar number systems.

HEX4D4F46
Decimal777970
Binary100110110011111000110
Octal115117106

Shades and tints

Shades of #4D4F46

#4D4F46
(77,79,70)
#464840
(70,72,64)
#3F413A
(63,65,58)
#383A34
(56,58,52)
#31332E
(49,51,46)
#2A2C28
(42,44,40)
#232522
(35,37,34)
#1C1E1C
(28,30,28)
#151716
(21,23,22)
#0E1010
(14,16,16)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D4F46

#4D4F46
(77,79,70)
#5D5F56
(93,95,86)
#6D6F66
(109,111,102)
#7D7F76
(125,127,118)
#8D8F86
(141,143,134)
#9D9F96
(157,159,150)
#ADAFA6
(173,175,166)
#BDBFB6
(189,191,182)
#CDCFC6
(205,207,198)
#DDDFD6
(221,223,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F46; }

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

This text font color is #4D4F46.


Background Color

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

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

This div background color is #4D4F46.


Border color

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

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

This div border color is #4D4F46.


Opacity

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

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

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

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

This text has shadow with #4D4F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F46 on black background.


Color preview on white background

This text has color #4D4F46 on white background.



Black color preview on #4D4F46 background

This text has black color on #4D4F46 background.


White color preview on #4D4F46 background

This text has white color on #4D4F46 background.