COLOR #4C3A5E

HEX: #4C3A5E
RGB: (76,58,94)

Color info

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

RGB color model

#4C3A5E color RGB value is (76,58,94).

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

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 94 of 255 = 37%

76
58
94

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

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 94 = 228 (100%)
R 76 of 228 ~ 33.33%
G 58 of 228 ~ 25.44%
B 94 of 228 ~ 41.23%

%33.33
%25.44
%41.23

CMYK color model

#4C3A5E color CMYK value is (19,38,0,63).

  • cyan value is 19.15%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(19,38,0,63)
C19M38Y0K63 
(19%,38%,0%,63%)
(0.19/0.38/0.00/0.63)	

CMYK percentages

%19.15
%38.3
%0
%63.14

Codes

Color #4C3A5E in popluar color models

4C3A5E
RGB765894
HSL270°23.68%29.80%
HSB/HSV270°38.30%36.86%
CMYK19.15%38.30%0.00%
63.14%

Color #4C3A5E in popluar number systems.

HEX4C3A5E
Decimal765894
Binary10011001110101011110
Octal11472136

Shades and tints

Shades of #4C3A5E

#4C3A5E
(76,58,94)
#463556
(70,53,86)
#40304E
(64,48,78)
#3A2B46
(58,43,70)
#34263E
(52,38,62)
#2E2136
(46,33,54)
#281C2E
(40,28,46)
#221726
(34,23,38)
#1C121E
(28,18,30)
#160D16
(22,13,22)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #4C3A5E

#4C3A5E
(76,58,94)
#5C4B6C
(92,75,108)
#6C5C7A
(108,92,122)
#7C6D88
(124,109,136)
#8C7E96
(140,126,150)
#9C8FA4
(156,143,164)
#ACA0B2
(172,160,178)
#BCB1C0
(188,177,192)
#CCC2CE
(204,194,206)
#DCD3DC
(220,211,220)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3A5E; }

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

This text font color is #4C3A5E.


Background Color

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

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

This div background color is #4C3A5E.


Border color

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

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

This div border color is #4C3A5E.


Opacity

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

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

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

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

This text has shadow with #4C3A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A5E on black background.


Color preview on white background

This text has color #4C3A5E on white background.



Black color preview on #4C3A5E background

This text has black color on #4C3A5E background.


White color preview on #4C3A5E background

This text has white color on #4C3A5E background.