COLOR #4A424A

HEX: #4A424A
RGB: (74,66,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
66
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 66 + 74 = 214 (100%)
R 74 of 214 ~ 34.58%
G 66 of 214 ~ 30.84%
B 74 of 214 ~ 34.58%

%34.58
%30.84
%34.58

CMYK color model

#4A424A color CMYK value is (0,11,0,71).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(0,11,0,71)
C0M11Y0K71 
(0%,11%,0%,71%)
(0.00/0.11/0.00/0.71)	

CMYK percentages

%0
%10.81
%0
%70.98

Codes

Color #4A424A in popluar color models

4A424A
RGB746674
HSL300°5.71%27.45%
HSB/HSV300°10.81%29.02%
CMYK0.00%10.81%0.00%
70.98%

Color #4A424A in popluar number systems.

HEX4A424A
Decimal746674
Binary100101010000101001010
Octal112102112

Shades and tints

Shades of #4A424A

#4A424A
(74,66,74)
#443C44
(68,60,68)
#3E363E
(62,54,62)
#383038
(56,48,56)
#322A32
(50,42,50)
#2C242C
(44,36,44)
#261E26
(38,30,38)
#201820
(32,24,32)
#1A121A
(26,18,26)
#140C14
(20,12,20)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #4A424A

#4A424A
(74,66,74)
#5A535A
(90,83,90)
#6A646A
(106,100,106)
#7A757A
(122,117,122)
#8A868A
(138,134,138)
#9A979A
(154,151,154)
#AAA8AA
(170,168,170)
#BAB9BA
(186,185,186)
#CACACA
(202,202,202)
#DADBDA
(218,219,218)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A424A; }

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

This text font color is #4A424A.


Background Color

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

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

This div background color is #4A424A.


Border color

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

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

This div border color is #4A424A.


Opacity

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

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

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

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

This text has shadow with #4A424A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A424A on black background.


Color preview on white background

This text has color #4A424A on white background.



Black color preview on #4A424A background

This text has black color on #4A424A background.


White color preview on #4A424A background

This text has white color on #4A424A background.