COLOR #4C0066

HEX: #4C0066
RGB: (76,0,102)

Color info

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

RGB color model

#4C0066 color RGB value is (76,0,102).

  • red value is 76;
  • green value is 0;
  • blue value is 102.
RGB:
(76,0,102)
(30%,0%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 0 of 255 = 0%
B 102 of 255 = 40%

76
0
102

R + G + B ~ 23%. #4C0066 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 0 + 102 = 178 (100%)
R 76 of 178 ~ 42.7%
G 0 of 178 ~ 0%
B 102 of 178 ~ 57.3%

%42.7
%57.3

CMYK color model

#4C0066 color CMYK value is (25,100,0,60).

  • cyan value is 25.49%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,100,0,60)
C25M100Y0K60 
(25%,100%,0%,60%)
(0.25/1.00/0.00/0.60)	

CMYK percentages

%25.49
%100
%0
%60

Codes

Color #4C0066 in popluar color models

4C0066
RGB760102
HSL285°100.00%20.00%
HSB/HSV285°100.00%40.00%
CMYK25.49%100.00%0.00%
60.00%

Color #4C0066 in popluar number systems.

HEX4C0066
Decimal760102
Binary100110001100110
Octal1140146

Shades and tints

Shades of #4C0066

#4C0066
(76,0,102)
#46005D
(70,0,93)
#400054
(64,0,84)
#3A004B
(58,0,75)
#340042
(52,0,66)
#2E0039
(46,0,57)
#280030
(40,0,48)
#220027
(34,0,39)
#1C001E
(28,0,30)
#160015
(22,0,21)
#10000C
(16,0,12)
#000000
(0,0,0)

Tints of #4C0066

#4C0066
(76,0,102)
#5C1773
(92,23,115)
#6C2E80
(108,46,128)
#7C458D
(124,69,141)
#8C5C9A
(140,92,154)
#9C73A7
(156,115,167)
#AC8AB4
(172,138,180)
#BCA1C1
(188,161,193)
#CCB8CE
(204,184,206)
#DCCFDB
(220,207,219)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0066 color. Also use rgb(76,0,102) instead hex code.

Text Font Color

.myTextColor { color: #4C0066; }

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

This text font color is #4C0066.


Background Color

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

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

This div background color is #4C0066.


Border color

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

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

This div border color is #4C0066.


Opacity

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

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

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

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

This text has shadow with #4C0066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0066 on black background.


Color preview on white background

This text has color #4C0066 on white background.



Black color preview on #4C0066 background

This text has black color on #4C0066 background.


White color preview on #4C0066 background

This text has white color on #4C0066 background.