COLOR #4C444D

HEX: #4C444D RGB: (76,68,77)

Color info

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

RGB color model

#4C444D color RGB value is (76,68,77).

RGB: (76,68,77) (30%, 27%, 30%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 77 of 255 = 30%

76
68
77

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

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 77 = 221 (100%)
R 76 of 221 ~ 34.39%
G 68 of 221 ~ 30.77%
B 77 of 221 ~ 34.84'%

%34.39
%30.77
%34.84

CMYK color model

#4C444D color CMYK value is (1,12,0,70).

  • cyan value is 1.30%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (1,12,0,70) C1M12Y0K70 (1%,12%,0%,70%) (0.01/0.12/0.00/0.70) 

CMYK percentages

%1.3
%11.69
%0
%69.8

Codes

Color #4C444D in popluar color models

4C 44 4D
RGB 76 68 77
HSL 293° 6.21% 28.43%
HSB/HSV 293° 11.69% 30.20%
CMYK 1.30% 11.69% 0.00%
69.80%

Color #4C444D in popluar number systems.

HEX 4C 44 4D
Decimal 76 68 77
Binary 1001100 1000100 1001101
Octal 114 104 115

Shades and tints

Shades of #4C444D

#4C444D
(76,68,77)
#463E46
(70,62,70)
#40383F
(64,56,63)
#3A3238
(58,50,56)
#342C31
(52,44,49)
#2E262A
(46,38,42)
#282023
(40,32,35)
#221A1C
(34,26,28)
#1C1415
(28,20,21)
#160E0E
(22,14,14)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C444D

#4C444D
(76,68,77)
#5C555D
(92,85,93)
#6C666D
(108,102,109)
#7C777D
(124,119,125)
#8C888D
(140,136,141)
#9C999D
(156,153,157)
#ACAAAD
(172,170,173)
#BCBBBD
(188,187,189)
#CCCCCD
(204,204,205)
#DCDDDD
(220,221,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C444D; }

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

This text font color is #4C444D.

Background Color

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

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

This div background color is #4C444D.

Border color

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

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

This div border color is #4C444D.

Opacity

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

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

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

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

This text has shadow with #4C444D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C444D.

Preview

Color preview on black background

This text has color #4C444D on black background.


Color preview on white background

This text has color #4C444D on white background.


Black color preview on #4C444D background

This text has black color on #4C444D background.


White color preview on #4C444D background

This text has white color on #4C444D background.


Related colors

Complementary color

Complementary color for #hex is #B3BBB2.


I love getcolorcode.com

Triadic colors

1 #4D4C44 and #444D4C with #4C444D are triadic colors.

2 #4D444C and #444C4D with #4C444D are triadic colors.