COLOR #4C3168

HEX: #4C3168
RGB: (76,49,104)

Color info

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

RGB color model

#4C3168 color RGB value is (76,49,104).

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

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 104 of 255 = 41%

76
49
104

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

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 104 = 229 (100%)
R 76 of 229 ~ 33.19%
G 49 of 229 ~ 21.4%
B 104 of 229 ~ 45.41%

%33.19
%21.4
%45.41

CMYK color model

#4C3168 color CMYK value is (27,53,0,59).

  • cyan value is 26.92%
  • magenta value is 52.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(27,53,0,59)
C27M53Y0K59 
(27%,53%,0%,59%)
(0.27/0.53/0.00/0.59)	

CMYK percentages

%26.92
%52.88
%0
%59.22

Codes

Color #4C3168 in popluar color models

4C3168
RGB7649104
HSL269°35.95%30.00%
HSB/HSV269°52.88%40.78%
CMYK26.92%52.88%0.00%
59.22%

Color #4C3168 in popluar number systems.

HEX4C3168
Decimal7649104
Binary10011001100011101000
Octal11461150

Shades and tints

Shades of #4C3168

#4C3168
(76,49,104)
#462D5F
(70,45,95)
#402956
(64,41,86)
#3A254D
(58,37,77)
#342144
(52,33,68)
#2E1D3B
(46,29,59)
#281932
(40,25,50)
#221529
(34,21,41)
#1C1120
(28,17,32)
#160D17
(22,13,23)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C3168

#4C3168
(76,49,104)
#5C4375
(92,67,117)
#6C5582
(108,85,130)
#7C678F
(124,103,143)
#8C799C
(140,121,156)
#9C8BA9
(156,139,169)
#AC9DB6
(172,157,182)
#BCAFC3
(188,175,195)
#CCC1D0
(204,193,208)
#DCD3DD
(220,211,221)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3168; }

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

This text font color is #4C3168.


Background Color

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

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

This div background color is #4C3168.


Border color

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

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

This div border color is #4C3168.


Opacity

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

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

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

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

This text has shadow with #4C3168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3168 on black background.


Color preview on white background

This text has color #4C3168 on white background.



Black color preview on #4C3168 background

This text has black color on #4C3168 background.


White color preview on #4C3168 background

This text has white color on #4C3168 background.