COLOR #4A484D

HEX: #4A484D
RGB: (74,72,77)

Color info

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

RGB color model

#4A484D color RGB value is (74,72,77).

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

RGB channels and saturation

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

74
72
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 77 = 223 (100%)
R 74 of 223 ~ 33.18%
G 72 of 223 ~ 32.29%
B 77 of 223 ~ 34.53%

%33.18
%32.29
%34.53

CMYK color model

#4A484D color CMYK value is (4,6,0,70).

  • cyan value is 3.90%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,6,0,70)
C4M6Y0K70 
(4%,6%,0%,70%)
(0.04/0.06/0.00/0.70)	

CMYK percentages

%3.9
%6.49
%0
%69.8

Codes

Color #4A484D in popluar color models

4A484D
RGB747277
HSL264°3.36%29.22%
HSB/HSV264°6.49%30.20%
CMYK3.90%6.49%0.00%
69.80%

Color #4A484D in popluar number systems.

HEX4A484D
Decimal747277
Binary100101010010001001101
Octal112110115

Shades and tints

Shades of #4A484D

#4A484D
(74,72,77)
#444246
(68,66,70)
#3E3C3F
(62,60,63)
#383638
(56,54,56)
#323031
(50,48,49)
#2C2A2A
(44,42,42)
#262423
(38,36,35)
#201E1C
(32,30,28)
#1A1815
(26,24,21)
#14120E
(20,18,14)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #4A484D

#4A484D
(74,72,77)
#5A585D
(90,88,93)
#6A686D
(106,104,109)
#7A787D
(122,120,125)
#8A888D
(138,136,141)
#9A989D
(154,152,157)
#AAA8AD
(170,168,173)
#BAB8BD
(186,184,189)
#CAC8CD
(202,200,205)
#DAD8DD
(218,216,221)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A484D; }

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

This text font color is #4A484D.


Background Color

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

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

This div background color is #4A484D.


Border color

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

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

This div border color is #4A484D.


Opacity

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

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

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

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

This text has shadow with #4A484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A484D on black background.


Color preview on white background

This text has color #4A484D on white background.



Black color preview on #4A484D background

This text has black color on #4A484D background.


White color preview on #4A484D background

This text has white color on #4A484D background.