COLOR #4C0640

HEX: #4C0640
RGB: (76,6,64)

Color info

#4C0640 contains mainly red and blue colors. Web safe color of #4C0640 is #330033 (or #303).

RGB color model

#4C0640 color RGB value is (76,6,64).

  • red value is 76;
  • green value is 6;
  • blue value is 64.
RGB:
(76,6,64)
(30%,2%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 64 of 255 = 25%

76
6
64

R + G + B ~ 19%. #4C0640 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 6 + 64 = 146 (100%)
R 76 of 146 ~ 52.05%
G 6 of 146 ~ 4.11%
B 64 of 146 ~ 43.84%

%52.05
%43.84

CMYK color model

#4C0640 color CMYK value is (0,92,16,70).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 15.79%
  • key color value is 70.20%
CMYK:
(0,92,16,70)
C0M92Y16K70 
(0%,92%,16%,70%)
(0.00/0.92/0.16/0.70)	

CMYK percentages

%0
%92.11
%15.79
%70.2

Codes

Color #4C0640 in popluar color models

4C0640
RGB76664
HSL310°85.37%16.08%
HSB/HSV310°92.11%29.80%
CMYK0.00%92.11%15.79%
70.20%

Color #4C0640 in popluar number systems.

HEX4C0640
Decimal76664
Binary10011001101000000
Octal1146100

Shades and tints

Shades of #4C0640

#4C0640
(76,6,64)
#46063B
(70,6,59)
#400636
(64,6,54)
#3A0631
(58,6,49)
#34062C
(52,6,44)
#2E0627
(46,6,39)
#280622
(40,6,34)
#22061D
(34,6,29)
#1C0618
(28,6,24)
#160613
(22,6,19)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #4C0640

#4C0640
(76,6,64)
#5C1C51
(92,28,81)
#6C3262
(108,50,98)
#7C4873
(124,72,115)
#8C5E84
(140,94,132)
#9C7495
(156,116,149)
#AC8AA6
(172,138,166)
#BCA0B7
(188,160,183)
#CCB6C8
(204,182,200)
#DCCCD9
(220,204,217)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0640; }

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

This text font color is #4C0640.


Background Color

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

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

This div background color is #4C0640.


Border color

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

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

This div border color is #4C0640.


Opacity

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

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

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

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

This text has shadow with #4C0640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0640 on black background.


Color preview on white background

This text has color #4C0640 on white background.



Black color preview on #4C0640 background

This text has black color on #4C0640 background.


White color preview on #4C0640 background

This text has white color on #4C0640 background.