COLOR #4C305C

HEX: #4C305C RGB: (76,48,92)

Color info

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

RGB color model

#4C305C color RGB value is (76,48,92).

RGB: (76,48,92) (30%, 19%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 92 of 255 = 36%

76
48
92

R + G + B ~ 28%. #4C305C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 92 = 216 (100%)
R 76 of 216 ~ 35.19%
G 48 of 216 ~ 22.22%
B 92 of 216 ~ 42.59'%

%35.19
%22.22
%42.59

CMYK color model

#4C305C color CMYK value is (17,48,0,64).

  • cyan value is 17.39%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (17,48,0,64)
C17M48Y0K64 (17%, 48%, 0%, 64%)
(0.17 / 0.48 / 0.00 / 0.64)

CMYK percentages

%17.39
%47.83
%0
%63.92

Codes

Color #4C305C in popluar color models

4C 30 5C
RGB 76 48 92
HSL 278° 31.43% 27.45%
HSB/HSV 278° 47.83% 36.08%
CMYK 17.39% 47.83% 0.00%
63.92%

Color #4C305C in popluar number systems.

HEX 4C 30 5C
Decimal 76 48 92
Binary 1001100 110000 1011100
Octal 114 60 134

Shades and tints

Shades of #4C305C

#4C305C
(76,48,92)
#462C54
(70,44,84)
#40284C
(64,40,76)
#3A2444
(58,36,68)
#34203C
(52,32,60)
#2E1C34
(46,28,52)
#28182C
(40,24,44)
#221424
(34,20,36)
#1C101C
(28,16,28)
#160C14
(22,12,20)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #4C305C

#4C305C
(76,48,92)
#5C426A
(92,66,106)
#6C5478
(108,84,120)
#7C6686
(124,102,134)
#8C7894
(140,120,148)
#9C8AA2
(156,138,162)
#AC9CB0
(172,156,176)
#BCAEBE
(188,174,190)
#CCC0CC
(204,192,204)
#DCD2DA
(220,210,218)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C305C color. Also use rgb(76,48,92) instead hex code.

Text Font Color

.myTextColor { color: #4C305C; }

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

This text font color is #4C305C.

Background Color

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

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

This div background color is #4C305C.

Border color

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

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

This div border color is #4C305C.

Opacity

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

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

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

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

This text has shadow with #4C305C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C305C.

Preview

Color preview on black background

This text has color #4C305C on black background.


Color preview on white background

This text has color #4C305C on white background.


Black color preview on #4C305C background

This text has black color on #4C305C background.


White color preview on #4C305C background

This text has white color on #4C305C background.


Related colors

Complementary color

Complementary color for #hex is #B3CFA3.


I love getcolorcode.com

Triadic colors

1 #5C4C30 and #305C4C with #4C305C are triadic colors.

2 #5C304C and #304C5C with #4C305C are triadic colors.