COLOR #4A504F

HEX: #4A504F RGB: (74,80,79)

Color info

#4A504F contains red, green and blue colors in about the same proportion. Web safe color of #4A504F is #336666 (or #366).

RGB color model

#4A504F color RGB value is (74,80,79).

RGB: (74,80,79) (29%, 31%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 79 of 255 = 31%

74
80
79

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

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 79 = 233 (100%)
R 74 of 233 ~ 31.76%
G 80 of 233 ~ 34.33%
B 79 of 233 ~ 33.91'%

%31.76
%34.33
%33.91

CMYK color model

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

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

CMYK: (7,0,1,69)
C7M0Y1K69 (7%, 0%, 1%, 69%)
(0.07 / 0.00 / 0.01 / 0.69)

CMYK percentages

%7.5
%0
%1.25
%68.63

Codes

Color #4A504F in popluar color models

4A 50 4F
RGB 74 80 79
HSL 170° 3.90% 30.20%
HSB/HSV 170° 7.50% 31.37%
CMYK 7.50% 0.00% 1.25%
68.63%

Color #4A504F in popluar number systems.

HEX 4A 50 4F
Decimal 74 80 79
Binary 1001010 1010000 1001111
Octal 112 120 117

Shades and tints

Shades of #4A504F

#4A504F
(74,80,79)
#444948
(68,73,72)
#3E4241
(62,66,65)
#383B3A
(56,59,58)
#323433
(50,52,51)
#2C2D2C
(44,45,44)
#262625
(38,38,37)
#201F1E
(32,31,30)
#1A1817
(26,24,23)
#141110
(20,17,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #4A504F

#4A504F
(74,80,79)
#5A5F5F
(90,95,95)
#6A6E6F
(106,110,111)
#7A7D7F
(122,125,127)
#8A8C8F
(138,140,143)
#9A9B9F
(154,155,159)
#AAAAAF
(170,170,175)
#BAB9BF
(186,185,191)
#CAC8CF
(202,200,207)
#DAD7DF
(218,215,223)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A504F; }

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

This text font color is #4A504F.

Background Color

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

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

This div background color is #4A504F.

Border color

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

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

This div border color is #4A504F.

Opacity

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

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

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

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

This text has shadow with #4A504F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A504F.

Preview

Color preview on black background

This text has color #4A504F on black background.


Color preview on white background

This text has color #4A504F on white background.


Black color preview on #4A504F background

This text has black color on #4A504F background.


White color preview on #4A504F background

This text has white color on #4A504F background.


Related colors

Complementary color

Complementary color for #hex is #B5AFB0.


I love getcolorcode.com

Triadic colors

1 #4F4A50 and #504F4A with #4A504F are triadic colors.

2 #4F504A and #504A4F with #4A504F are triadic colors.