COLOR #4C356A

HEX: #4C356A RGB: (76,53,106)

Color info

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

RGB color model

#4C356A color RGB value is (76,53,106).

RGB: (76,53,106) (30%, 21%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 106 of 255 = 42%

76
53
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 53 + 106 = 235 (100%)
R 76 of 235 ~ 32.34%
G 53 of 235 ~ 22.55%
B 106 of 235 ~ 45.11'%

%32.34
%22.55
%45.11

CMYK color model

#4C356A color CMYK value is (28,50,0,58).

  • cyan value is 28.30%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (28,50,0,58)
C28M50Y0K58 (28%, 50%, 0%, 58%)
(0.28 / 0.50 / 0.00 / 0.58)

CMYK percentages

%28.3
%50
%0
%58.43

Codes

Color #4C356A in popluar color models

4C 35 6A
RGB 76 53 106
HSL 266° 33.33% 31.18%
HSB/HSV 266° 50.00% 41.57%
CMYK 28.30% 50.00% 0.00%
58.43%

Color #4C356A in popluar number systems.

HEX 4C 35 6A
Decimal 76 53 106
Binary 1001100 110101 1101010
Octal 114 65 152

Shades and tints

Shades of #4C356A

#4C356A
(76,53,106)
#463161
(70,49,97)
#402D58
(64,45,88)
#3A294F
(58,41,79)
#342546
(52,37,70)
#2E213D
(46,33,61)
#281D34
(40,29,52)
#22192B
(34,25,43)
#1C1522
(28,21,34)
#161119
(22,17,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C356A

#4C356A
(76,53,106)
#5C4777
(92,71,119)
#6C5984
(108,89,132)
#7C6B91
(124,107,145)
#8C7D9E
(140,125,158)
#9C8FAB
(156,143,171)
#ACA1B8
(172,161,184)
#BCB3C5
(188,179,197)
#CCC5D2
(204,197,210)
#DCD7DF
(220,215,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C356A color. Also use rgb(76,53,106) instead hex code.

Text Font Color

.myTextColor { color: #4C356A; }

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

This text font color is #4C356A.

Background Color

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

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

This div background color is #4C356A.

Border color

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

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

This div border color is #4C356A.

Opacity

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

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

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

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

This text has shadow with #4C356A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C356A.

Preview

Color preview on black background

This text has color #4C356A on black background.


Color preview on white background

This text has color #4C356A on white background.


Black color preview on #4C356A background

This text has black color on #4C356A background.


White color preview on #4C356A background

This text has white color on #4C356A background.


Related colors

Complementary color

Complementary color for #hex is #B3CA95.


I love getcolorcode.com

Triadic colors

1 #6A4C35 and #356A4C with #4C356A are triadic colors.

2 #6A354C and #354C6A with #4C356A are triadic colors.