COLOR #4C4451

HEX: #4C4451 RGB: (76,68,81)

Color info

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

RGB color model

#4C4451 color RGB value is (76,68,81).

RGB: (76,68,81) (30%, 27%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 81 of 255 = 32%

76
68
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 81 = 225 (100%)
R 76 of 225 ~ 33.78%
G 68 of 225 ~ 30.22%
B 81 of 225 ~ 36'%

%33.78
%30.22
%36

CMYK color model

#4C4451 color CMYK value is (6,16,0,68).

  • cyan value is 6.17%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (6,16,0,68)
C6M16Y0K68 (6%, 16%, 0%, 68%)
(0.06 / 0.16 / 0.00 / 0.68)

CMYK percentages

%6.17
%16.05
%0
%68.24

Codes

Color #4C4451 in popluar color models

4C 44 51
RGB 76 68 81
HSL 277° 8.72% 29.22%
HSB/HSV 277° 16.05% 31.76%
CMYK 6.17% 16.05% 0.00%
68.24%

Color #4C4451 in popluar number systems.

HEX 4C 44 51
Decimal 76 68 81
Binary 1001100 1000100 1010001
Octal 114 104 121

Shades and tints

Shades of #4C4451

#4C4451
(76,68,81)
#463E4A
(70,62,74)
#403843
(64,56,67)
#3A323C
(58,50,60)
#342C35
(52,44,53)
#2E262E
(46,38,46)
#282027
(40,32,39)
#221A20
(34,26,32)
#1C1419
(28,20,25)
#160E12
(22,14,18)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C4451

#4C4451
(76,68,81)
#5C5560
(92,85,96)
#6C666F
(108,102,111)
#7C777E
(124,119,126)
#8C888D
(140,136,141)
#9C999C
(156,153,156)
#ACAAAB
(172,170,171)
#BCBBBA
(188,187,186)
#CCCCC9
(204,204,201)
#DCDDD8
(220,221,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4451; }

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

This text font color is #4C4451.

Background Color

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

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

This div background color is #4C4451.

Border color

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

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

This div border color is #4C4451.

Opacity

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

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

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

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

This text has shadow with #4C4451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4451.

Preview

Color preview on black background

This text has color #4C4451 on black background.


Color preview on white background

This text has color #4C4451 on white background.


Black color preview on #4C4451 background

This text has black color on #4C4451 background.


White color preview on #4C4451 background

This text has white color on #4C4451 background.


Related colors

Complementary color

Complementary color for #hex is #B3BBAE.


I love getcolorcode.com

Triadic colors

1 #514C44 and #44514C with #4C4451 are triadic colors.

2 #51444C and #444C51 with #4C4451 are triadic colors.