COLOR #4A484C

HEX: #4A484C RGB: (74,72,76)

Color info

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

RGB color model

#4A484C color RGB value is (74,72,76).

RGB: (74,72,76) (29%, 28%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 76 of 255 = 30%

74
72
76

R + G + B ~ 29%. #4A484C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 72 + 76 = 222 (100%)
R 74 of 222 ~ 33.33%
G 72 of 222 ~ 32.43%
B 76 of 222 ~ 34.23'%

%33.33
%32.43
%34.23

CMYK color model

#4A484C color CMYK value is (3,5,0,70).

  • cyan value is 2.63%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (3,5,0,70)
C3M5Y0K70 (3%, 5%, 0%, 70%)
(0.03 / 0.05 / 0.00 / 0.70)

CMYK percentages

%2.63
%5.26
%0
%70.2

Codes

Color #4A484C in popluar color models

4A 48 4C
RGB 74 72 76
HSL 270° 2.70% 29.02%
HSB/HSV 270° 5.26% 29.80%
CMYK 2.63% 5.26% 0.00%
70.20%

Color #4A484C in popluar number systems.

HEX 4A 48 4C
Decimal 74 72 76
Binary 1001010 1001000 1001100
Octal 112 110 114

Shades and tints

Shades of #4A484C

#4A484C
(74,72,76)
#444246
(68,66,70)
#3E3C40
(62,60,64)
#38363A
(56,54,58)
#323034
(50,48,52)
#2C2A2E
(44,42,46)
#262428
(38,36,40)
#201E22
(32,30,34)
#1A181C
(26,24,28)
#141216
(20,18,22)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #4A484C

#4A484C
(74,72,76)
#5A585C
(90,88,92)
#6A686C
(106,104,108)
#7A787C
(122,120,124)
#8A888C
(138,136,140)
#9A989C
(154,152,156)
#AAA8AC
(170,168,172)
#BAB8BC
(186,184,188)
#CAC8CC
(202,200,204)
#DAD8DC
(218,216,220)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A484C; }

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

This text font color is #4A484C.

Background Color

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

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

This div background color is #4A484C.

Border color

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

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

This div border color is #4A484C.

Opacity

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

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

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

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

This text has shadow with #4A484C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A484C.

Preview

Color preview on black background

This text has color #4A484C on black background.


Color preview on white background

This text has color #4A484C on white background.


Black color preview on #4A484C background

This text has black color on #4A484C background.


White color preview on #4A484C background

This text has white color on #4A484C background.


Related colors

Complementary color

Complementary color for #hex is #B5B7B3.


I love getcolorcode.com

Triadic colors

1 #4C4A48 and #484C4A with #4A484C are triadic colors.

2 #4C484A and #484A4C with #4A484C are triadic colors.