COLOR #4C2D5B

HEX: #4C2D5B
RGB: (76,45,91)

Color info

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

RGB color model

#4C2D5B color RGB value is (76,45,91).

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

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 91 of 255 = 36%

76
45
91

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

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 91 = 212 (100%)
R 76 of 212 ~ 35.85%
G 45 of 212 ~ 21.23%
B 91 of 212 ~ 42.92%

%35.85
%21.23
%42.92

CMYK color model

#4C2D5B color CMYK value is (16,51,0,64).

  • cyan value is 16.48%
  • magenta value is 50.55%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,51,0,64)
C16M51Y0K64 
(16%,51%,0%,64%)
(0.16/0.51/0.00/0.64)	

CMYK percentages

%16.48
%50.55
%0
%64.31

Codes

Color #4C2D5B in popluar color models

4C2D5B
RGB764591
HSL280°33.82%26.67%
HSB/HSV280°50.55%35.69%
CMYK16.48%50.55%0.00%
64.31%

Color #4C2D5B in popluar number systems.

HEX4C2D5B
Decimal764591
Binary10011001011011011011
Octal11455133

Shades and tints

Shades of #4C2D5B

#4C2D5B
(76,45,91)
#462953
(70,41,83)
#40254B
(64,37,75)
#3A2143
(58,33,67)
#341D3B
(52,29,59)
#2E1933
(46,25,51)
#28152B
(40,21,43)
#221123
(34,17,35)
#1C0D1B
(28,13,27)
#160913
(22,9,19)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C2D5B

#4C2D5B
(76,45,91)
#5C4069
(92,64,105)
#6C5377
(108,83,119)
#7C6685
(124,102,133)
#8C7993
(140,121,147)
#9C8CA1
(156,140,161)
#AC9FAF
(172,159,175)
#BCB2BD
(188,178,189)
#CCC5CB
(204,197,203)
#DCD8D9
(220,216,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D5B; }

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

This text font color is #4C2D5B.


Background Color

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

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

This div background color is #4C2D5B.


Border color

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

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

This div border color is #4C2D5B.


Opacity

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

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

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

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

This text has shadow with #4C2D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D5B on black background.


Color preview on white background

This text has color #4C2D5B on white background.



Black color preview on #4C2D5B background

This text has black color on #4C2D5B background.


White color preview on #4C2D5B background

This text has white color on #4C2D5B background.