COLOR #4C445E

HEX: #4C445E RGB: (76,68,94)

Color info

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

RGB color model

#4C445E color RGB value is (76,68,94).

RGB: (76,68,94) (30%, 27%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 94 of 255 = 37%

76
68
94

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

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 94 = 238 (100%)
R 76 of 238 ~ 31.93%
G 68 of 238 ~ 28.57%
B 94 of 238 ~ 39.5'%

%31.93
%28.57
%39.5

CMYK color model

#4C445E color CMYK value is (19,28,0,63).

  • cyan value is 19.15%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (19,28,0,63)
C19M28Y0K63 (19%, 28%, 0%, 63%)
(0.19 / 0.28 / 0.00 / 0.63)

CMYK percentages

%19.15
%27.66
%0
%63.14

Codes

Color #4C445E in popluar color models

4C 44 5E
RGB 76 68 94
HSL 258° 16.05% 31.76%
HSB/HSV 258° 27.66% 36.86%
CMYK 19.15% 27.66% 0.00%
63.14%

Color #4C445E in popluar number systems.

HEX 4C 44 5E
Decimal 76 68 94
Binary 1001100 1000100 1011110
Octal 114 104 136

Shades and tints

Shades of #4C445E

#4C445E
(76,68,94)
#463E56
(70,62,86)
#40384E
(64,56,78)
#3A3246
(58,50,70)
#342C3E
(52,44,62)
#2E2636
(46,38,54)
#28202E
(40,32,46)
#221A26
(34,26,38)
#1C141E
(28,20,30)
#160E16
(22,14,22)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #4C445E

#4C445E
(76,68,94)
#5C556C
(92,85,108)
#6C667A
(108,102,122)
#7C7788
(124,119,136)
#8C8896
(140,136,150)
#9C99A4
(156,153,164)
#ACAAB2
(172,170,178)
#BCBBC0
(188,187,192)
#CCCCCE
(204,204,206)
#DCDDDC
(220,221,220)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C445E; }

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

This text font color is #4C445E.

Background Color

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

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

This div background color is #4C445E.

Border color

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

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

This div border color is #4C445E.

Opacity

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

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

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

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

This text has shadow with #4C445E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C445E.

Preview

Color preview on black background

This text has color #4C445E on black background.


Color preview on white background

This text has color #4C445E on white background.


Black color preview on #4C445E background

This text has black color on #4C445E background.


White color preview on #4C445E background

This text has white color on #4C445E background.


Related colors

Complementary color

Complementary color for #hex is #B3BBA1.


I love getcolorcode.com

Triadic colors

1 #5E4C44 and #445E4C with #4C445E are triadic colors.

2 #5E444C and #444C5E with #4C445E are triadic colors.