COLOR #4A4C4D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
76
77

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

Portions of RGB colors in percentages

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

%32.6
%33.48
%33.92

CMYK color model

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

  • cyan value is 3.90%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,1,0,70)
C4M1Y0K70 
(4%,1%,0%,70%)
(0.04/0.01/0.00/0.70)	

CMYK percentages

%3.9
%1.3
%0
%69.8

Codes

Color #4A4C4D in popluar color models

4A4C4D
RGB747677
HSL200°1.99%29.61%
HSB/HSV200°3.90%30.20%
CMYK3.90%1.30%0.00%
69.80%

Color #4A4C4D in popluar number systems.

HEX4A4C4D
Decimal747677
Binary100101010011001001101
Octal112114115

Shades and tints

Shades of #4A4C4D

#4A4C4D
(74,76,77)
#444646
(68,70,70)
#3E403F
(62,64,63)
#383A38
(56,58,56)
#323431
(50,52,49)
#2C2E2A
(44,46,42)
#262823
(38,40,35)
#20221C
(32,34,28)
#1A1C15
(26,28,21)
#14160E
(20,22,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #4A4C4D

#4A4C4D
(74,76,77)
#5A5C5D
(90,92,93)
#6A6C6D
(106,108,109)
#7A7C7D
(122,124,125)
#8A8C8D
(138,140,141)
#9A9C9D
(154,156,157)
#AAACAD
(170,172,173)
#BABCBD
(186,188,189)
#CACCCD
(202,204,205)
#DADCDD
(218,220,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4C4D; }

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

This text font color is #4A4C4D.


Background Color

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

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

This div background color is #4A4C4D.


Border color

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

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

This div border color is #4A4C4D.


Opacity

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

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

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

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

This text has shadow with #4A4C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C4D on black background.


Color preview on white background

This text has color #4A4C4D on white background.



Black color preview on #4A4C4D background

This text has black color on #4A4C4D background.


White color preview on #4A4C4D background

This text has white color on #4A4C4D background.