COLOR #4C2D6F

HEX: #4C2D6F RGB: (76,45,111)

Color info

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

RGB color model

#4C2D6F color RGB value is (76,45,111).

RGB: (76,45,111) (30%, 18%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 111 of 255 = 44%

76
45
111

R + G + B ~ 31%. #4C2D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 45 + 111 = 232 (100%)
R 76 of 232 ~ 32.76%
G 45 of 232 ~ 19.4%
B 111 of 232 ~ 47.84'%

%32.76
%19.4
%47.84

CMYK color model

#4C2D6F color CMYK value is (32,59,0,56).

  • cyan value is 31.53%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (32,59,0,56)
C32M59Y0K56 (32%, 59%, 0%, 56%)
(0.32 / 0.59 / 0.00 / 0.56)

CMYK percentages

%31.53
%59.46
%0
%56.47

Codes

Color #4C2D6F in popluar color models

4C 2D 6F
RGB 76 45 111
HSL 268° 42.31% 30.59%
HSB/HSV 268° 59.46% 43.53%
CMYK 31.53% 59.46% 0.00%
56.47%

Color #4C2D6F in popluar number systems.

HEX 4C 2D 6F
Decimal 76 45 111
Binary 1001100 101101 1101111
Octal 114 55 157

Shades and tints

Shades of #4C2D6F

#4C2D6F
(76,45,111)
#462965
(70,41,101)
#40255B
(64,37,91)
#3A2151
(58,33,81)
#341D47
(52,29,71)
#2E193D
(46,25,61)
#281533
(40,21,51)
#221129
(34,17,41)
#1C0D1F
(28,13,31)
#160915
(22,9,21)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C2D6F

#4C2D6F
(76,45,111)
#5C407C
(92,64,124)
#6C5389
(108,83,137)
#7C6696
(124,102,150)
#8C79A3
(140,121,163)
#9C8CB0
(156,140,176)
#AC9FBD
(172,159,189)
#BCB2CA
(188,178,202)
#CCC5D7
(204,197,215)
#DCD8E4
(220,216,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D6F; }

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

This text font color is #4C2D6F.

Background Color

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

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

This div background color is #4C2D6F.

Border color

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

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

This div border color is #4C2D6F.

Opacity

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

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

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

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

This text has shadow with #4C2D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2D6F.

Preview

Color preview on black background

This text has color #4C2D6F on black background.


Color preview on white background

This text has color #4C2D6F on white background.


Black color preview on #4C2D6F background

This text has black color on #4C2D6F background.


White color preview on #4C2D6F background

This text has white color on #4C2D6F background.


Related colors

Complementary color

Complementary color for #hex is #B3D290.


I love getcolorcode.com

Triadic colors

1 #6F4C2D and #2D6F4C with #4C2D6F are triadic colors.

2 #6F2D4C and #2D4C6F with #4C2D6F are triadic colors.