COLOR #4C3972

HEX: #4C3972 RGB: (76,57,114)

Color info

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

RGB color model

#4C3972 color RGB value is (76,57,114).

RGB: (76,57,114) (30%, 22%, 45%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 114 of 255 = 45%

76
57
114

R + G + B ~ 32%. #4C3972 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 57 + 114 = 247 (100%)
R 76 of 247 ~ 30.77%
G 57 of 247 ~ 23.08%
B 114 of 247 ~ 46.15'%

%30.77
%23.08
%46.15

CMYK color model

#4C3972 color CMYK value is (33,50,0,55).

  • cyan value is 33.33%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (33,50,0,55)
C33M50Y0K55 (33%, 50%, 0%, 55%)
(0.33 / 0.50 / 0.00 / 0.55)

CMYK percentages

%33.33
%50
%0
%55.29

Codes

Color #4C3972 in popluar color models

4C 39 72
RGB 76 57 114
HSL 260° 33.33% 33.53%
HSB/HSV 260° 50.00% 44.71%
CMYK 33.33% 50.00% 0.00%
55.29%

Color #4C3972 in popluar number systems.

HEX 4C 39 72
Decimal 76 57 114
Binary 1001100 111001 1110010
Octal 114 71 162

Shades and tints

Shades of #4C3972

#4C3972
(76,57,114)
#463468
(70,52,104)
#402F5E
(64,47,94)
#3A2A54
(58,42,84)
#34254A
(52,37,74)
#2E2040
(46,32,64)
#281B36
(40,27,54)
#22162C
(34,22,44)
#1C1122
(28,17,34)
#160C18
(22,12,24)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C3972

#4C3972
(76,57,114)
#5C4B7E
(92,75,126)
#6C5D8A
(108,93,138)
#7C6F96
(124,111,150)
#8C81A2
(140,129,162)
#9C93AE
(156,147,174)
#ACA5BA
(172,165,186)
#BCB7C6
(188,183,198)
#CCC9D2
(204,201,210)
#DCDBDE
(220,219,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3972 color. Also use rgb(76,57,114) instead hex code.

Text Font Color

.myTextColor { color: #4C3972; }

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

This text font color is #4C3972.

Background Color

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

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

This div background color is #4C3972.

Border color

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

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

This div border color is #4C3972.

Opacity

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

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

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

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

This text has shadow with #4C3972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3972.

Preview

Color preview on black background

This text has color #4C3972 on black background.


Color preview on white background

This text has color #4C3972 on white background.


Black color preview on #4C3972 background

This text has black color on #4C3972 background.


White color preview on #4C3972 background

This text has white color on #4C3972 background.


Related colors

Complementary color

Complementary color for #hex is #B3C68D.


I love getcolorcode.com

Triadic colors

1 #724C39 and #39724C with #4C3972 are triadic colors.

2 #72394C and #394C72 with #4C3972 are triadic colors.