COLOR #4C4144

HEX: #4C4144 RGB: (76,65,68)

Color info

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

RGB color model

#4C4144 color RGB value is (76,65,68).

RGB: (76,65,68) (30%, 25%, 27%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 68 of 255 = 27%

76
65
68

R + G + B ~ 27%. #4C4144 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 65 + 68 = 209 (100%)
R 76 of 209 ~ 36.36%
G 65 of 209 ~ 31.1%
B 68 of 209 ~ 32.54'%

%36.36
%31.1
%32.54

CMYK color model

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

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

CMYK: (0,14,11,70)
C0M14Y11K70 (0%, 14%, 11%, 70%)
(0.00 / 0.14 / 0.11 / 0.70)

CMYK percentages

%0
%14.47
%10.53
%70.2

Codes

Color #4C4144 in popluar color models

4C 41 44
RGB 76 65 68
HSL 344° 7.80% 27.65%
HSB/HSV 344° 14.47% 29.80%
CMYK 0.00% 14.47% 10.53%
70.20%

Color #4C4144 in popluar number systems.

HEX 4C 41 44
Decimal 76 65 68
Binary 1001100 1000001 1000100
Octal 114 101 104

Shades and tints

Shades of #4C4144

#4C4144
(76,65,68)
#463C3E
(70,60,62)
#403738
(64,55,56)
#3A3232
(58,50,50)
#342D2C
(52,45,44)
#2E2826
(46,40,38)
#282320
(40,35,32)
#221E1A
(34,30,26)
#1C1914
(28,25,20)
#16140E
(22,20,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C4144

#4C4144
(76,65,68)
#5C5255
(92,82,85)
#6C6366
(108,99,102)
#7C7477
(124,116,119)
#8C8588
(140,133,136)
#9C9699
(156,150,153)
#ACA7AA
(172,167,170)
#BCB8BB
(188,184,187)
#CCC9CC
(204,201,204)
#DCDADD
(220,218,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4144; }

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

This text font color is #4C4144.

Background Color

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

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

This div background color is #4C4144.

Border color

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

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

This div border color is #4C4144.

Opacity

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

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

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

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

This text has shadow with #4C4144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4144.

Preview

Color preview on black background

This text has color #4C4144 on black background.


Color preview on white background

This text has color #4C4144 on white background.


Black color preview on #4C4144 background

This text has black color on #4C4144 background.


White color preview on #4C4144 background

This text has white color on #4C4144 background.


Related colors

Complementary color

Complementary color for #hex is #B3BEBB.


I love getcolorcode.com

Triadic colors

1 #444C41 and #41444C with #4C4144 are triadic colors.

2 #44414C and #414C44 with #4C4144 are triadic colors.