COLOR #4C3372

HEX: #4C3372
RGB: (76,51,114)

Color info

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

RGB color model

#4C3372 color RGB value is (76,51,114).

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

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 114 of 255 = 45%

76
51
114

R + G + B ~ 32%. #4C3372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 51 + 114 = 241 (100%)
R 76 of 241 ~ 31.54%
G 51 of 241 ~ 21.16%
B 114 of 241 ~ 47.3%

%31.54
%21.16
%47.3

CMYK color model

#4C3372 color CMYK value is (33,55,0,55).

  • cyan value is 33.33%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(33,55,0,55)
C33M55Y0K55 
(33%,55%,0%,55%)
(0.33/0.55/0.00/0.55)	

CMYK percentages

%33.33
%55.26
%0
%55.29

Codes

Color #4C3372 in popluar color models

4C3372
RGB7651114
HSL264°38.18%32.35%
HSB/HSV264°55.26%44.71%
CMYK33.33%55.26%0.00%
55.29%

Color #4C3372 in popluar number systems.

HEX4C3372
Decimal7651114
Binary10011001100111110010
Octal11463162

Shades and tints

Shades of #4C3372

#4C3372
(76,51,114)
#462F68
(70,47,104)
#402B5E
(64,43,94)
#3A2754
(58,39,84)
#34234A
(52,35,74)
#2E1F40
(46,31,64)
#281B36
(40,27,54)
#22172C
(34,23,44)
#1C1322
(28,19,34)
#160F18
(22,15,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C3372

#4C3372
(76,51,114)
#5C457E
(92,69,126)
#6C578A
(108,87,138)
#7C6996
(124,105,150)
#8C7BA2
(140,123,162)
#9C8DAE
(156,141,174)
#AC9FBA
(172,159,186)
#BCB1C6
(188,177,198)
#CCC3D2
(204,195,210)
#DCD5DE
(220,213,222)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3372; }

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

This text font color is #4C3372.


Background Color

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

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

This div background color is #4C3372.


Border color

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

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

This div border color is #4C3372.


Opacity

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

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

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

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

This text has shadow with #4C3372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3372 on black background.


Color preview on white background

This text has color #4C3372 on white background.



Black color preview on #4C3372 background

This text has black color on #4C3372 background.


White color preview on #4C3372 background

This text has white color on #4C3372 background.