COLOR #4C0F4E

HEX: #4C0F4E
RGB: (76,15,78)

Color info

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

RGB color model

#4C0F4E color RGB value is (76,15,78).

  • red value is 76;
  • green value is 15;
  • blue value is 78.
RGB:
(76,15,78)
(30%,6%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 78 of 255 = 31%

76
15
78

R + G + B ~ 22%. #4C0F4E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 78 = 169 (100%)
R 76 of 169 ~ 44.97%
G 15 of 169 ~ 8.88%
B 78 of 169 ~ 46.15%

%44.97
%46.15

CMYK color model

#4C0F4E color CMYK value is (3,81,0,69).

  • cyan value is 2.56%
  • magenta value is 80.77%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(3,81,0,69)
C3M81Y0K69 
(3%,81%,0%,69%)
(0.03/0.81/0.00/0.69)	

CMYK percentages

%2.56
%80.77
%0
%69.41

Codes

Color #4C0F4E in popluar color models

4C0F4E
RGB761578
HSL298°67.74%18.24%
HSB/HSV298°80.77%30.59%
CMYK2.56%80.77%0.00%
69.41%

Color #4C0F4E in popluar number systems.

HEX4C0F4E
Decimal761578
Binary100110011111001110
Octal11417116

Shades and tints

Shades of #4C0F4E

#4C0F4E
(76,15,78)
#460E47
(70,14,71)
#400D40
(64,13,64)
#3A0C39
(58,12,57)
#340B32
(52,11,50)
#2E0A2B
(46,10,43)
#280924
(40,9,36)
#22081D
(34,8,29)
#1C0716
(28,7,22)
#16060F
(22,6,15)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #4C0F4E

#4C0F4E
(76,15,78)
#5C245E
(92,36,94)
#6C396E
(108,57,110)
#7C4E7E
(124,78,126)
#8C638E
(140,99,142)
#9C789E
(156,120,158)
#AC8DAE
(172,141,174)
#BCA2BE
(188,162,190)
#CCB7CE
(204,183,206)
#DCCCDE
(220,204,222)
#ECE1EE
(236,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0F4E color. Also use rgb(76,15,78) instead hex code.

Text Font Color

.myTextColor { color: #4C0F4E; }

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

This text font color is #4C0F4E.


Background Color

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

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

This div background color is #4C0F4E.


Border color

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

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

This div border color is #4C0F4E.


Opacity

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

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

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

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

This text has shadow with #4C0F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F4E on black background.


Color preview on white background

This text has color #4C0F4E on white background.



Black color preview on #4C0F4E background

This text has black color on #4C0F4E background.


White color preview on #4C0F4E background

This text has white color on #4C0F4E background.