COLOR #4C3960

HEX: #4C3960 RGB: (76,57,96)

Color info

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

RGB color model

#4C3960 color RGB value is (76,57,96).

RGB: (76,57,96) (30%, 22%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 96 of 255 = 38%

76
57
96

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

Portions of RGB colors in percentages

R + G + B = 76 + 57 + 96 = 229 (100%)
R 76 of 229 ~ 33.19%
G 57 of 229 ~ 24.89%
B 96 of 229 ~ 41.92'%

%33.19
%24.89
%41.92

CMYK color model

#4C3960 color CMYK value is (21,41,0,62).

  • cyan value is 20.83%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (21,41,0,62)
C21M41Y0K62 (21%, 41%, 0%, 62%)
(0.21 / 0.41 / 0.00 / 0.62)

CMYK percentages

%20.83
%40.63
%0
%62.35

Codes

Color #4C3960 in popluar color models

4C 39 60
RGB 76 57 96
HSL 269° 25.49% 30.00%
HSB/HSV 269° 40.63% 37.65%
CMYK 20.83% 40.63% 0.00%
62.35%

Color #4C3960 in popluar number systems.

HEX 4C 39 60
Decimal 76 57 96
Binary 1001100 111001 1100000
Octal 114 71 140

Shades and tints

Shades of #4C3960

#4C3960
(76,57,96)
#463458
(70,52,88)
#402F50
(64,47,80)
#3A2A48
(58,42,72)
#342540
(52,37,64)
#2E2038
(46,32,56)
#281B30
(40,27,48)
#221628
(34,22,40)
#1C1120
(28,17,32)
#160C18
(22,12,24)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #4C3960

#4C3960
(76,57,96)
#5C4B6E
(92,75,110)
#6C5D7C
(108,93,124)
#7C6F8A
(124,111,138)
#8C8198
(140,129,152)
#9C93A6
(156,147,166)
#ACA5B4
(172,165,180)
#BCB7C2
(188,183,194)
#CCC9D0
(204,201,208)
#DCDBDE
(220,219,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3960 color. Also use rgb(76,57,96) instead hex code.

Text Font Color

.myTextColor { color: #4C3960; }

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

This text font color is #4C3960.

Background Color

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

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

This div background color is #4C3960.

Border color

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

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

This div border color is #4C3960.

Opacity

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

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

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

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

This text has shadow with #4C3960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3960.

Preview

Color preview on black background

This text has color #4C3960 on black background.


Color preview on white background

This text has color #4C3960 on white background.


Black color preview on #4C3960 background

This text has black color on #4C3960 background.


White color preview on #4C3960 background

This text has white color on #4C3960 background.


Related colors

Complementary color

Complementary color for #hex is #B3C69F.


I love getcolorcode.com

Triadic colors

1 #604C39 and #39604C with #4C3960 are triadic colors.

2 #60394C and #394C60 with #4C3960 are triadic colors.