COLOR #4C3870

HEX: #4C3870 RGB: (76,56,112)

Color info

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

RGB color model

#4C3870 color RGB value is (76,56,112).

RGB: (76,56,112) (30%, 22%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 112 of 255 = 44%

76
56
112

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

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 112 = 244 (100%)
R 76 of 244 ~ 31.15%
G 56 of 244 ~ 22.95%
B 112 of 244 ~ 45.9'%

%31.15
%22.95
%45.9

CMYK color model

#4C3870 color CMYK value is (32,50,0,56).

  • cyan value is 32.14%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (32,50,0,56)
C32M50Y0K56 (32%, 50%, 0%, 56%)
(0.32 / 0.50 / 0.00 / 0.56)

CMYK percentages

%32.14
%50
%0
%56.08

Codes

Color #4C3870 in popluar color models

4C 38 70
RGB 76 56 112
HSL 261° 33.33% 32.94%
HSB/HSV 261° 50.00% 43.92%
CMYK 32.14% 50.00% 0.00%
56.08%

Color #4C3870 in popluar number systems.

HEX 4C 38 70
Decimal 76 56 112
Binary 1001100 111000 1110000
Octal 114 70 160

Shades and tints

Shades of #4C3870

#4C3870
(76,56,112)
#463366
(70,51,102)
#402E5C
(64,46,92)
#3A2952
(58,41,82)
#342448
(52,36,72)
#2E1F3E
(46,31,62)
#281A34
(40,26,52)
#22152A
(34,21,42)
#1C1020
(28,16,32)
#160B16
(22,11,22)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C3870

#4C3870
(76,56,112)
#5C4A7D
(92,74,125)
#6C5C8A
(108,92,138)
#7C6E97
(124,110,151)
#8C80A4
(140,128,164)
#9C92B1
(156,146,177)
#ACA4BE
(172,164,190)
#BCB6CB
(188,182,203)
#CCC8D8
(204,200,216)
#DCDAE5
(220,218,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3870; }

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

This text font color is #4C3870.

Background Color

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

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

This div background color is #4C3870.

Border color

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

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

This div border color is #4C3870.

Opacity

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

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

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

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

This text has shadow with #4C3870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3870.

Preview

Color preview on black background

This text has color #4C3870 on black background.


Color preview on white background

This text has color #4C3870 on white background.


Black color preview on #4C3870 background

This text has black color on #4C3870 background.


White color preview on #4C3870 background

This text has white color on #4C3870 background.


Related colors

Complementary color

Complementary color for #4C3870 is #B3C78F.


I love getcolorcode.com

Triadic colors

1 #704C38 and #38704C with #4C3870 are triadic colors.

2 #70384C and #384C70 with #4C3870 are triadic colors.