COLOR #4A4944

HEX: #4A4944 RGB: (74,73,68)

Color info

#4A4944 contains red, green and blue colors in about the same proportion. Web safe color of #4A4944 is #333333 (or #333).

RGB color model

#4A4944 color RGB value is (74,73,68).

RGB: (74,73,68) (29%, 29%, 27%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 68 of 255 = 27%

74
73
68

R + G + B ~ 28%. #4A4944 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 73 + 68 = 215 (100%)
R 74 of 215 ~ 34.42%
G 73 of 215 ~ 33.95%
B 68 of 215 ~ 31.63'%

%34.42
%33.95
%31.63

CMYK color model

#4A4944 color CMYK value is (0,1,8,71).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 8.11%
  • key color value is 70.98%

CMYK: (0,1,8,71)
C0M1Y8K71 (0%, 1%, 8%, 71%)
(0.00 / 0.01 / 0.08 / 0.71)

CMYK percentages

%0
%1.35
%8.11
%70.98

Codes

Color #4A4944 in popluar color models

4A 49 44
RGB 74 73 68
HSL 50° 4.23% 27.84%
HSB/HSV 50° 8.11% 29.02%
CMYK 0.00% 1.35% 8.11%
70.98%

Color #4A4944 in popluar number systems.

HEX 4A 49 44
Decimal 74 73 68
Binary 1001010 1001001 1000100
Octal 112 111 104

Shades and tints

Shades of #4A4944

#4A4944
(74,73,68)
#44433E
(68,67,62)
#3E3D38
(62,61,56)
#383732
(56,55,50)
#32312C
(50,49,44)
#2C2B26
(44,43,38)
#262520
(38,37,32)
#201F1A
(32,31,26)
#1A1914
(26,25,20)
#14130E
(20,19,14)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #4A4944

#4A4944
(74,73,68)
#5A5955
(90,89,85)
#6A6966
(106,105,102)
#7A7977
(122,121,119)
#8A8988
(138,137,136)
#9A9999
(154,153,153)
#AAA9AA
(170,169,170)
#BAB9BB
(186,185,187)
#CAC9CC
(202,201,204)
#DAD9DD
(218,217,221)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4944; }

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

This text font color is #4A4944.

Background Color

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

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

This div background color is #4A4944.

Border color

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

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

This div border color is #4A4944.

Opacity

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

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

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

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

This text has shadow with #4A4944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4944.

Preview

Color preview on black background

This text has color #4A4944 on black background.


Color preview on white background

This text has color #4A4944 on white background.


Black color preview on #4A4944 background

This text has black color on #4A4944 background.


White color preview on #4A4944 background

This text has white color on #4A4944 background.


Related colors

Complementary color

Complementary color for #hex is #B5B6BB.


I love getcolorcode.com

Triadic colors

1 #444A49 and #49444A with #4A4944 are triadic colors.

2 #44494A and #494A44 with #4A4944 are triadic colors.