COLOR #4C165C

HEX: #4C165C
RGB: (76,22,92)

Color info

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

RGB color model

#4C165C color RGB value is (76,22,92).

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

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 92 of 255 = 36%

76
22
92

R + G + B ~ 25%. #4C165C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 92 = 190 (100%)
R 76 of 190 ~ 40%
G 22 of 190 ~ 11.58%
B 92 of 190 ~ 48.42%

%40
%11.58
%48.42

CMYK color model

#4C165C color CMYK value is (17,76,0,64).

  • cyan value is 17.39%
  • magenta value is 76.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(17,76,0,64)
C17M76Y0K64 
(17%,76%,0%,64%)
(0.17/0.76/0.00/0.64)	

CMYK percentages

%17.39
%76.09
%0
%63.92

Codes

Color #4C165C in popluar color models

4C165C
RGB762292
HSL286°61.40%22.35%
HSB/HSV286°76.09%36.08%
CMYK17.39%76.09%0.00%
63.92%

Color #4C165C in popluar number systems.

HEX4C165C
Decimal762292
Binary1001100101101011100
Octal11426134

Shades and tints

Shades of #4C165C

#4C165C
(76,22,92)
#461454
(70,20,84)
#40124C
(64,18,76)
#3A1044
(58,16,68)
#340E3C
(52,14,60)
#2E0C34
(46,12,52)
#280A2C
(40,10,44)
#220824
(34,8,36)
#1C061C
(28,6,28)
#160414
(22,4,20)
#10020C
(16,2,12)
#000000
(0,0,0)

Tints of #4C165C

#4C165C
(76,22,92)
#5C2B6A
(92,43,106)
#6C4078
(108,64,120)
#7C5586
(124,85,134)
#8C6A94
(140,106,148)
#9C7FA2
(156,127,162)
#AC94B0
(172,148,176)
#BCA9BE
(188,169,190)
#CCBECC
(204,190,204)
#DCD3DA
(220,211,218)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C165C; }

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

This text font color is #4C165C.


Background Color

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

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

This div background color is #4C165C.


Border color

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

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

This div border color is #4C165C.


Opacity

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

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

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

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

This text has shadow with #4C165C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C165C on black background.


Color preview on white background

This text has color #4C165C on white background.



Black color preview on #4C165C background

This text has black color on #4C165C background.


White color preview on #4C165C background

This text has white color on #4C165C background.