COLOR #4C2163

HEX: #4C2163
RGB: (76,33,99)

Color info

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

RGB color model

#4C2163 color RGB value is (76,33,99).

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

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 99 of 255 = 39%

76
33
99

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

Portions of RGB colors in percentages

R + G + B =
76 + 33 + 99 = 208 (100%)
R 76 of 208 ~ 36.54%
G 33 of 208 ~ 15.87%
B 99 of 208 ~ 47.6%

%36.54
%15.87
%47.6

CMYK color model

#4C2163 color CMYK value is (23,67,0,61).

  • cyan value is 23.23%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(23,67,0,61)
C23M67Y0K61 
(23%,67%,0%,61%)
(0.23/0.67/0.00/0.61)	

CMYK percentages

%23.23
%66.67
%0
%61.18

Codes

Color #4C2163 in popluar color models

4C2163
RGB763399
HSL279°50.00%25.88%
HSB/HSV279°66.67%38.82%
CMYK23.23%66.67%0.00%
61.18%

Color #4C2163 in popluar number systems.

HEX4C2163
Decimal763399
Binary10011001000011100011
Octal11441143

Shades and tints

Shades of #4C2163

#4C2163
(76,33,99)
#461E5A
(70,30,90)
#401B51
(64,27,81)
#3A1848
(58,24,72)
#34153F
(52,21,63)
#2E1236
(46,18,54)
#280F2D
(40,15,45)
#220C24
(34,12,36)
#1C091B
(28,9,27)
#160612
(22,6,18)
#100309
(16,3,9)
#000000
(0,0,0)

Tints of #4C2163

#4C2163
(76,33,99)
#5C3571
(92,53,113)
#6C497F
(108,73,127)
#7C5D8D
(124,93,141)
#8C719B
(140,113,155)
#9C85A9
(156,133,169)
#AC99B7
(172,153,183)
#BCADC5
(188,173,197)
#CCC1D3
(204,193,211)
#DCD5E1
(220,213,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2163; }

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

This text font color is #4C2163.


Background Color

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

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

This div background color is #4C2163.


Border color

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

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

This div border color is #4C2163.


Opacity

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

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

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

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

This text has shadow with #4C2163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2163 on black background.


Color preview on white background

This text has color #4C2163 on white background.



Black color preview on #4C2163 background

This text has black color on #4C2163 background.


White color preview on #4C2163 background

This text has white color on #4C2163 background.