COLOR #4C295B

HEX: #4C295B RGB: (76,41,91)

Color info

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

RGB color model

#4C295B color RGB value is (76,41,91).

RGB: (76,41,91) (30%, 16%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 91 of 255 = 36%

76
41
91

R + G + B ~ 27%. #4C295B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 41 + 91 = 208 (100%)
R 76 of 208 ~ 36.54%
G 41 of 208 ~ 19.71%
B 91 of 208 ~ 43.75'%

%36.54
%19.71
%43.75

CMYK color model

#4C295B color CMYK value is (16,55,0,64).

  • cyan value is 16.48%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (16,55,0,64)
C16M55Y0K64 (16%, 55%, 0%, 64%)
(0.16 / 0.55 / 0.00 / 0.64)

CMYK percentages

%16.48
%54.95
%0
%64.31

Codes

Color #4C295B in popluar color models

4C 29 5B
RGB 76 41 91
HSL 282° 37.88% 25.88%
HSB/HSV 282° 54.95% 35.69%
CMYK 16.48% 54.95% 0.00%
64.31%

Color #4C295B in popluar number systems.

HEX 4C 29 5B
Decimal 76 41 91
Binary 1001100 101001 1011011
Octal 114 51 133

Shades and tints

Shades of #4C295B

#4C295B
(76,41,91)
#462653
(70,38,83)
#40234B
(64,35,75)
#3A2043
(58,32,67)
#341D3B
(52,29,59)
#2E1A33
(46,26,51)
#28172B
(40,23,43)
#221423
(34,20,35)
#1C111B
(28,17,27)
#160E13
(22,14,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C295B

#4C295B
(76,41,91)
#5C3C69
(92,60,105)
#6C4F77
(108,79,119)
#7C6285
(124,98,133)
#8C7593
(140,117,147)
#9C88A1
(156,136,161)
#AC9BAF
(172,155,175)
#BCAEBD
(188,174,189)
#CCC1CB
(204,193,203)
#DCD4D9
(220,212,217)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C295B; }

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

This text font color is #4C295B.

Background Color

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

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

This div background color is #4C295B.

Border color

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

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

This div border color is #4C295B.

Opacity

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

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

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

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

This text has shadow with #4C295B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C295B.

Preview

Color preview on black background

This text has color #4C295B on black background.


Color preview on white background

This text has color #4C295B on white background.


Black color preview on #4C295B background

This text has black color on #4C295B background.


White color preview on #4C295B background

This text has white color on #4C295B background.


Related colors

Complementary color

Complementary color for #hex is #B3D6A4.


I love getcolorcode.com

Triadic colors

1 #5B4C29 and #295B4C with #4C295B are triadic colors.

2 #5B294C and #294C5B with #4C295B are triadic colors.