COLOR #4C0A64

HEX: #4C0A64 RGB: (76,10,100)

Color info

#4C0A64 contains mainly red and blue colors. Web safe color of #4C0A64 is #330066 (or #306).

RGB color model

#4C0A64 color RGB value is (76,10,100).

RGB: (76,10,100) (30%, 4%, 39%)

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 100 of 255 = 39%

76
10
100

R + G + B ~ 24%. #4C0A64 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 10 + 100 = 186 (100%)
R 76 of 186 ~ 40.86%
G 10 of 186 ~ 5.38%
B 100 of 186 ~ 53.76'%

%40.86
%53.76

CMYK color model

#4C0A64 color CMYK value is (24,90,0,61).

  • cyan value is 24.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (24,90,0,61)
C24M90Y0K61 (24%, 90%, 0%, 61%)
(0.24 / 0.90 / 0.00 / 0.61)

CMYK percentages

%24
%90
%0
%60.78

Codes

Color #4C0A64 in popluar color models

4C 0A 64
RGB 76 10 100
HSL 284° 81.82% 21.57%
HSB/HSV 284° 90.00% 39.22%
CMYK 24.00% 90.00% 0.00%
60.78%

Color #4C0A64 in popluar number systems.

HEX 4C 0A 64
Decimal 76 10 100
Binary 1001100 1010 1100100
Octal 114 12 144

Shades and tints

Shades of #4C0A64

#4C0A64
(76,10,100)
#460A5B
(70,10,91)
#400A52
(64,10,82)
#3A0A49
(58,10,73)
#340A40
(52,10,64)
#2E0A37
(46,10,55)
#280A2E
(40,10,46)
#220A25
(34,10,37)
#1C0A1C
(28,10,28)
#160A13
(22,10,19)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C0A64

#4C0A64
(76,10,100)
#5C2072
(92,32,114)
#6C3680
(108,54,128)
#7C4C8E
(124,76,142)
#8C629C
(140,98,156)
#9C78AA
(156,120,170)
#AC8EB8
(172,142,184)
#BCA4C6
(188,164,198)
#CCBAD4
(204,186,212)
#DCD0E2
(220,208,226)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0A64 color. Also use rgb(76,10,100) instead hex code.

Text Font Color

.myTextColor { color: #4C0A64; }

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

This text font color is #4C0A64.

Background Color

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

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

This div background color is #4C0A64.

Border color

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

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

This div border color is #4C0A64.

Opacity

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

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

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

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

This text has shadow with #4C0A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0A64.

Preview

Color preview on black background

This text has color #4C0A64 on black background.


Color preview on white background

This text has color #4C0A64 on white background.


Black color preview on #4C0A64 background

This text has black color on #4C0A64 background.


White color preview on #4C0A64 background

This text has white color on #4C0A64 background.


Related colors

Complementary color

Complementary color for #hex is #B3F59B.


I love getcolorcode.com

Triadic colors

1 #644C0A and #0A644C with #4C0A64 are triadic colors.

2 #640A4C and #0A4C64 with #4C0A64 are triadic colors.