COLOR #4C327D

HEX: #4C327D RGB: (76,50,125)

Color info

#4C327D contains mainly red and blue colors. Web safe color of #4C327D is #333366 (or #336).

RGB color model

#4C327D color RGB value is (76,50,125).

RGB: (76,50,125) (30%, 20%, 49%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 125 of 255 = 49%

76
50
125

R + G + B ~ 33%. #4C327D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 50 + 125 = 251 (100%)
R 76 of 251 ~ 30.28%
G 50 of 251 ~ 19.92%
B 125 of 251 ~ 49.8'%

%30.28
%19.92
%49.8

CMYK color model

#4C327D color CMYK value is (39,60,0,51).

  • cyan value is 39.20%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (39,60,0,51)
C39M60Y0K51 (39%, 60%, 0%, 51%)
(0.39 / 0.60 / 0.00 / 0.51)

CMYK percentages

%39.2
%60
%0
%50.98

Codes

Color #4C327D in popluar color models

4C 32 7D
RGB 76 50 125
HSL 261° 42.86% 34.31%
HSB/HSV 261° 60.00% 49.02%
CMYK 39.20% 60.00% 0.00%
50.98%

Color #4C327D in popluar number systems.

HEX 4C 32 7D
Decimal 76 50 125
Binary 1001100 110010 1111101
Octal 114 62 175

Shades and tints

Shades of #4C327D

#4C327D
(76,50,125)
#462E72
(70,46,114)
#402A67
(64,42,103)
#3A265C
(58,38,92)
#342251
(52,34,81)
#2E1E46
(46,30,70)
#281A3B
(40,26,59)
#221630
(34,22,48)
#1C1225
(28,18,37)
#160E1A
(22,14,26)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C327D

#4C327D
(76,50,125)
#5C4488
(92,68,136)
#6C5693
(108,86,147)
#7C689E
(124,104,158)
#8C7AA9
(140,122,169)
#9C8CB4
(156,140,180)
#AC9EBF
(172,158,191)
#BCB0CA
(188,176,202)
#CCC2D5
(204,194,213)
#DCD4E0
(220,212,224)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C327D color. Also use rgb(76,50,125) instead hex code.

Text Font Color

.myTextColor { color: #4C327D; }

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

This text font color is #4C327D.

Background Color

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

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

This div background color is #4C327D.

Border color

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

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

This div border color is #4C327D.

Opacity

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

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

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

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

This text has shadow with #4C327D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C327D.

Preview

Color preview on black background

This text has color #4C327D on black background.


Color preview on white background

This text has color #4C327D on white background.


Black color preview on #4C327D background

This text has black color on #4C327D background.


White color preview on #4C327D background

This text has white color on #4C327D background.


Related colors

Complementary color

Complementary color for #hex is #B3CD82.


I love getcolorcode.com

Triadic colors

1 #7D4C32 and #327D4C with #4C327D are triadic colors.

2 #7D324C and #324C7D with #4C327D are triadic colors.