COLOR #4C4944

HEX: #4C4944 RGB: (76,73,68)

Color info

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

RGB color model

#4C4944 color RGB value is (76,73,68).

RGB: (76,73,68) (30%, 29%, 27%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 68 of 255 = 27%

76
73
68

R + G + B ~ 29%. #4C4944 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 68 = 217 (100%)
R 76 of 217 ~ 35.02%
G 73 of 217 ~ 33.64%
B 68 of 217 ~ 31.34'%

%35.02
%33.64
%31.34

CMYK color model

#4C4944 color CMYK value is (0,4,11,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 10.53%
  • key color value is 70.20%

CMYK: (0,4,11,70)
C0M4Y11K70 (0%, 4%, 11%, 70%)
(0.00 / 0.04 / 0.11 / 0.70)

CMYK percentages

%0
%3.95
%10.53
%70.2

Codes

Color #4C4944 in popluar color models

4C 49 44
RGB 76 73 68
HSL 38° 5.56% 28.24%
HSB/HSV 38° 10.53% 29.80%
CMYK 0.00% 3.95% 10.53%
70.20%

Color #4C4944 in popluar number systems.

HEX 4C 49 44
Decimal 76 73 68
Binary 1001100 1001001 1000100
Octal 114 111 104

Shades and tints

Shades of #4C4944

#4C4944
(76,73,68)
#46433E
(70,67,62)
#403D38
(64,61,56)
#3A3732
(58,55,50)
#34312C
(52,49,44)
#2E2B26
(46,43,38)
#282520
(40,37,32)
#221F1A
(34,31,26)
#1C1914
(28,25,20)
#16130E
(22,19,14)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C4944

#4C4944
(76,73,68)
#5C5955
(92,89,85)
#6C6966
(108,105,102)
#7C7977
(124,121,119)
#8C8988
(140,137,136)
#9C9999
(156,153,153)
#ACA9AA
(172,169,170)
#BCB9BB
(188,185,187)
#CCC9CC
(204,201,204)
#DCD9DD
(220,217,221)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4944; }

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

This text font color is #4C4944.

Background Color

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

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

This div background color is #4C4944.

Border color

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

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

This div border color is #4C4944.

Opacity

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

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

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

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

This text has shadow with #4C4944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4944.

Preview

Color preview on black background

This text has color #4C4944 on black background.


Color preview on white background

This text has color #4C4944 on white background.


Black color preview on #4C4944 background

This text has black color on #4C4944 background.


White color preview on #4C4944 background

This text has white color on #4C4944 background.


Related colors

Complementary color

Complementary color for #hex is #B3B6BB.


I love getcolorcode.com

Triadic colors

1 #444C49 and #49444C with #4C4944 are triadic colors.

2 #44494C and #494C44 with #4C4944 are triadic colors.