COLOR #4C2D69

HEX: #4C2D69
RGB: (76,45,105)

Color info

#4C2D69 contains mainly red and blue colors. Web safe color of #4C2D69 is #333366 (or #336).

RGB color model

#4C2D69 color RGB value is (76,45,105).

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

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 105 of 255 = 41%

76
45
105

R + G + B ~ 30%. #4C2D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 105 = 226 (100%)
R 76 of 226 ~ 33.63%
G 45 of 226 ~ 19.91%
B 105 of 226 ~ 46.46%

%33.63
%19.91
%46.46

CMYK color model

#4C2D69 color CMYK value is (28,57,0,59).

  • cyan value is 27.62%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(28,57,0,59)
C28M57Y0K59 
(28%,57%,0%,59%)
(0.28/0.57/0.00/0.59)	

CMYK percentages

%27.62
%57.14
%0
%58.82

Codes

Color #4C2D69 in popluar color models

4C2D69
RGB7645105
HSL271°40.00%29.41%
HSB/HSV271°57.14%41.18%
CMYK27.62%57.14%0.00%
58.82%

Color #4C2D69 in popluar number systems.

HEX4C2D69
Decimal7645105
Binary10011001011011101001
Octal11455151

Shades and tints

Shades of #4C2D69

#4C2D69
(76,45,105)
#462960
(70,41,96)
#402557
(64,37,87)
#3A214E
(58,33,78)
#341D45
(52,29,69)
#2E193C
(46,25,60)
#281533
(40,21,51)
#22112A
(34,17,42)
#1C0D21
(28,13,33)
#160918
(22,9,24)
#10050F
(16,5,15)
#000000
(0,0,0)

Tints of #4C2D69

#4C2D69
(76,45,105)
#5C4076
(92,64,118)
#6C5383
(108,83,131)
#7C6690
(124,102,144)
#8C799D
(140,121,157)
#9C8CAA
(156,140,170)
#AC9FB7
(172,159,183)
#BCB2C4
(188,178,196)
#CCC5D1
(204,197,209)
#DCD8DE
(220,216,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D69; }

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

This text font color is #4C2D69.


Background Color

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

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

This div background color is #4C2D69.


Border color

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

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

This div border color is #4C2D69.


Opacity

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

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

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

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

This text has shadow with #4C2D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D69 on black background.


Color preview on white background

This text has color #4C2D69 on white background.



Black color preview on #4C2D69 background

This text has black color on #4C2D69 background.


White color preview on #4C2D69 background

This text has white color on #4C2D69 background.