COLOR #4A574F

HEX: #4A574F RGB: (74,87,79)

Color info

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

RGB color model

#4A574F color RGB value is (74,87,79).

RGB: (74,87,79) (29%, 34%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 79 of 255 = 31%

74
87
79

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

Portions of RGB colors in percentages

R + G + B = 74 + 87 + 79 = 240 (100%)
R 74 of 240 ~ 30.83%
G 87 of 240 ~ 36.25%
B 79 of 240 ~ 32.92'%

%30.83
%36.25
%32.92

CMYK color model

#4A574F color CMYK value is (15,0,9,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%

CMYK: (15,0,9,66)
C15M0Y9K66 (15%, 0%, 9%, 66%)
(0.15 / 0.00 / 0.09 / 0.66)

CMYK percentages

%14.94
%0
%9.2
%65.88

Codes

Color #4A574F in popluar color models

4A 57 4F
RGB 74 87 79
HSL 143° 8.07% 31.57%
HSB/HSV 143° 14.94% 34.12%
CMYK 14.94% 0.00% 9.20%
65.88%

Color #4A574F in popluar number systems.

HEX 4A 57 4F
Decimal 74 87 79
Binary 1001010 1010111 1001111
Octal 112 127 117

Shades and tints

Shades of #4A574F

#4A574F
(74,87,79)
#445048
(68,80,72)
#3E4941
(62,73,65)
#38423A
(56,66,58)
#323B33
(50,59,51)
#2C342C
(44,52,44)
#262D25
(38,45,37)
#20261E
(32,38,30)
#1A1F17
(26,31,23)
#141810
(20,24,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A574F

#4A574F
(74,87,79)
#5A665F
(90,102,95)
#6A756F
(106,117,111)
#7A847F
(122,132,127)
#8A938F
(138,147,143)
#9AA29F
(154,162,159)
#AAB1AF
(170,177,175)
#BAC0BF
(186,192,191)
#CACFCF
(202,207,207)
#DADEDF
(218,222,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A574F; }

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

This text font color is #4A574F.

Background Color

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

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

This div background color is #4A574F.

Border color

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

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

This div border color is #4A574F.

Opacity

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

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

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

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

This text has shadow with #4A574F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A574F.

Preview

Color preview on black background

This text has color #4A574F on black background.


Color preview on white background

This text has color #4A574F on white background.


Black color preview on #4A574F background

This text has black color on #4A574F background.


White color preview on #4A574F background

This text has white color on #4A574F background.


Related colors

Complementary color

Complementary color for #hex is #B5A8B0.


I love getcolorcode.com

Triadic colors

1 #4F4A57 and #574F4A with #4A574F are triadic colors.

2 #4F574A and #574A4F with #4A574F are triadic colors.