COLOR #4C336F

HEX: #4C336F
RGB: (76,51,111)

Color info

#4C336F contains mainly red and blue colors. Web safe color of #4C336F is #333366 (or #336).

RGB color model

#4C336F color RGB value is (76,51,111).

  • red value is 76;
  • green value is 51;
  • blue value is 111.
RGB:
(76,51,111)
(30%,20%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 111 of 255 = 44%

76
51
111

R + G + B ~ 31%. #4C336F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 51 + 111 = 238 (100%)
R 76 of 238 ~ 31.93%
G 51 of 238 ~ 21.43%
B 111 of 238 ~ 46.64%

%31.93
%21.43
%46.64

CMYK color model

#4C336F color CMYK value is (32,54,0,56).

  • cyan value is 31.53%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,54,0,56)
C32M54Y0K56 
(32%,54%,0%,56%)
(0.32/0.54/0.00/0.56)	

CMYK percentages

%31.53
%54.05
%0
%56.47

Codes

Color #4C336F in popluar color models

4C336F
RGB7651111
HSL265°37.04%31.76%
HSB/HSV265°54.05%43.53%
CMYK31.53%54.05%0.00%
56.47%

Color #4C336F in popluar number systems.

HEX4C336F
Decimal7651111
Binary10011001100111101111
Octal11463157

Shades and tints

Shades of #4C336F

#4C336F
(76,51,111)
#462F65
(70,47,101)
#402B5B
(64,43,91)
#3A2751
(58,39,81)
#342347
(52,35,71)
#2E1F3D
(46,31,61)
#281B33
(40,27,51)
#221729
(34,23,41)
#1C131F
(28,19,31)
#160F15
(22,15,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #4C336F

#4C336F
(76,51,111)
#5C457C
(92,69,124)
#6C5789
(108,87,137)
#7C6996
(124,105,150)
#8C7BA3
(140,123,163)
#9C8DB0
(156,141,176)
#AC9FBD
(172,159,189)
#BCB1CA
(188,177,202)
#CCC3D7
(204,195,215)
#DCD5E4
(220,213,228)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C336F color. Also use rgb(76,51,111) instead hex code.

Text Font Color

.myTextColor { color: #4C336F; }

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

This text font color is #4C336F.


Background Color

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

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

This div background color is #4C336F.


Border color

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

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

This div border color is #4C336F.


Opacity

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

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

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

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

This text has shadow with #4C336F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C336F on black background.


Color preview on white background

This text has color #4C336F on white background.



Black color preview on #4C336F background

This text has black color on #4C336F background.


White color preview on #4C336F background

This text has white color on #4C336F background.