COLOR #4C2D4A

HEX: #4C2D4A
RGB: (76,45,74)

Color info

#4C2D4A contains red, green and blue colors in about the same proportion. Web safe color of #4C2D4A is #333333 (or #333).

RGB color model

#4C2D4A color RGB value is (76,45,74).

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

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 74 of 255 = 29%

76
45
74

R + G + B ~ 26%. #4C2D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 74 = 195 (100%)
R 76 of 195 ~ 38.97%
G 45 of 195 ~ 23.08%
B 74 of 195 ~ 37.95%

%38.97
%23.08
%37.95

CMYK color model

#4C2D4A color CMYK value is (0,41,3,70).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,41,3,70)
C0M41Y3K70 
(0%,41%,3%,70%)
(0.00/0.41/0.03/0.70)	

CMYK percentages

%0
%40.79
%2.63
%70.2

Codes

Color #4C2D4A in popluar color models

4C2D4A
RGB764574
HSL304°25.62%23.73%
HSB/HSV304°40.79%29.80%
CMYK0.00%40.79%2.63%
70.20%

Color #4C2D4A in popluar number systems.

HEX4C2D4A
Decimal764574
Binary10011001011011001010
Octal11455112

Shades and tints

Shades of #4C2D4A

#4C2D4A
(76,45,74)
#462944
(70,41,68)
#40253E
(64,37,62)
#3A2138
(58,33,56)
#341D32
(52,29,50)
#2E192C
(46,25,44)
#281526
(40,21,38)
#221120
(34,17,32)
#1C0D1A
(28,13,26)
#160914
(22,9,20)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #4C2D4A

#4C2D4A
(76,45,74)
#5C405A
(92,64,90)
#6C536A
(108,83,106)
#7C667A
(124,102,122)
#8C798A
(140,121,138)
#9C8C9A
(156,140,154)
#AC9FAA
(172,159,170)
#BCB2BA
(188,178,186)
#CCC5CA
(204,197,202)
#DCD8DA
(220,216,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D4A; }

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

This text font color is #4C2D4A.


Background Color

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

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

This div background color is #4C2D4A.


Border color

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

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

This div border color is #4C2D4A.


Opacity

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

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

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

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

This text has shadow with #4C2D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D4A on black background.


Color preview on white background

This text has color #4C2D4A on white background.



Black color preview on #4C2D4A background

This text has black color on #4C2D4A background.


White color preview on #4C2D4A background

This text has white color on #4C2D4A background.