COLOR #4C3A4D

HEX: #4C3A4D
RGB: (76,58,77)

Color info

#4C3A4D contains red, green and blue colors in about the same proportion. Web safe color of #4C3A4D is #333333 (or #333).

RGB color model

#4C3A4D color RGB value is (76,58,77).

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

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 77 of 255 = 30%

76
58
77

R + G + B ~ 28%. #4C3A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 77 = 211 (100%)
R 76 of 211 ~ 36.02%
G 58 of 211 ~ 27.49%
B 77 of 211 ~ 36.49%

%36.02
%27.49
%36.49

CMYK color model

#4C3A4D color CMYK value is (1,25,0,70).

  • cyan value is 1.30%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(1,25,0,70)
C1M25Y0K70 
(1%,25%,0%,70%)
(0.01/0.25/0.00/0.70)	

CMYK percentages

%1.3
%24.68
%0
%69.8

Codes

Color #4C3A4D in popluar color models

4C3A4D
RGB765877
HSL297°14.07%26.47%
HSB/HSV297°24.68%30.20%
CMYK1.30%24.68%0.00%
69.80%

Color #4C3A4D in popluar number systems.

HEX4C3A4D
Decimal765877
Binary10011001110101001101
Octal11472115

Shades and tints

Shades of #4C3A4D

#4C3A4D
(76,58,77)
#463546
(70,53,70)
#40303F
(64,48,63)
#3A2B38
(58,43,56)
#342631
(52,38,49)
#2E212A
(46,33,42)
#281C23
(40,28,35)
#22171C
(34,23,28)
#1C1215
(28,18,21)
#160D0E
(22,13,14)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C3A4D

#4C3A4D
(76,58,77)
#5C4B5D
(92,75,93)
#6C5C6D
(108,92,109)
#7C6D7D
(124,109,125)
#8C7E8D
(140,126,141)
#9C8F9D
(156,143,157)
#ACA0AD
(172,160,173)
#BCB1BD
(188,177,189)
#CCC2CD
(204,194,205)
#DCD3DD
(220,211,221)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3A4D; }

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

This text font color is #4C3A4D.


Background Color

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

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

This div background color is #4C3A4D.


Border color

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

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

This div border color is #4C3A4D.


Opacity

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

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

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

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

This text has shadow with #4C3A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A4D on black background.


Color preview on white background

This text has color #4C3A4D on white background.



Black color preview on #4C3A4D background

This text has black color on #4C3A4D background.


White color preview on #4C3A4D background

This text has white color on #4C3A4D background.