COLOR #4C164C

HEX: #4C164C
RGB: (76,22,76)

Color info

#4C164C contains red, green and blue colors in about the same proportion. Web safe color of #4C164C is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

76
22
76

R + G + B ~ 23%. #4C164C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 76 = 174 (100%)
R 76 of 174 ~ 43.68%
G 22 of 174 ~ 12.64%
B 76 of 174 ~ 43.68%

%43.68
%12.64
%43.68

CMYK color model

#4C164C color CMYK value is (0,71,0,70).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(0,71,0,70)
C0M71Y0K70 
(0%,71%,0%,70%)
(0.00/0.71/0.00/0.70)	

CMYK percentages

%0
%71.05
%0
%70.2

Codes

Color #4C164C in popluar color models

4C164C
RGB762276
HSL300°55.10%19.22%
HSB/HSV300°71.05%29.80%
CMYK0.00%71.05%0.00%
70.20%

Color #4C164C in popluar number systems.

HEX4C164C
Decimal762276
Binary1001100101101001100
Octal11426114

Shades and tints

Shades of #4C164C

#4C164C
(76,22,76)
#461446
(70,20,70)
#401240
(64,18,64)
#3A103A
(58,16,58)
#340E34
(52,14,52)
#2E0C2E
(46,12,46)
#280A28
(40,10,40)
#220822
(34,8,34)
#1C061C
(28,6,28)
#160416
(22,4,22)
#100210
(16,2,16)
#000000
(0,0,0)

Tints of #4C164C

#4C164C
(76,22,76)
#5C2B5C
(92,43,92)
#6C406C
(108,64,108)
#7C557C
(124,85,124)
#8C6A8C
(140,106,140)
#9C7F9C
(156,127,156)
#AC94AC
(172,148,172)
#BCA9BC
(188,169,188)
#CCBECC
(204,190,204)
#DCD3DC
(220,211,220)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C164C; }

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

This text font color is #4C164C.


Background Color

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

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

This div background color is #4C164C.


Border color

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

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

This div border color is #4C164C.


Opacity

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

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

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

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

This text has shadow with #4C164C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C164C on black background.


Color preview on white background

This text has color #4C164C on white background.



Black color preview on #4C164C background

This text has black color on #4C164C background.


White color preview on #4C164C background

This text has white color on #4C164C background.