COLOR #4C3775

HEX: #4C3775 RGB: (76,55,117)

Color info

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

RGB color model

#4C3775 color RGB value is (76,55,117).

RGB: (76,55,117) (30%, 22%, 46%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 117 of 255 = 46%

76
55
117

R + G + B ~ 33%. #4C3775 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 117 = 248 (100%)
R 76 of 248 ~ 30.65%
G 55 of 248 ~ 22.18%
B 117 of 248 ~ 47.18'%

%30.65
%22.18
%47.18

CMYK color model

#4C3775 color CMYK value is (35,53,0,54).

  • cyan value is 35.04%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (35,53,0,54)
C35M53Y0K54 (35%, 53%, 0%, 54%)
(0.35 / 0.53 / 0.00 / 0.54)

CMYK percentages

%35.04
%52.99
%0
%54.12

Codes

Color #4C3775 in popluar color models

4C 37 75
RGB 76 55 117
HSL 260° 36.05% 33.73%
HSB/HSV 260° 52.99% 45.88%
CMYK 35.04% 52.99% 0.00%
54.12%

Color #4C3775 in popluar number systems.

HEX 4C 37 75
Decimal 76 55 117
Binary 1001100 110111 1110101
Octal 114 67 165

Shades and tints

Shades of #4C3775

#4C3775
(76,55,117)
#46326B
(70,50,107)
#402D61
(64,45,97)
#3A2857
(58,40,87)
#34234D
(52,35,77)
#2E1E43
(46,30,67)
#281939
(40,25,57)
#22142F
(34,20,47)
#1C0F25
(28,15,37)
#160A1B
(22,10,27)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #4C3775

#4C3775
(76,55,117)
#5C4981
(92,73,129)
#6C5B8D
(108,91,141)
#7C6D99
(124,109,153)
#8C7FA5
(140,127,165)
#9C91B1
(156,145,177)
#ACA3BD
(172,163,189)
#BCB5C9
(188,181,201)
#CCC7D5
(204,199,213)
#DCD9E1
(220,217,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3775 color. Also use rgb(76,55,117) instead hex code.

Text Font Color

.myTextColor { color: #4C3775; }

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

This text font color is #4C3775.

Background Color

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

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

This div background color is #4C3775.

Border color

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

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

This div border color is #4C3775.

Opacity

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

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

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

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

This text has shadow with #4C3775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3775.

Preview

Color preview on black background

This text has color #4C3775 on black background.


Color preview on white background

This text has color #4C3775 on white background.


Black color preview on #4C3775 background

This text has black color on #4C3775 background.


White color preview on #4C3775 background

This text has white color on #4C3775 background.


Related colors

Complementary color

Complementary color for #hex is #B3C88A.


I love getcolorcode.com

Triadic colors

1 #754C37 and #37754C with #4C3775 are triadic colors.

2 #75374C and #374C75 with #4C3775 are triadic colors.