COLOR #4C315D

HEX: #4C315D
RGB: (76,49,93)

Color info

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

RGB color model

#4C315D color RGB value is (76,49,93).

  • red value is 76;
  • green value is 49;
  • blue value is 93.
RGB:
(76,49,93)
(30%,19%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 93 of 255 = 36%

76
49
93

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

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 93 = 218 (100%)
R 76 of 218 ~ 34.86%
G 49 of 218 ~ 22.48%
B 93 of 218 ~ 42.66%

%34.86
%22.48
%42.66

CMYK color model

#4C315D color CMYK value is (18,47,0,64).

  • cyan value is 18.28%
  • magenta value is 47.31%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(18,47,0,64)
C18M47Y0K64 
(18%,47%,0%,64%)
(0.18/0.47/0.00/0.64)	

CMYK percentages

%18.28
%47.31
%0
%63.53

Codes

Color #4C315D in popluar color models

4C315D
RGB764993
HSL277°30.99%27.84%
HSB/HSV277°47.31%36.47%
CMYK18.28%47.31%0.00%
63.53%

Color #4C315D in popluar number systems.

HEX4C315D
Decimal764993
Binary10011001100011011101
Octal11461135

Shades and tints

Shades of #4C315D

#4C315D
(76,49,93)
#462D55
(70,45,85)
#40294D
(64,41,77)
#3A2545
(58,37,69)
#34213D
(52,33,61)
#2E1D35
(46,29,53)
#28192D
(40,25,45)
#221525
(34,21,37)
#1C111D
(28,17,29)
#160D15
(22,13,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C315D

#4C315D
(76,49,93)
#5C436B
(92,67,107)
#6C5579
(108,85,121)
#7C6787
(124,103,135)
#8C7995
(140,121,149)
#9C8BA3
(156,139,163)
#AC9DB1
(172,157,177)
#BCAFBF
(188,175,191)
#CCC1CD
(204,193,205)
#DCD3DB
(220,211,219)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C315D color. Also use rgb(76,49,93) instead hex code.

Text Font Color

.myTextColor { color: #4C315D; }

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

This text font color is #4C315D.


Background Color

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

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

This div background color is #4C315D.


Border color

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

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

This div border color is #4C315D.


Opacity

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

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

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

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

This text has shadow with #4C315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C315D on black background.


Color preview on white background

This text has color #4C315D on white background.



Black color preview on #4C315D background

This text has black color on #4C315D background.


White color preview on #4C315D background

This text has white color on #4C315D background.