COLOR #4C1C63

HEX: #4C1C63
RGB: (76,28,99)

Color info

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

RGB color model

#4C1C63 color RGB value is (76,28,99).

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

RGB channels and saturation

R 76 of 255 = 30%
G 28 of 255 = 11%
B 99 of 255 = 39%

76
28
99

R + G + B ~ 27%. #4C1C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 28 + 99 = 203 (100%)
R 76 of 203 ~ 37.44%
G 28 of 203 ~ 13.79%
B 99 of 203 ~ 48.77%

%37.44
%13.79
%48.77

CMYK color model

#4C1C63 color CMYK value is (23,72,0,61).

  • cyan value is 23.23%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(23,72,0,61)
C23M72Y0K61 
(23%,72%,0%,61%)
(0.23/0.72/0.00/0.61)	

CMYK percentages

%23.23
%71.72
%0
%61.18

Codes

Color #4C1C63 in popluar color models

4C1C63
RGB762899
HSL281°55.91%24.90%
HSB/HSV281°71.72%38.82%
CMYK23.23%71.72%0.00%
61.18%

Color #4C1C63 in popluar number systems.

HEX4C1C63
Decimal762899
Binary1001100111001100011
Octal11434143

Shades and tints

Shades of #4C1C63

#4C1C63
(76,28,99)
#461A5A
(70,26,90)
#401851
(64,24,81)
#3A1648
(58,22,72)
#34143F
(52,20,63)
#2E1236
(46,18,54)
#28102D
(40,16,45)
#220E24
(34,14,36)
#1C0C1B
(28,12,27)
#160A12
(22,10,18)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #4C1C63

#4C1C63
(76,28,99)
#5C3071
(92,48,113)
#6C447F
(108,68,127)
#7C588D
(124,88,141)
#8C6C9B
(140,108,155)
#9C80A9
(156,128,169)
#AC94B7
(172,148,183)
#BCA8C5
(188,168,197)
#CCBCD3
(204,188,211)
#DCD0E1
(220,208,225)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1C63; }

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

This text font color is #4C1C63.


Background Color

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

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

This div background color is #4C1C63.


Border color

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

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

This div border color is #4C1C63.


Opacity

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

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

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

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

This text has shadow with #4C1C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1C63 on black background.


Color preview on white background

This text has color #4C1C63 on white background.



Black color preview on #4C1C63 background

This text has black color on #4C1C63 background.


White color preview on #4C1C63 background

This text has white color on #4C1C63 background.