COLOR #4D434C

HEX: #4D434C
RGB: (77,67,76)

Color info

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

RGB color model

#4D434C color RGB value is (77,67,76).

  • red value is 77;
  • green value is 67;
  • blue value is 76.
RGB:
(77,67,76)
(30%,26%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 76 of 255 = 30%

77
67
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 67 + 76 = 220 (100%)
R 77 of 220 ~ 35%
G 67 of 220 ~ 30.45%
B 76 of 220 ~ 34.55%

%35
%30.45
%34.55

CMYK color model

#4D434C color CMYK value is (0,13,1,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(0,13,1,70)
C0M13Y1K70 
(0%,13%,1%,70%)
(0.00/0.13/0.01/0.70)	

CMYK percentages

%0
%12.99
%1.3
%69.8

Codes

Color #4D434C in popluar color models

4D434C
RGB776776
HSL306°6.94%28.24%
HSB/HSV306°12.99%30.20%
CMYK0.00%12.99%1.30%
69.80%

Color #4D434C in popluar number systems.

HEX4D434C
Decimal776776
Binary100110110000111001100
Octal115103114

Shades and tints

Shades of #4D434C

#4D434C
(77,67,76)
#463D46
(70,61,70)
#3F3740
(63,55,64)
#38313A
(56,49,58)
#312B34
(49,43,52)
#2A252E
(42,37,46)
#231F28
(35,31,40)
#1C1922
(28,25,34)
#15131C
(21,19,28)
#0E0D16
(14,13,22)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #4D434C

#4D434C
(77,67,76)
#5D545C
(93,84,92)
#6D656C
(109,101,108)
#7D767C
(125,118,124)
#8D878C
(141,135,140)
#9D989C
(157,152,156)
#ADA9AC
(173,169,172)
#BDBABC
(189,186,188)
#CDCBCC
(205,203,204)
#DDDCDC
(221,220,220)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D434C color. Also use rgb(77,67,76) instead hex code.

Text Font Color

.myTextColor { color: #4D434C; }

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

This text font color is #4D434C.


Background Color

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

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

This div background color is #4D434C.


Border color

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

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

This div border color is #4D434C.


Opacity

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

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

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

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

This text has shadow with #4D434C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D434C on black background.


Color preview on white background

This text has color #4D434C on white background.



Black color preview on #4D434C background

This text has black color on #4D434C background.


White color preview on #4D434C background

This text has white color on #4D434C background.