COLOR #4C0356

HEX: #4C0356 RGB: (76,3,86)

Color info

#4C0356 contains mainly red and blue colors. Web safe color of #4C0356 is #330066 (or #306).

RGB color model

#4C0356 color RGB value is (76,3,86).

RGB: (76,3,86) (30%, 1%, 34%)

RGB channels and saturation

R 76 of 255 = 30%
G 3 of 255 = 1%
B 86 of 255 = 34%

76
3
86

R + G + B ~ 22%. #4C0356 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 3 + 86 = 165 (100%)
R 76 of 165 ~ 46.06%
G 3 of 165 ~ 1.82%
B 86 of 165 ~ 52.12'%

%46.06
%52.12

CMYK color model

#4C0356 color CMYK value is (12,97,0,66).

  • cyan value is 11.63%
  • magenta value is 96.51%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (12,97,0,66)
C12M97Y0K66 (12%, 97%, 0%, 66%)
(0.12 / 0.97 / 0.00 / 0.66)

CMYK percentages

%11.63
%96.51
%0
%66.27

Codes

Color #4C0356 in popluar color models

4C 03 56
RGB 76 3 86
HSL 293° 93.26% 17.45%
HSB/HSV 293° 96.51% 33.73%
CMYK 11.63% 96.51% 0.00%
66.27%

Color #4C0356 in popluar number systems.

HEX 4C 03 56
Decimal 76 3 86
Binary 1001100 11 1010110
Octal 114 3 126

Shades and tints

Shades of #4C0356

#4C0356
(76,3,86)
#46034F
(70,3,79)
#400348
(64,3,72)
#3A0341
(58,3,65)
#34033A
(52,3,58)
#2E0333
(46,3,51)
#28032C
(40,3,44)
#220325
(34,3,37)
#1C031E
(28,3,30)
#160317
(22,3,23)
#100310
(16,3,16)
#000000
(0,0,0)

Tints of #4C0356

#4C0356
(76,3,86)
#5C1965
(92,25,101)
#6C2F74
(108,47,116)
#7C4583
(124,69,131)
#8C5B92
(140,91,146)
#9C71A1
(156,113,161)
#AC87B0
(172,135,176)
#BC9DBF
(188,157,191)
#CCB3CE
(204,179,206)
#DCC9DD
(220,201,221)
#ECDFEC
(236,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0356 color. Also use rgb(76,3,86) instead hex code.

Text Font Color

.myTextColor { color: #4C0356; }

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

This text font color is #4C0356.

Background Color

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

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

This div background color is #4C0356.

Border color

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

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

This div border color is #4C0356.

Opacity

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

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

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

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

This text has shadow with #4C0356 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0356.

Preview

Color preview on black background

This text has color #4C0356 on black background.


Color preview on white background

This text has color #4C0356 on white background.


Black color preview on #4C0356 background

This text has black color on #4C0356 background.


White color preview on #4C0356 background

This text has white color on #4C0356 background.


Related colors

Complementary color

Complementary color for #hex is #B3FCA9.


I love getcolorcode.com

Triadic colors

1 #564C03 and #03564C with #4C0356 are triadic colors.

2 #56034C and #034C56 with #4C0356 are triadic colors.