COLOR #4A434C

HEX: #4A434C
RGB: (74,67,76)

Color info

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

RGB color model

#4A434C color RGB value is (74,67,76).

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

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 76 of 255 = 30%

74
67
76

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

Portions of RGB colors in percentages

R + G + B =
74 + 67 + 76 = 217 (100%)
R 74 of 217 ~ 34.1%
G 67 of 217 ~ 30.88%
B 76 of 217 ~ 35.02%

%34.1
%30.88
%35.02

CMYK color model

#4A434C color CMYK value is (3,12,0,70).

  • cyan value is 2.63%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(3,12,0,70)
C3M12Y0K70 
(3%,12%,0%,70%)
(0.03/0.12/0.00/0.70)	

CMYK percentages

%2.63
%11.84
%0
%70.2

Codes

Color #4A434C in popluar color models

4A434C
RGB746776
HSL287°6.29%28.04%
HSB/HSV287°11.84%29.80%
CMYK2.63%11.84%0.00%
70.20%

Color #4A434C in popluar number systems.

HEX4A434C
Decimal746776
Binary100101010000111001100
Octal112103114

Shades and tints

Shades of #4A434C

#4A434C
(74,67,76)
#443D46
(68,61,70)
#3E3740
(62,55,64)
#38313A
(56,49,58)
#322B34
(50,43,52)
#2C252E
(44,37,46)
#261F28
(38,31,40)
#201922
(32,25,34)
#1A131C
(26,19,28)
#140D16
(20,13,22)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #4A434C

#4A434C
(74,67,76)
#5A545C
(90,84,92)
#6A656C
(106,101,108)
#7A767C
(122,118,124)
#8A878C
(138,135,140)
#9A989C
(154,152,156)
#AAA9AC
(170,169,172)
#BABABC
(186,186,188)
#CACBCC
(202,203,204)
#DADCDC
(218,220,220)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A434C; }

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

This text font color is #4A434C.


Background Color

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

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

This div background color is #4A434C.


Border color

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

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

This div border color is #4A434C.


Opacity

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

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

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

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

This text has shadow with #4A434C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A434C on black background.


Color preview on white background

This text has color #4A434C on white background.



Black color preview on #4A434C background

This text has black color on #4A434C background.


White color preview on #4A434C background

This text has white color on #4A434C background.