COLOR #4C3C6E

HEX: #4C3C6E
RGB: (76,60,110)

Color info

#4C3C6E contains red, green and blue colors in about the same proportion. Web safe color of #4C3C6E is #333366 (or #336).

RGB color model

#4C3C6E color RGB value is (76,60,110).

  • red value is 76;
  • green value is 60;
  • blue value is 110.
RGB:
(76,60,110)
(30%,24%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 60 of 255 = 24%
B 110 of 255 = 43%

76
60
110

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

Portions of RGB colors in percentages

R + G + B =
76 + 60 + 110 = 246 (100%)
R 76 of 246 ~ 30.89%
G 60 of 246 ~ 24.39%
B 110 of 246 ~ 44.72%

%30.89
%24.39
%44.72

CMYK color model

#4C3C6E color CMYK value is (31,45,0,57).

  • cyan value is 30.91%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(31,45,0,57)
C31M45Y0K57 
(31%,45%,0%,57%)
(0.31/0.45/0.00/0.57)	

CMYK percentages

%30.91
%45.45
%0
%56.86

Codes

Color #4C3C6E in popluar color models

4C3C6E
RGB7660110
HSL259°29.41%33.33%
HSB/HSV259°45.45%43.14%
CMYK30.91%45.45%0.00%
56.86%

Color #4C3C6E in popluar number systems.

HEX4C3C6E
Decimal7660110
Binary10011001111001101110
Octal11474156

Shades and tints

Shades of #4C3C6E

#4C3C6E
(76,60,110)
#463764
(70,55,100)
#40325A
(64,50,90)
#3A2D50
(58,45,80)
#342846
(52,40,70)
#2E233C
(46,35,60)
#281E32
(40,30,50)
#221928
(34,25,40)
#1C141E
(28,20,30)
#160F14
(22,15,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C3C6E

#4C3C6E
(76,60,110)
#5C4D7B
(92,77,123)
#6C5E88
(108,94,136)
#7C6F95
(124,111,149)
#8C80A2
(140,128,162)
#9C91AF
(156,145,175)
#ACA2BC
(172,162,188)
#BCB3C9
(188,179,201)
#CCC4D6
(204,196,214)
#DCD5E3
(220,213,227)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3C6E color. Also use rgb(76,60,110) instead hex code.

Text Font Color

.myTextColor { color: #4C3C6E; }

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

This text font color is #4C3C6E.


Background Color

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

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

This div background color is #4C3C6E.


Border color

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

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

This div border color is #4C3C6E.


Opacity

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

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

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

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

This text has shadow with #4C3C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3C6E on black background.


Color preview on white background

This text has color #4C3C6E on white background.



Black color preview on #4C3C6E background

This text has black color on #4C3C6E background.


White color preview on #4C3C6E background

This text has white color on #4C3C6E background.