COLOR #4C306C

HEX: #4C306C RGB: (76,48,108)

Color info

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

RGB color model

#4C306C color RGB value is (76,48,108).

RGB: (76,48,108) (30%, 19%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 108 of 255 = 42%

76
48
108

R + G + B ~ 30%. #4C306C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 108 = 232 (100%)
R 76 of 232 ~ 32.76%
G 48 of 232 ~ 20.69%
B 108 of 232 ~ 46.55'%

%32.76
%20.69
%46.55

CMYK color model

#4C306C color CMYK value is (30,56,0,58).

  • cyan value is 29.63%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (30,56,0,58)
C30M56Y0K58 (30%, 56%, 0%, 58%)
(0.30 / 0.56 / 0.00 / 0.58)

CMYK percentages

%29.63
%55.56
%0
%57.65

Codes

Color #4C306C in popluar color models

4C 30 6C
RGB 76 48 108
HSL 268° 38.46% 30.59%
HSB/HSV 268° 55.56% 42.35%
CMYK 29.63% 55.56% 0.00%
57.65%

Color #4C306C in popluar number systems.

HEX 4C 30 6C
Decimal 76 48 108
Binary 1001100 110000 1101100
Octal 114 60 154

Shades and tints

Shades of #4C306C

#4C306C
(76,48,108)
#462C63
(70,44,99)
#40285A
(64,40,90)
#3A2451
(58,36,81)
#342048
(52,32,72)
#2E1C3F
(46,28,63)
#281836
(40,24,54)
#22142D
(34,20,45)
#1C1024
(28,16,36)
#160C1B
(22,12,27)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #4C306C

#4C306C
(76,48,108)
#5C4279
(92,66,121)
#6C5486
(108,84,134)
#7C6693
(124,102,147)
#8C78A0
(140,120,160)
#9C8AAD
(156,138,173)
#AC9CBA
(172,156,186)
#BCAEC7
(188,174,199)
#CCC0D4
(204,192,212)
#DCD2E1
(220,210,225)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C306C; }

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

This text font color is #4C306C.

Background Color

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

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

This div background color is #4C306C.

Border color

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

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

This div border color is #4C306C.

Opacity

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

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

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

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

This text has shadow with #4C306C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C306C.

Preview

Color preview on black background

This text has color #4C306C on black background.


Color preview on white background

This text has color #4C306C on white background.


Black color preview on #4C306C background

This text has black color on #4C306C background.


White color preview on #4C306C background

This text has white color on #4C306C background.


Related colors

Complementary color

Complementary color for #hex is #B3CF93.


I love getcolorcode.com

Triadic colors

1 #6C4C30 and #306C4C with #4C306C are triadic colors.

2 #6C304C and #304C6C with #4C306C are triadic colors.