COLOR #4A414C

HEX: #4A414C
RGB: (74,65,76)

Color info

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

RGB color model

#4A414C color RGB value is (74,65,76).

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

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 76 of 255 = 30%

74
65
76

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

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 76 = 215 (100%)
R 74 of 215 ~ 34.42%
G 65 of 215 ~ 30.23%
B 76 of 215 ~ 35.35%

%34.42
%30.23
%35.35

CMYK color model

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

  • cyan value is 2.63%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (3,14,0,70) C3M14Y0K70 (3%,14%,0%,70%) (0.03/0.14/0.00/0.70)

CMYK percentages

%2.63
%14.47
%0
%70.2

Codes

Color #4A414C in popluar color models

4A414C
RGB746576
HSL289°7.80%27.65%
HSB/HSV289°14.47%29.80%
CMYK2.63%14.47%0.00%
70.20%

Color #4A414C in popluar number systems.

HEX4A414C
Decimal746576
Binary100101010000011001100
Octal112101114

Shades and tints

Shades of #4A414C

#4A414C
(74,65,76)
#443C46
(68,60,70)
#3E3740
(62,55,64)
#38323A
(56,50,58)
#322D34
(50,45,52)
#2C282E
(44,40,46)
#262328
(38,35,40)
#201E22
(32,30,34)
#1A191C
(26,25,28)
#141416
(20,20,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #4A414C

#4A414C
(74,65,76)
#5A525C
(90,82,92)
#6A636C
(106,99,108)
#7A747C
(122,116,124)
#8A858C
(138,133,140)
#9A969C
(154,150,156)
#AAA7AC
(170,167,172)
#BAB8BC
(186,184,188)
#CAC9CC
(202,201,204)
#DADADC
(218,218,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A414C; }

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

This text font color is #4A414C.


Background Color

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

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

This div background color is #4A414C.


Border color

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

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

This div border color is #4A414C.


Opacity

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

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

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

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

This text has shadow with #4A414C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A414C on black background.


Color preview on white background

This text has color #4A414C on white background.



Black color preview on #4A414C background

This text has black color on #4A414C background.


White color preview on #4A414C background

This text has white color on #4A414C background.