COLOR #4C3F76

HEX: #4C3F76
RGB: (76,63,118)

Color info

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

RGB color model

#4C3F76 color RGB value is (76,63,118).

  • red value is 76;
  • green value is 63;
  • blue value is 118.
RGB:
(76,63,118)
(30%,25%,46%)

RGB channels and saturation

R 76 of 255 = 30%
G 63 of 255 = 25%
B 118 of 255 = 46%

76
63
118

R + G + B ~ 34%. #4C3F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 63 + 118 = 257 (100%)
R 76 of 257 ~ 29.57%
G 63 of 257 ~ 24.51%
B 118 of 257 ~ 45.91%

%29.57
%24.51
%45.91

CMYK color model

#4C3F76 color CMYK value is (36,47,0,54).

  • cyan value is 35.59%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(36,47,0,54)
C36M47Y0K54 
(36%,47%,0%,54%)
(0.36/0.47/0.00/0.54)	

CMYK percentages

%35.59
%46.61
%0
%53.73

Codes

Color #4C3F76 in popluar color models

4C3F76
RGB7663118
HSL254°30.39%35.49%
HSB/HSV254°46.61%46.27%
CMYK35.59%46.61%0.00%
53.73%

Color #4C3F76 in popluar number systems.

HEX4C3F76
Decimal7663118
Binary10011001111111110110
Octal11477166

Shades and tints

Shades of #4C3F76

#4C3F76
(76,63,118)
#463A6C
(70,58,108)
#403562
(64,53,98)
#3A3058
(58,48,88)
#342B4E
(52,43,78)
#2E2644
(46,38,68)
#28213A
(40,33,58)
#221C30
(34,28,48)
#1C1726
(28,23,38)
#16121C
(22,18,28)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #4C3F76

#4C3F76
(76,63,118)
#5C5082
(92,80,130)
#6C618E
(108,97,142)
#7C729A
(124,114,154)
#8C83A6
(140,131,166)
#9C94B2
(156,148,178)
#ACA5BE
(172,165,190)
#BCB6CA
(188,182,202)
#CCC7D6
(204,199,214)
#DCD8E2
(220,216,226)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3F76 color. Also use rgb(76,63,118) instead hex code.

Text Font Color

.myTextColor { color: #4C3F76; }

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

This text font color is #4C3F76.


Background Color

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

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

This div background color is #4C3F76.


Border color

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

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

This div border color is #4C3F76.


Opacity

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

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

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

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

This text has shadow with #4C3F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3F76 on black background.


Color preview on white background

This text has color #4C3F76 on white background.



Black color preview on #4C3F76 background

This text has black color on #4C3F76 background.


White color preview on #4C3F76 background

This text has white color on #4C3F76 background.