COLOR #4C2D5E

HEX: #4C2D5E
RGB: (76,45,94)

Color info

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

RGB color model

#4C2D5E color RGB value is (76,45,94).

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

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 94 of 255 = 37%

76
45
94

R + G + B ~ 28%. #4C2D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 94 = 215 (100%)
R 76 of 215 ~ 35.35%
G 45 of 215 ~ 20.93%
B 94 of 215 ~ 43.72%

%35.35
%20.93
%43.72

CMYK color model

#4C2D5E color CMYK value is (19,52,0,63).

  • cyan value is 19.15%
  • magenta value is 52.13%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(19,52,0,63)
C19M52Y0K63 
(19%,52%,0%,63%)
(0.19/0.52/0.00/0.63)	

CMYK percentages

%19.15
%52.13
%0
%63.14

Codes

Color #4C2D5E in popluar color models

4C2D5E
RGB764594
HSL278°35.25%27.25%
HSB/HSV278°52.13%36.86%
CMYK19.15%52.13%0.00%
63.14%

Color #4C2D5E in popluar number systems.

HEX4C2D5E
Decimal764594
Binary10011001011011011110
Octal11455136

Shades and tints

Shades of #4C2D5E

#4C2D5E
(76,45,94)
#462956
(70,41,86)
#40254E
(64,37,78)
#3A2146
(58,33,70)
#341D3E
(52,29,62)
#2E1936
(46,25,54)
#28152E
(40,21,46)
#221126
(34,17,38)
#1C0D1E
(28,13,30)
#160916
(22,9,22)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #4C2D5E

#4C2D5E
(76,45,94)
#5C406C
(92,64,108)
#6C537A
(108,83,122)
#7C6688
(124,102,136)
#8C7996
(140,121,150)
#9C8CA4
(156,140,164)
#AC9FB2
(172,159,178)
#BCB2C0
(188,178,192)
#CCC5CE
(204,197,206)
#DCD8DC
(220,216,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D5E; }

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

This text font color is #4C2D5E.


Background Color

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

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

This div background color is #4C2D5E.


Border color

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

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

This div border color is #4C2D5E.


Opacity

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

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

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

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

This text has shadow with #4C2D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D5E on black background.


Color preview on white background

This text has color #4C2D5E on white background.



Black color preview on #4C2D5E background

This text has black color on #4C2D5E background.


White color preview on #4C2D5E background

This text has white color on #4C2D5E background.