COLOR #4D4246

HEX: #4D4246 RGB: (77,66,70)

Color info

#4D4246 contains red, green and blue colors in about the same proportion. Web safe color of #4D4246 is #333333 (or #333).

RGB color model

#4D4246 color RGB value is (77,66,70).

RGB: (77,66,70) (30%, 26%, 27%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 70 of 255 = 27%

77
66
70

R + G + B ~ 28%. #4D4246 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 70 = 213 (100%)
R 77 of 213 ~ 36.15%
G 66 of 213 ~ 30.99%
B 70 of 213 ~ 32.86'%

%36.15
%30.99
%32.86

CMYK color model

#4D4246 color CMYK value is (0,14,9,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 9.09%
  • key color value is 69.80%

CMYK: (0,14,9,70)
C0M14Y9K70 (0%, 14%, 9%, 70%)
(0.00 / 0.14 / 0.09 / 0.70)

CMYK percentages

%0
%14.29
%9.09
%69.8

Codes

Color #4D4246 in popluar color models

4D 42 46
RGB 77 66 70
HSL 338° 7.69% 28.04%
HSB/HSV 338° 14.29% 30.20%
CMYK 0.00% 14.29% 9.09%
69.80%

Color #4D4246 in popluar number systems.

HEX 4D 42 46
Decimal 77 66 70
Binary 1001101 1000010 1000110
Octal 115 102 106

Shades and tints

Shades of #4D4246

#4D4246
(77,66,70)
#463C40
(70,60,64)
#3F363A
(63,54,58)
#383034
(56,48,52)
#312A2E
(49,42,46)
#2A2428
(42,36,40)
#231E22
(35,30,34)
#1C181C
(28,24,28)
#151216
(21,18,22)
#0E0C10
(14,12,16)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #4D4246

#4D4246
(77,66,70)
#5D5356
(93,83,86)
#6D6466
(109,100,102)
#7D7576
(125,117,118)
#8D8686
(141,134,134)
#9D9796
(157,151,150)
#ADA8A6
(173,168,166)
#BDB9B6
(189,185,182)
#CDCAC6
(205,202,198)
#DDDBD6
(221,219,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4246; }

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

This text font color is #4D4246.

Background Color

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

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

This div background color is #4D4246.

Border color

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

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

This div border color is #4D4246.

Opacity

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

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

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

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

This text has shadow with #4D4246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4246.

Preview

Color preview on black background

This text has color #4D4246 on black background.


Color preview on white background

This text has color #4D4246 on white background.


Black color preview on #4D4246 background

This text has black color on #4D4246 background.


White color preview on #4D4246 background

This text has white color on #4D4246 background.


Related colors

Complementary color

Complementary color for #hex is #B2BDB9.


I love getcolorcode.com

Triadic colors

1 #464D42 and #42464D with #4D4246 are triadic colors.

2 #46424D and #424D46 with #4D4246 are triadic colors.