COLOR #4C3865

HEX: #4C3865
RGB: (76,56,101)

Color info

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

RGB color model

#4C3865 color RGB value is (76,56,101).

  • red value is 76;
  • green value is 56;
  • blue value is 101.
RGB:
(76,56,101)
(30%,22%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 101 of 255 = 40%

76
56
101

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

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 101 = 233 (100%)
R 76 of 233 ~ 32.62%
G 56 of 233 ~ 24.03%
B 101 of 233 ~ 43.35%

%32.62
%24.03
%43.35

CMYK color model

#4C3865 color CMYK value is (25,45,0,60).

  • cyan value is 24.75%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(25,45,0,60)
C25M45Y0K60 
(25%,45%,0%,60%)
(0.25/0.45/0.00/0.60)	

CMYK percentages

%24.75
%44.55
%0
%60.39

Codes

Color #4C3865 in popluar color models

4C3865
RGB7656101
HSL267°28.66%30.78%
HSB/HSV267°44.55%39.61%
CMYK24.75%44.55%0.00%
60.39%

Color #4C3865 in popluar number systems.

HEX4C3865
Decimal7656101
Binary10011001110001100101
Octal11470145

Shades and tints

Shades of #4C3865

#4C3865
(76,56,101)
#46335C
(70,51,92)
#402E53
(64,46,83)
#3A294A
(58,41,74)
#342441
(52,36,65)
#2E1F38
(46,31,56)
#281A2F
(40,26,47)
#221526
(34,21,38)
#1C101D
(28,16,29)
#160B14
(22,11,20)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C3865

#4C3865
(76,56,101)
#5C4A73
(92,74,115)
#6C5C81
(108,92,129)
#7C6E8F
(124,110,143)
#8C809D
(140,128,157)
#9C92AB
(156,146,171)
#ACA4B9
(172,164,185)
#BCB6C7
(188,182,199)
#CCC8D5
(204,200,213)
#DCDAE3
(220,218,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3865 color. Also use rgb(76,56,101) instead hex code.

Text Font Color

.myTextColor { color: #4C3865; }

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

This text font color is #4C3865.


Background Color

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

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

This div background color is #4C3865.


Border color

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

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

This div border color is #4C3865.


Opacity

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

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

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

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

This text has shadow with #4C3865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3865 on black background.


Color preview on white background

This text has color #4C3865 on white background.



Black color preview on #4C3865 background

This text has black color on #4C3865 background.


White color preview on #4C3865 background

This text has white color on #4C3865 background.