COLOR #4C3673

HEX: #4C3673
RGB: (76,54,115)

Color info

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

RGB color model

#4C3673 color RGB value is (76,54,115).

  • red value is 76;
  • green value is 54;
  • blue value is 115.
RGB:
(76,54,115)
(30%,21%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 115 of 255 = 45%

76
54
115

R + G + B ~ 32%. #4C3673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 115 = 245 (100%)
R 76 of 245 ~ 31.02%
G 54 of 245 ~ 22.04%
B 115 of 245 ~ 46.94%

%31.02
%22.04
%46.94

CMYK color model

#4C3673 color CMYK value is (34,53,0,55).

  • cyan value is 33.91%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(34,53,0,55)
C34M53Y0K55 
(34%,53%,0%,55%)
(0.34/0.53/0.00/0.55)	

CMYK percentages

%33.91
%53.04
%0
%54.9

Codes

Color #4C3673 in popluar color models

4C3673
RGB7654115
HSL262°36.09%33.14%
HSB/HSV262°53.04%45.10%
CMYK33.91%53.04%0.00%
54.90%

Color #4C3673 in popluar number systems.

HEX4C3673
Decimal7654115
Binary10011001101101110011
Octal11466163

Shades and tints

Shades of #4C3673

#4C3673
(76,54,115)
#463269
(70,50,105)
#402E5F
(64,46,95)
#3A2A55
(58,42,85)
#34264B
(52,38,75)
#2E2241
(46,34,65)
#281E37
(40,30,55)
#221A2D
(34,26,45)
#1C1623
(28,22,35)
#161219
(22,18,25)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C3673

#4C3673
(76,54,115)
#5C487F
(92,72,127)
#6C5A8B
(108,90,139)
#7C6C97
(124,108,151)
#8C7EA3
(140,126,163)
#9C90AF
(156,144,175)
#ACA2BB
(172,162,187)
#BCB4C7
(188,180,199)
#CCC6D3
(204,198,211)
#DCD8DF
(220,216,223)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3673 color. Also use rgb(76,54,115) instead hex code.

Text Font Color

.myTextColor { color: #4C3673; }

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

This text font color is #4C3673.


Background Color

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

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

This div background color is #4C3673.


Border color

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

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

This div border color is #4C3673.


Opacity

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

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

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

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

This text has shadow with #4C3673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3673 on black background.


Color preview on white background

This text has color #4C3673 on white background.



Black color preview on #4C3673 background

This text has black color on #4C3673 background.


White color preview on #4C3673 background

This text has white color on #4C3673 background.