COLOR #4D4047

HEX: #4D4047
RGB: (77,64,71)

Color info

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

RGB color model

#4D4047 color RGB value is (77,64,71).

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

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 71 of 255 = 28%

77
64
71

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

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 71 = 212 (100%)
R 77 of 212 ~ 36.32%
G 64 of 212 ~ 30.19%
B 71 of 212 ~ 33.49%

%36.32
%30.19
%33.49

CMYK color model

#4D4047 color CMYK value is (0,17,8,70).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,17,8,70)
C0M17Y8K70 
(0%,17%,8%,70%)
(0.00/0.17/0.08/0.70)	

CMYK percentages

%0
%16.88
%7.79
%69.8

Codes

Color #4D4047 in popluar color models

4D4047
RGB776471
HSL328°9.22%27.65%
HSB/HSV328°16.88%30.20%
CMYK0.00%16.88%7.79%
69.80%

Color #4D4047 in popluar number systems.

HEX4D4047
Decimal776471
Binary100110110000001000111
Octal115100107

Shades and tints

Shades of #4D4047

#4D4047
(77,64,71)
#463B41
(70,59,65)
#3F363B
(63,54,59)
#383135
(56,49,53)
#312C2F
(49,44,47)
#2A2729
(42,39,41)
#232223
(35,34,35)
#1C1D1D
(28,29,29)
#151817
(21,24,23)
#0E1311
(14,19,17)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #4D4047

#4D4047
(77,64,71)
#5D5157
(93,81,87)
#6D6267
(109,98,103)
#7D7377
(125,115,119)
#8D8487
(141,132,135)
#9D9597
(157,149,151)
#ADA6A7
(173,166,167)
#BDB7B7
(189,183,183)
#CDC8C7
(205,200,199)
#DDD9D7
(221,217,215)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4047; }

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

This text font color is #4D4047.


Background Color

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

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

This div background color is #4D4047.


Border color

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

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

This div border color is #4D4047.


Opacity

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

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

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

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

This text has shadow with #4D4047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4047 on black background.


Color preview on white background

This text has color #4D4047 on white background.



Black color preview on #4D4047 background

This text has black color on #4D4047 background.


White color preview on #4D4047 background

This text has white color on #4D4047 background.