COLOR #4A4950

HEX: #4A4950 RGB: (74,73,80)

Color info

#4A4950 contains red, green and blue colors in about the same proportion. Web safe color of #4A4950 is #333366 (or #336).

RGB color model

#4A4950 color RGB value is (74,73,80).

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

RGB channels and saturation

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

74
73
80

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

Portions of RGB colors in percentages

R + G + B = 74 + 73 + 80 = 227 (100%)
R 74 of 227 ~ 32.6%
G 73 of 227 ~ 32.16%
B 80 of 227 ~ 35.24'%

%32.6
%32.16
%35.24

CMYK color model

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

  • cyan value is 7.50%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (7,9,0,69) C7M9Y0K69 (7%,9%,0%,69%) (0.07/0.09/0.00/0.69) 

CMYK percentages

%7.5
%8.75
%0
%68.63

Codes

Color #4A4950 in popluar color models

4A 49 50
RGB 74 73 80
HSL 249° 4.58% 30.00%
HSB/HSV 249° 8.75% 31.37%
CMYK 7.50% 8.75% 0.00%
68.63%

Color #4A4950 in popluar number systems.

HEX 4A 49 50
Decimal 74 73 80
Binary 1001010 1001001 1010000
Octal 112 111 120

Shades and tints

Shades of #4A4950

#4A4950
(74,73,80)
#444349
(68,67,73)
#3E3D42
(62,61,66)
#38373B
(56,55,59)
#323134
(50,49,52)
#2C2B2D
(44,43,45)
#262526
(38,37,38)
#201F1F
(32,31,31)
#1A1918
(26,25,24)
#141311
(20,19,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A4950

#4A4950
(74,73,80)
#5A595F
(90,89,95)
#6A696E
(106,105,110)
#7A797D
(122,121,125)
#8A898C
(138,137,140)
#9A999B
(154,153,155)
#AAA9AA
(170,169,170)
#BAB9B9
(186,185,185)
#CAC9C8
(202,201,200)
#DAD9D7
(218,217,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4950; }

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

This text font color is #4A4950.

Background Color

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

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

This div background color is #4A4950.

Border color

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

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

This div border color is #4A4950.

Opacity

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

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

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

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

This text has shadow with #4A4950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4950.

Preview

Color preview on black background

This text has color #4A4950 on black background.


Color preview on white background

This text has color #4A4950 on white background.


Black color preview on #4A4950 background

This text has black color on #4A4950 background.


White color preview on #4A4950 background

This text has white color on #4A4950 background.


Related colors

Complementary color

Complementary color for #hex is #B5B6AF.


I love getcolorcode.com

Triadic colors

1 #504A49 and #49504A with #4A4950 are triadic colors.

2 #50494A and #494A50 with #4A4950 are triadic colors.