COLOR #4A524F

HEX: #4A524F RGB: (74,82,79)

Color info

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

RGB color model

#4A524F color RGB value is (74,82,79).

RGB: (74,82,79) (29%, 32%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 79 of 255 = 31%

74
82
79

R + G + B ~ 31%. #4A524F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 82 + 79 = 235 (100%)
R 74 of 235 ~ 31.49%
G 82 of 235 ~ 34.89%
B 79 of 235 ~ 33.62'%

%31.49
%34.89
%33.62

CMYK color model

#4A524F color CMYK value is (10,0,4,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%

CMYK: (10,0,4,68)
C10M0Y4K68 (10%, 0%, 4%, 68%)
(0.10 / 0.00 / 0.04 / 0.68)

CMYK percentages

%9.76
%0
%3.66
%67.84

Codes

Color #4A524F in popluar color models

4A 52 4F
RGB 74 82 79
HSL 158° 5.13% 30.59%
HSB/HSV 158° 9.76% 32.16%
CMYK 9.76% 0.00% 3.66%
67.84%

Color #4A524F in popluar number systems.

HEX 4A 52 4F
Decimal 74 82 79
Binary 1001010 1010010 1001111
Octal 112 122 117

Shades and tints

Shades of #4A524F

#4A524F
(74,82,79)
#444B48
(68,75,72)
#3E4441
(62,68,65)
#383D3A
(56,61,58)
#323633
(50,54,51)
#2C2F2C
(44,47,44)
#262825
(38,40,37)
#20211E
(32,33,30)
#1A1A17
(26,26,23)
#141310
(20,19,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #4A524F

#4A524F
(74,82,79)
#5A615F
(90,97,95)
#6A706F
(106,112,111)
#7A7F7F
(122,127,127)
#8A8E8F
(138,142,143)
#9A9D9F
(154,157,159)
#AAACAF
(170,172,175)
#BABBBF
(186,187,191)
#CACACF
(202,202,207)
#DAD9DF
(218,217,223)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A524F; }

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

This text font color is #4A524F.

Background Color

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

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

This div background color is #4A524F.

Border color

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

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

This div border color is #4A524F.

Opacity

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

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

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

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

This text has shadow with #4A524F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A524F.

Preview

Color preview on black background

This text has color #4A524F on black background.


Color preview on white background

This text has color #4A524F on white background.


Black color preview on #4A524F background

This text has black color on #4A524F background.


White color preview on #4A524F background

This text has white color on #4A524F background.


Related colors

Complementary color

Complementary color for #hex is #B5ADB0.


I love getcolorcode.com

Triadic colors

1 #4F4A52 and #524F4A with #4A524F are triadic colors.

2 #4F524A and #524A4F with #4A524F are triadic colors.