COLOR #4A504D

HEX: #4A504D RGB: (74,80,77)

Color info

#4A504D contains red, green and blue colors in about the same proportion. Web safe color of #4A504D is #336633 (or #363).

RGB color model

#4A504D color RGB value is (74,80,77).

RGB: (74,80,77) (29%, 31%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 77 of 255 = 30%

74
80
77

R + G + B ~ 30%. #4A504D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 77 = 231 (100%)
R 74 of 231 ~ 32.03%
G 80 of 231 ~ 34.63%
B 77 of 231 ~ 33.33'%

%32.03
%34.63
%33.33

CMYK color model

#4A504D color CMYK value is (7,0,4,69).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%

CMYK: (7,0,4,69)
C7M0Y4K69 (7%, 0%, 4%, 69%)
(0.07 / 0.00 / 0.04 / 0.69)

CMYK percentages

%7.5
%0
%3.75
%68.63

Codes

Color #4A504D in popluar color models

4A 50 4D
RGB 74 80 77
HSL 150° 3.90% 30.20%
HSB/HSV 150° 7.50% 31.37%
CMYK 7.50% 0.00% 3.75%
68.63%

Color #4A504D in popluar number systems.

HEX 4A 50 4D
Decimal 74 80 77
Binary 1001010 1010000 1001101
Octal 112 120 115

Shades and tints

Shades of #4A504D

#4A504D
(74,80,77)
#444946
(68,73,70)
#3E423F
(62,66,63)
#383B38
(56,59,56)
#323431
(50,52,49)
#2C2D2A
(44,45,42)
#262623
(38,38,35)
#201F1C
(32,31,28)
#1A1815
(26,24,21)
#14110E
(20,17,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #4A504D

#4A504D
(74,80,77)
#5A5F5D
(90,95,93)
#6A6E6D
(106,110,109)
#7A7D7D
(122,125,125)
#8A8C8D
(138,140,141)
#9A9B9D
(154,155,157)
#AAAAAD
(170,170,173)
#BAB9BD
(186,185,189)
#CAC8CD
(202,200,205)
#DAD7DD
(218,215,221)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A504D; }

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

This text font color is #4A504D.

Background Color

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

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

This div background color is #4A504D.

Border color

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

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

This div border color is #4A504D.

Opacity

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

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

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

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

This text has shadow with #4A504D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A504D.

Preview

Color preview on black background

This text has color #4A504D on black background.


Color preview on white background

This text has color #4A504D on white background.


Black color preview on #4A504D background

This text has black color on #4A504D background.


White color preview on #4A504D background

This text has white color on #4A504D background.


Related colors

Complementary color

Complementary color for #hex is #B5AFB2.


I love getcolorcode.com

Triadic colors

1 #4D4A50 and #504D4A with #4A504D are triadic colors.

2 #4D504A and #504A4D with #4A504D are triadic colors.