COLOR #4C3A60

HEX: #4C3A60
RGB: (76,58,96)

Color info

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

RGB color model

#4C3A60 color RGB value is (76,58,96).

  • red value is 76;
  • green value is 58;
  • blue value is 96.
RGB:
(76,58,96)
(30%,23%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 96 of 255 = 38%

76
58
96

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

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 96 = 230 (100%)
R 76 of 230 ~ 33.04%
G 58 of 230 ~ 25.22%
B 96 of 230 ~ 41.74%

%33.04
%25.22
%41.74

CMYK color model

#4C3A60 color CMYK value is (21,40,0,62).

  • cyan value is 20.83%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(21,40,0,62)
C21M40Y0K62 
(21%,40%,0%,62%)
(0.21/0.40/0.00/0.62)	

CMYK percentages

%20.83
%39.58
%0
%62.35

Codes

Color #4C3A60 in popluar color models

4C3A60
RGB765896
HSL268°24.68%30.20%
HSB/HSV268°39.58%37.65%
CMYK20.83%39.58%0.00%
62.35%

Color #4C3A60 in popluar number systems.

HEX4C3A60
Decimal765896
Binary10011001110101100000
Octal11472140

Shades and tints

Shades of #4C3A60

#4C3A60
(76,58,96)
#463558
(70,53,88)
#403050
(64,48,80)
#3A2B48
(58,43,72)
#342640
(52,38,64)
#2E2138
(46,33,56)
#281C30
(40,28,48)
#221728
(34,23,40)
#1C1220
(28,18,32)
#160D18
(22,13,24)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #4C3A60

#4C3A60
(76,58,96)
#5C4B6E
(92,75,110)
#6C5C7C
(108,92,124)
#7C6D8A
(124,109,138)
#8C7E98
(140,126,152)
#9C8FA6
(156,143,166)
#ACA0B4
(172,160,180)
#BCB1C2
(188,177,194)
#CCC2D0
(204,194,208)
#DCD3DE
(220,211,222)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3A60; }

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

This text font color is #4C3A60.


Background Color

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

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

This div background color is #4C3A60.


Border color

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

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

This div border color is #4C3A60.


Opacity

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

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

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

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

This text has shadow with #4C3A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A60 on black background.


Color preview on white background

This text has color #4C3A60 on white background.



Black color preview on #4C3A60 background

This text has black color on #4C3A60 background.


White color preview on #4C3A60 background

This text has white color on #4C3A60 background.