COLOR #4C2080

HEX: #4C2080
RGB: (76,32,128)

Color info

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

RGB color model

#4C2080 color RGB value is (76,32,128).

  • red value is 76;
  • green value is 32;
  • blue value is 128.
RGB:
(76,32,128)
(30%,13%,50%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 128 of 255 = 50%

76
32
128

R + G + B ~ 31%. #4C2080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 32 + 128 = 236 (100%)
R 76 of 236 ~ 32.2%
G 32 of 236 ~ 13.56%
B 128 of 236 ~ 54.24%

%32.2
%13.56
%54.24

CMYK color model

#4C2080 color CMYK value is (41,75,0,50).

  • cyan value is 40.63%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(41,75,0,50)
C41M75Y0K50 
(41%,75%,0%,50%)
(0.41/0.75/0.00/0.50)	

CMYK percentages

%40.63
%75
%0
%49.8

Codes

Color #4C2080 in popluar color models

4C2080
RGB7632128
HSL268°60.00%31.37%
HSB/HSV268°75.00%50.20%
CMYK40.63%75.00%0.00%
49.80%

Color #4C2080 in popluar number systems.

HEX4C2080
Decimal7632128
Binary100110010000010000000
Octal11440200

Shades and tints

Shades of #4C2080

#4C2080
(76,32,128)
#461E75
(70,30,117)
#401C6A
(64,28,106)
#3A1A5F
(58,26,95)
#341854
(52,24,84)
#2E1649
(46,22,73)
#28143E
(40,20,62)
#221233
(34,18,51)
#1C1028
(28,16,40)
#160E1D
(22,14,29)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #4C2080

#4C2080
(76,32,128)
#5C348B
(92,52,139)
#6C4896
(108,72,150)
#7C5CA1
(124,92,161)
#8C70AC
(140,112,172)
#9C84B7
(156,132,183)
#AC98C2
(172,152,194)
#BCACCD
(188,172,205)
#CCC0D8
(204,192,216)
#DCD4E3
(220,212,227)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2080 color. Also use rgb(76,32,128) instead hex code.

Text Font Color

.myTextColor { color: #4C2080; }

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

This text font color is #4C2080.


Background Color

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

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

This div background color is #4C2080.


Border color

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

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

This div border color is #4C2080.


Opacity

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

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

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

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

This text has shadow with #4C2080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2080 on black background.


Color preview on white background

This text has color #4C2080 on white background.



Black color preview on #4C2080 background

This text has black color on #4C2080 background.


White color preview on #4C2080 background

This text has white color on #4C2080 background.