COLOR #4C1C5C

HEX: #4C1C5C
RGB: (76,28,92)

Color info

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

RGB color model

#4C1C5C color RGB value is (76,28,92).

  • red value is 76;
  • green value is 28;
  • blue value is 92.
RGB:
(76,28,92)
(30%,11%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 28 of 255 = 11%
B 92 of 255 = 36%

76
28
92

R + G + B ~ 26%. #4C1C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 28 + 92 = 196 (100%)
R 76 of 196 ~ 38.78%
G 28 of 196 ~ 14.29%
B 92 of 196 ~ 46.94%

%38.78
%14.29
%46.94

CMYK color model

#4C1C5C color CMYK value is (17,70,0,64).

  • cyan value is 17.39%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(17,70,0,64)
C17M70Y0K64 
(17%,70%,0%,64%)
(0.17/0.70/0.00/0.64)	

CMYK percentages

%17.39
%69.57
%0
%63.92

Codes

Color #4C1C5C in popluar color models

4C1C5C
RGB762892
HSL285°53.33%23.53%
HSB/HSV285°69.57%36.08%
CMYK17.39%69.57%0.00%
63.92%

Color #4C1C5C in popluar number systems.

HEX4C1C5C
Decimal762892
Binary1001100111001011100
Octal11434134

Shades and tints

Shades of #4C1C5C

#4C1C5C
(76,28,92)
#461A54
(70,26,84)
#40184C
(64,24,76)
#3A1644
(58,22,68)
#34143C
(52,20,60)
#2E1234
(46,18,52)
#28102C
(40,16,44)
#220E24
(34,14,36)
#1C0C1C
(28,12,28)
#160A14
(22,10,20)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #4C1C5C

#4C1C5C
(76,28,92)
#5C306A
(92,48,106)
#6C4478
(108,68,120)
#7C5886
(124,88,134)
#8C6C94
(140,108,148)
#9C80A2
(156,128,162)
#AC94B0
(172,148,176)
#BCA8BE
(188,168,190)
#CCBCCC
(204,188,204)
#DCD0DA
(220,208,218)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1C5C color. Also use rgb(76,28,92) instead hex code.

Text Font Color

.myTextColor { color: #4C1C5C; }

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

This text font color is #4C1C5C.


Background Color

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

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

This div background color is #4C1C5C.


Border color

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

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

This div border color is #4C1C5C.


Opacity

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

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

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

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

This text has shadow with #4C1C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1C5C on black background.


Color preview on white background

This text has color #4C1C5C on white background.



Black color preview on #4C1C5C background

This text has black color on #4C1C5C background.


White color preview on #4C1C5C background

This text has white color on #4C1C5C background.