COLOR #4C0A4D

HEX: #4C0A4D
RGB: (76,10,77)

Color info

#4C0A4D contains mainly red and blue colors. Web safe color of #4C0A4D is #330033 (or #303).

RGB color model

#4C0A4D color RGB value is (76,10,77).

  • red value is 76;
  • green value is 10;
  • blue value is 77.
RGB:
(76,10,77)
(30%,4%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 10 of 255 = 4%
B 77 of 255 = 30%

76
10
77

R + G + B ~ 21%. #4C0A4D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 10 + 77 = 163 (100%)
R 76 of 163 ~ 46.63%
G 10 of 163 ~ 6.13%
B 77 of 163 ~ 47.24%

%46.63
%47.24

CMYK color model

#4C0A4D color CMYK value is (1,87,0,70).

  • cyan value is 1.30%
  • magenta value is 87.01%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(1,87,0,70)
C1M87Y0K70 
(1%,87%,0%,70%)
(0.01/0.87/0.00/0.70)	

CMYK percentages

%1.3
%87.01
%0
%69.8

Codes

Color #4C0A4D in popluar color models

4C0A4D
RGB761077
HSL299°77.01%17.06%
HSB/HSV299°87.01%30.20%
CMYK1.30%87.01%0.00%
69.80%

Color #4C0A4D in popluar number systems.

HEX4C0A4D
Decimal761077
Binary100110010101001101
Octal11412115

Shades and tints

Shades of #4C0A4D

#4C0A4D
(76,10,77)
#460A46
(70,10,70)
#400A3F
(64,10,63)
#3A0A38
(58,10,56)
#340A31
(52,10,49)
#2E0A2A
(46,10,42)
#280A23
(40,10,35)
#220A1C
(34,10,28)
#1C0A15
(28,10,21)
#160A0E
(22,10,14)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #4C0A4D

#4C0A4D
(76,10,77)
#5C205D
(92,32,93)
#6C366D
(108,54,109)
#7C4C7D
(124,76,125)
#8C628D
(140,98,141)
#9C789D
(156,120,157)
#AC8EAD
(172,142,173)
#BCA4BD
(188,164,189)
#CCBACD
(204,186,205)
#DCD0DD
(220,208,221)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0A4D; }

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

This text font color is #4C0A4D.


Background Color

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

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

This div background color is #4C0A4D.


Border color

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

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

This div border color is #4C0A4D.


Opacity

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

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

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

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

This text has shadow with #4C0A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A4D on black background.


Color preview on white background

This text has color #4C0A4D on white background.



Black color preview on #4C0A4D background

This text has black color on #4C0A4D background.


White color preview on #4C0A4D background

This text has white color on #4C0A4D background.