COLOR #4C4A4D

HEX: #4C4A4D RGB: (76,74,77)

Color info

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

RGB color model

#4C4A4D color RGB value is (76,74,77).

RGB: (76,74,77) (30%, 29%, 30%)

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 77 of 255 = 30%

76
74
77

R + G + B ~ 30%. #4C4A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 74 + 77 = 227 (100%)
R 76 of 227 ~ 33.48%
G 74 of 227 ~ 32.6%
B 77 of 227 ~ 33.92'%

%33.48
%32.6
%33.92

CMYK color model

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

  • cyan value is 1.30%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (1,4,0,70)
C1M4Y0K70 (1%, 4%, 0%, 70%)
(0.01 / 0.04 / 0.00 / 0.70)

CMYK percentages

%1.3
%3.9
%0
%69.8

Codes

Color #4C4A4D in popluar color models

4C 4A 4D
RGB 76 74 77
HSL 280° 1.99% 29.61%
HSB/HSV 280° 3.90% 30.20%
CMYK 1.30% 3.90% 0.00%
69.80%

Color #4C4A4D in popluar number systems.

HEX 4C 4A 4D
Decimal 76 74 77
Binary 1001100 1001010 1001101
Octal 114 112 115

Shades and tints

Shades of #4C4A4D

#4C4A4D
(76,74,77)
#464446
(70,68,70)
#403E3F
(64,62,63)
#3A3838
(58,56,56)
#343231
(52,50,49)
#2E2C2A
(46,44,42)
#282623
(40,38,35)
#22201C
(34,32,28)
#1C1A15
(28,26,21)
#16140E
(22,20,14)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C4A4D

#4C4A4D
(76,74,77)
#5C5A5D
(92,90,93)
#6C6A6D
(108,106,109)
#7C7A7D
(124,122,125)
#8C8A8D
(140,138,141)
#9C9A9D
(156,154,157)
#ACAAAD
(172,170,173)
#BCBABD
(188,186,189)
#CCCACD
(204,202,205)
#DCDADD
(220,218,221)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A4D; }

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

This text font color is #4C4A4D.

Background Color

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

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

This div background color is #4C4A4D.

Border color

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

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

This div border color is #4C4A4D.

Opacity

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

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

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

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

This text has shadow with #4C4A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4A4D.

Preview

Color preview on black background

This text has color #4C4A4D on black background.


Color preview on white background

This text has color #4C4A4D on white background.


Black color preview on #4C4A4D background

This text has black color on #4C4A4D background.


White color preview on #4C4A4D background

This text has white color on #4C4A4D background.


Related colors

Complementary color

Complementary color for #hex is #B3B5B2.


I love getcolorcode.com

Triadic colors

1 #4D4C4A and #4A4D4C with #4C4A4D are triadic colors.

2 #4D4A4C and #4A4C4D with #4C4A4D are triadic colors.