COLOR #4A424D

HEX: #4A424D
RGB: (74,66,77)

Color info

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

RGB color model

#4A424D color RGB value is (74,66,77).

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

RGB channels and saturation

R 74 of 255 = 29%
G 66 of 255 = 26%
B 77 of 255 = 30%

74
66
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 66 + 77 = 217 (100%)
R 74 of 217 ~ 34.1%
G 66 of 217 ~ 30.41%
B 77 of 217 ~ 35.48%

%34.1
%30.41
%35.48

CMYK color model

#4A424D color CMYK value is (4,14,0,70).

  • cyan value is 3.90%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,14,0,70)
C4M14Y0K70 
(4%,14%,0%,70%)
(0.04/0.14/0.00/0.70)	

CMYK percentages

%3.9
%14.29
%0
%69.8

Codes

Color #4A424D in popluar color models

4A424D
RGB746677
HSL284°7.69%28.04%
HSB/HSV284°14.29%30.20%
CMYK3.90%14.29%0.00%
69.80%

Color #4A424D in popluar number systems.

HEX4A424D
Decimal746677
Binary100101010000101001101
Octal112102115

Shades and tints

Shades of #4A424D

#4A424D
(74,66,77)
#443C46
(68,60,70)
#3E363F
(62,54,63)
#383038
(56,48,56)
#322A31
(50,42,49)
#2C242A
(44,36,42)
#261E23
(38,30,35)
#20181C
(32,24,28)
#1A1215
(26,18,21)
#140C0E
(20,12,14)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #4A424D

#4A424D
(74,66,77)
#5A535D
(90,83,93)
#6A646D
(106,100,109)
#7A757D
(122,117,125)
#8A868D
(138,134,141)
#9A979D
(154,151,157)
#AAA8AD
(170,168,173)
#BAB9BD
(186,185,189)
#CACACD
(202,202,205)
#DADBDD
(218,219,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A424D; }

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

This text font color is #4A424D.


Background Color

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

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

This div background color is #4A424D.


Border color

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

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

This div border color is #4A424D.


Opacity

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

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

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

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

This text has shadow with #4A424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A424D on black background.


Color preview on white background

This text has color #4A424D on white background.



Black color preview on #4A424D background

This text has black color on #4A424D background.


White color preview on #4A424D background

This text has white color on #4A424D background.