COLOR #4C3878

HEX: #4C3878
RGB: (76,56,120)

Color info

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

RGB color model

#4C3878 color RGB value is (76,56,120).

  • red value is 76;
  • green value is 56;
  • blue value is 120.
RGB:
(76,56,120)
(30%,22%,47%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 120 of 255 = 47%

76
56
120

R + G + B ~ 33%. #4C3878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 120 = 252 (100%)
R 76 of 252 ~ 30.16%
G 56 of 252 ~ 22.22%
B 120 of 252 ~ 47.62%

%30.16
%22.22
%47.62

CMYK color model

#4C3878 color CMYK value is (37,53,0,53).

  • cyan value is 36.67%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(37,53,0,53)
C37M53Y0K53 
(37%,53%,0%,53%)
(0.37/0.53/0.00/0.53)	

CMYK percentages

%36.67
%53.33
%0
%52.94

Codes

Color #4C3878 in popluar color models

4C3878
RGB7656120
HSL259°36.36%34.51%
HSB/HSV259°53.33%47.06%
CMYK36.67%53.33%0.00%
52.94%

Color #4C3878 in popluar number systems.

HEX4C3878
Decimal7656120
Binary10011001110001111000
Octal11470170

Shades and tints

Shades of #4C3878

#4C3878
(76,56,120)
#46336E
(70,51,110)
#402E64
(64,46,100)
#3A295A
(58,41,90)
#342450
(52,36,80)
#2E1F46
(46,31,70)
#281A3C
(40,26,60)
#221532
(34,21,50)
#1C1028
(28,16,40)
#160B1E
(22,11,30)
#100614
(16,6,20)
#000000
(0,0,0)

Tints of #4C3878

#4C3878
(76,56,120)
#5C4A84
(92,74,132)
#6C5C90
(108,92,144)
#7C6E9C
(124,110,156)
#8C80A8
(140,128,168)
#9C92B4
(156,146,180)
#ACA4C0
(172,164,192)
#BCB6CC
(188,182,204)
#CCC8D8
(204,200,216)
#DCDAE4
(220,218,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3878 color. Also use rgb(76,56,120) instead hex code.

Text Font Color

.myTextColor { color: #4C3878; }

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

This text font color is #4C3878.


Background Color

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

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

This div background color is #4C3878.


Border color

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

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

This div border color is #4C3878.


Opacity

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

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

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

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

This text has shadow with #4C3878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3878 on black background.


Color preview on white background

This text has color #4C3878 on white background.



Black color preview on #4C3878 background

This text has black color on #4C3878 background.


White color preview on #4C3878 background

This text has white color on #4C3878 background.