COLOR #4C115B

HEX: #4C115B
RGB: (76,17,91)

Color info

#4C115B contains mainly red and blue colors. Web safe color of #4C115B is #330066 (or #306).

RGB color model

#4C115B color RGB value is (76,17,91).

  • red value is 76;
  • green value is 17;
  • blue value is 91.
RGB:
(76,17,91)
(30%,7%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 17 of 255 = 7%
B 91 of 255 = 36%

76
17
91

R + G + B ~ 24%. #4C115B is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 91 = 184 (100%)
R 76 of 184 ~ 41.3%
G 17 of 184 ~ 9.24%
B 91 of 184 ~ 49.46%

%41.3
%49.46

CMYK color model

#4C115B color CMYK value is (16,81,0,64).

  • cyan value is 16.48%
  • magenta value is 81.32%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,81,0,64)
C16M81Y0K64 
(16%,81%,0%,64%)
(0.16/0.81/0.00/0.64)	

CMYK percentages

%16.48
%81.32
%0
%64.31

Codes

Color #4C115B in popluar color models

4C115B
RGB761791
HSL288°68.52%21.18%
HSB/HSV288°81.32%35.69%
CMYK16.48%81.32%0.00%
64.31%

Color #4C115B in popluar number systems.

HEX4C115B
Decimal761791
Binary1001100100011011011
Octal11421133

Shades and tints

Shades of #4C115B

#4C115B
(76,17,91)
#461053
(70,16,83)
#400F4B
(64,15,75)
#3A0E43
(58,14,67)
#340D3B
(52,13,59)
#2E0C33
(46,12,51)
#280B2B
(40,11,43)
#220A23
(34,10,35)
#1C091B
(28,9,27)
#160813
(22,8,19)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C115B

#4C115B
(76,17,91)
#5C2669
(92,38,105)
#6C3B77
(108,59,119)
#7C5085
(124,80,133)
#8C6593
(140,101,147)
#9C7AA1
(156,122,161)
#AC8FAF
(172,143,175)
#BCA4BD
(188,164,189)
#CCB9CB
(204,185,203)
#DCCED9
(220,206,217)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C115B color. Also use rgb(76,17,91) instead hex code.

Text Font Color

.myTextColor { color: #4C115B; }

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

This text font color is #4C115B.


Background Color

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

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

This div background color is #4C115B.


Border color

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

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

This div border color is #4C115B.


Opacity

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

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

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

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

This text has shadow with #4C115B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C115B on black background.


Color preview on white background

This text has color #4C115B on white background.



Black color preview on #4C115B background

This text has black color on #4C115B background.


White color preview on #4C115B background

This text has white color on #4C115B background.