COLOR #4C1A4A

HEX: #4C1A4A
RGB: (76,26,74)

Color info

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

RGB color model

#4C1A4A color RGB value is (76,26,74).

  • red value is 76;
  • green value is 26;
  • blue value is 74.
RGB:
(76,26,74)
(30%,10%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 26 of 255 = 10%
B 74 of 255 = 29%

76
26
74

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

Portions of RGB colors in percentages

R + G + B =
76 + 26 + 74 = 176 (100%)
R 76 of 176 ~ 43.18%
G 26 of 176 ~ 14.77%
B 74 of 176 ~ 42.05%

%43.18
%14.77
%42.05

CMYK color model

#4C1A4A color CMYK value is (0,66,3,70).

  • cyan value is 0.00%
  • magenta value is 65.79%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,66,3,70)
C0M66Y3K70 
(0%,66%,3%,70%)
(0.00/0.66/0.03/0.70)	

CMYK percentages

%0
%65.79
%2.63
%70.2

Codes

Color #4C1A4A in popluar color models

4C1A4A
RGB762674
HSL302°49.02%20.00%
HSB/HSV302°65.79%29.80%
CMYK0.00%65.79%2.63%
70.20%

Color #4C1A4A in popluar number systems.

HEX4C1A4A
Decimal762674
Binary1001100110101001010
Octal11432112

Shades and tints

Shades of #4C1A4A

#4C1A4A
(76,26,74)
#461844
(70,24,68)
#40163E
(64,22,62)
#3A1438
(58,20,56)
#341232
(52,18,50)
#2E102C
(46,16,44)
#280E26
(40,14,38)
#220C20
(34,12,32)
#1C0A1A
(28,10,26)
#160814
(22,8,20)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #4C1A4A

#4C1A4A
(76,26,74)
#5C2E5A
(92,46,90)
#6C426A
(108,66,106)
#7C567A
(124,86,122)
#8C6A8A
(140,106,138)
#9C7E9A
(156,126,154)
#AC92AA
(172,146,170)
#BCA6BA
(188,166,186)
#CCBACA
(204,186,202)
#DCCEDA
(220,206,218)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1A4A; }

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

This text font color is #4C1A4A.


Background Color

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

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

This div background color is #4C1A4A.


Border color

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

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

This div border color is #4C1A4A.


Opacity

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

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

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

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

This text has shadow with #4C1A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1A4A on black background.


Color preview on white background

This text has color #4C1A4A on white background.



Black color preview on #4C1A4A background

This text has black color on #4C1A4A background.


White color preview on #4C1A4A background

This text has white color on #4C1A4A background.