COLOR #4C37A4

HEX: #4C37A4
RGB: (76,55,164)

Color info

#4C37A4 contains mainly blue color. Web safe color of #4C37A4 is #333399 (or #339).

RGB color model

#4C37A4 color RGB value is (76,55,164).

  • red value is 76;
  • green value is 55;
  • blue value is 164.
RGB:
(76,55,164)
(30%,22%,64%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 164 of 255 = 64%

76
55
164

R + G + B ~ 39%. #4C37A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 164 = 295 (100%)
R 76 of 295 ~ 25.76%
G 55 of 295 ~ 18.64%
B 164 of 295 ~ 55.59%

%25.76
%18.64
%55.59

CMYK color model

#4C37A4 color CMYK value is (54,66,0,36).

  • cyan value is 53.66%
  • magenta value is 66.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(54,66,0,36)
C54M66Y0K36 
(54%,66%,0%,36%)
(0.54/0.66/0.00/0.36)	

CMYK percentages

%53.66
%66.46
%0
%35.69

Codes

Color #4C37A4 in popluar color models

4C37A4
RGB7655164
HSL252°49.77%42.94%
HSB/HSV252°66.46%64.31%
CMYK53.66%66.46%0.00%
35.69%

Color #4C37A4 in popluar number systems.

HEX4C37A4
Decimal7655164
Binary100110011011110100100
Octal11467244

Shades and tints

Shades of #4C37A4

#4C37A4
(76,55,164)
#463296
(70,50,150)
#402D88
(64,45,136)
#3A287A
(58,40,122)
#34236C
(52,35,108)
#2E1E5E
(46,30,94)
#281950
(40,25,80)
#221442
(34,20,66)
#1C0F34
(28,15,52)
#160A26
(22,10,38)
#100518
(16,5,24)
#000000
(0,0,0)

Tints of #4C37A4

#4C37A4
(76,55,164)
#5C49AC
(92,73,172)
#6C5BB4
(108,91,180)
#7C6DBC
(124,109,188)
#8C7FC4
(140,127,196)
#9C91CC
(156,145,204)
#ACA3D4
(172,163,212)
#BCB5DC
(188,181,220)
#CCC7E4
(204,199,228)
#DCD9EC
(220,217,236)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C37A4 color. Also use rgb(76,55,164) instead hex code.

Text Font Color

.myTextColor { color: #4C37A4; }

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

This text font color is #4C37A4.


Background Color

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

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

This div background color is #4C37A4.


Border color

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

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

This div border color is #4C37A4.


Opacity

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

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

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

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

This text has shadow with #4C37A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C37A4 on black background.


Color preview on white background

This text has color #4C37A4 on white background.



Black color preview on #4C37A4 background

This text has black color on #4C37A4 background.


White color preview on #4C37A4 background

This text has white color on #4C37A4 background.