COLOR #4C445D

HEX: #4C445D RGB: (76,68,93)

Color info

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

RGB color model

#4C445D color RGB value is (76,68,93).

RGB: (76,68,93) (30%, 27%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 93 of 255 = 36%

76
68
93

R + G + B ~ 31%. #4C445D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 93 = 237 (100%)
R 76 of 237 ~ 32.07%
G 68 of 237 ~ 28.69%
B 93 of 237 ~ 39.24'%

%32.07
%28.69
%39.24

CMYK color model

#4C445D color CMYK value is (18,27,0,64).

  • cyan value is 18.28%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (18,27,0,64)
C18M27Y0K64 (18%, 27%, 0%, 64%)
(0.18 / 0.27 / 0.00 / 0.64)

CMYK percentages

%18.28
%26.88
%0
%63.53

Codes

Color #4C445D in popluar color models

4C 44 5D
RGB 76 68 93
HSL 259° 15.53% 31.57%
HSB/HSV 259° 26.88% 36.47%
CMYK 18.28% 26.88% 0.00%
63.53%

Color #4C445D in popluar number systems.

HEX 4C 44 5D
Decimal 76 68 93
Binary 1001100 1000100 1011101
Octal 114 104 135

Shades and tints

Shades of #4C445D

#4C445D
(76,68,93)
#463E55
(70,62,85)
#40384D
(64,56,77)
#3A3245
(58,50,69)
#342C3D
(52,44,61)
#2E2635
(46,38,53)
#28202D
(40,32,45)
#221A25
(34,26,37)
#1C141D
(28,20,29)
#160E15
(22,14,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C445D

#4C445D
(76,68,93)
#5C556B
(92,85,107)
#6C6679
(108,102,121)
#7C7787
(124,119,135)
#8C8895
(140,136,149)
#9C99A3
(156,153,163)
#ACAAB1
(172,170,177)
#BCBBBF
(188,187,191)
#CCCCCD
(204,204,205)
#DCDDDB
(220,221,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C445D; }

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

This text font color is #4C445D.

Background Color

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

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

This div background color is #4C445D.

Border color

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

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

This div border color is #4C445D.

Opacity

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

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

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

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

This text has shadow with #4C445D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C445D.

Preview

Color preview on black background

This text has color #4C445D on black background.


Color preview on white background

This text has color #4C445D on white background.


Black color preview on #4C445D background

This text has black color on #4C445D background.


White color preview on #4C445D background

This text has white color on #4C445D background.


Related colors

Complementary color

Complementary color for #hex is #B3BBA2.


I love getcolorcode.com

Triadic colors

1 #5D4C44 and #445D4C with #4C445D are triadic colors.

2 #5D444C and #444C5D with #4C445D are triadic colors.