COLOR #4A4951

HEX: #4A4951 RGB: (74,73,81)

Color info

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

RGB color model

#4A4951 color RGB value is (74,73,81).

RGB: (74,73,81) (29%, 29%, 32%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 81 of 255 = 32%

74
73
81

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

Portions of RGB colors in percentages

R + G + B = 74 + 73 + 81 = 228 (100%)
R 74 of 228 ~ 32.46%
G 73 of 228 ~ 32.02%
B 81 of 228 ~ 35.53'%

%32.46
%32.02
%35.53

CMYK color model

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

  • cyan value is 8.64%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (9,10,0,68)
C9M10Y0K68 (9%, 10%, 0%, 68%)
(0.09 / 0.10 / 0.00 / 0.68)

CMYK percentages

%8.64
%9.88
%0
%68.24

Codes

Color #4A4951 in popluar color models

4A 49 51
RGB 74 73 81
HSL 248° 5.19% 30.20%
HSB/HSV 248° 9.88% 31.76%
CMYK 8.64% 9.88% 0.00%
68.24%

Color #4A4951 in popluar number systems.

HEX 4A 49 51
Decimal 74 73 81
Binary 1001010 1001001 1010001
Octal 112 111 121

Shades and tints

Shades of #4A4951

#4A4951
(74,73,81)
#44434A
(68,67,74)
#3E3D43
(62,61,67)
#38373C
(56,55,60)
#323135
(50,49,53)
#2C2B2E
(44,43,46)
#262527
(38,37,39)
#201F20
(32,31,32)
#1A1919
(26,25,25)
#141312
(20,19,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #4A4951

#4A4951
(74,73,81)
#5A5960
(90,89,96)
#6A696F
(106,105,111)
#7A797E
(122,121,126)
#8A898D
(138,137,141)
#9A999C
(154,153,156)
#AAA9AB
(170,169,171)
#BAB9BA
(186,185,186)
#CAC9C9
(202,201,201)
#DAD9D8
(218,217,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4951; }

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

This text font color is #4A4951.

Background Color

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

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

This div background color is #4A4951.

Border color

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

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

This div border color is #4A4951.

Opacity

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

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

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

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

This text has shadow with #4A4951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4951.

Preview

Color preview on black background

This text has color #4A4951 on black background.


Color preview on white background

This text has color #4A4951 on white background.


Black color preview on #4A4951 background

This text has black color on #4A4951 background.


White color preview on #4A4951 background

This text has white color on #4A4951 background.


Related colors

Complementary color

Complementary color for #hex is #B5B6AE.


I love getcolorcode.com

Triadic colors

1 #514A49 and #49514A with #4A4951 are triadic colors.

2 #51494A and #494A51 with #4A4951 are triadic colors.