COLOR #4D4746

HEX: #4D4746
RGB: (77,71,70)

Color info

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

RGB color model

#4D4746 color RGB value is (77,71,70).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 70 of 255 = 27%

77
71
70

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 70 = 218 (100%)
R 77 of 218 ~ 35.32%
G 71 of 218 ~ 32.57%
B 70 of 218 ~ 32.11%

%35.32
%32.57
%32.11

CMYK color model

#4D4746 color CMYK value is (0,8,9,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 9.09%
  • key color value is 69.80%
CMYK:
(0,8,9,70)
C0M8Y9K70 
(0%,8%,9%,70%)
(0.00/0.08/0.09/0.70)	

CMYK percentages

%0
%7.79
%9.09
%69.8

Codes

Color #4D4746 in popluar color models

4D4746
RGB777170
HSL4.76%28.82%
HSB/HSV9.09%30.20%
CMYK0.00%7.79%9.09%
69.80%

Color #4D4746 in popluar number systems.

HEX4D4746
Decimal777170
Binary100110110001111000110
Octal115107106

Shades and tints

Shades of #4D4746

#4D4746
(77,71,70)
#464140
(70,65,64)
#3F3B3A
(63,59,58)
#383534
(56,53,52)
#312F2E
(49,47,46)
#2A2928
(42,41,40)
#232322
(35,35,34)
#1C1D1C
(28,29,28)
#151716
(21,23,22)
#0E1110
(14,17,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D4746

#4D4746
(77,71,70)
#5D5756
(93,87,86)
#6D6766
(109,103,102)
#7D7776
(125,119,118)
#8D8786
(141,135,134)
#9D9796
(157,151,150)
#ADA7A6
(173,167,166)
#BDB7B6
(189,183,182)
#CDC7C6
(205,199,198)
#DDD7D6
(221,215,214)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4746; }

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

This text font color is #4D4746.


Background Color

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

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

This div background color is #4D4746.


Border color

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

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

This div border color is #4D4746.


Opacity

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

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

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

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

This text has shadow with #4D4746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4746 on black background.


Color preview on white background

This text has color #4D4746 on white background.



Black color preview on #4D4746 background

This text has black color on #4D4746 background.


White color preview on #4D4746 background

This text has white color on #4D4746 background.