COLOR #4C2E64

HEX: #4C2E64
RGB: (76,46,100)

Color info

#4C2E64 contains red, green and blue colors in about the same proportion. Web safe color of #4C2E64 is #333366 (or #336).

RGB color model

#4C2E64 color RGB value is (76,46,100).

  • red value is 76;
  • green value is 46;
  • blue value is 100.
RGB:
(76,46,100)
(30%,18%,39%)

RGB channels and saturation

R 76 of 255 = 30%
G 46 of 255 = 18%
B 100 of 255 = 39%

76
46
100

R + G + B ~ 29%. #4C2E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 46 + 100 = 222 (100%)
R 76 of 222 ~ 34.23%
G 46 of 222 ~ 20.72%
B 100 of 222 ~ 45.05%

%34.23
%20.72
%45.05

CMYK color model

#4C2E64 color CMYK value is (24,54,0,61).

  • cyan value is 24.00%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(24,54,0,61)
C24M54Y0K61 
(24%,54%,0%,61%)
(0.24/0.54/0.00/0.61)	

CMYK percentages

%24
%54
%0
%60.78

Codes

Color #4C2E64 in popluar color models

4C2E64
RGB7646100
HSL273°36.99%28.63%
HSB/HSV273°54.00%39.22%
CMYK24.00%54.00%0.00%
60.78%

Color #4C2E64 in popluar number systems.

HEX4C2E64
Decimal7646100
Binary10011001011101100100
Octal11456144

Shades and tints

Shades of #4C2E64

#4C2E64
(76,46,100)
#462A5B
(70,42,91)
#402652
(64,38,82)
#3A2249
(58,34,73)
#341E40
(52,30,64)
#2E1A37
(46,26,55)
#28162E
(40,22,46)
#221225
(34,18,37)
#1C0E1C
(28,14,28)
#160A13
(22,10,19)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #4C2E64

#4C2E64
(76,46,100)
#5C4172
(92,65,114)
#6C5480
(108,84,128)
#7C678E
(124,103,142)
#8C7A9C
(140,122,156)
#9C8DAA
(156,141,170)
#ACA0B8
(172,160,184)
#BCB3C6
(188,179,198)
#CCC6D4
(204,198,212)
#DCD9E2
(220,217,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2E64; }

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

This text font color is #4C2E64.


Background Color

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

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

This div background color is #4C2E64.


Border color

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

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

This div border color is #4C2E64.


Opacity

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

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

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

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

This text has shadow with #4C2E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2E64 on black background.


Color preview on white background

This text has color #4C2E64 on white background.



Black color preview on #4C2E64 background

This text has black color on #4C2E64 background.


White color preview on #4C2E64 background

This text has white color on #4C2E64 background.