COLOR #4C276A

HEX: #4C276A
RGB: (76,39,106)

Color info

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

RGB color model

#4C276A color RGB value is (76,39,106).

  • red value is 76;
  • green value is 39;
  • blue value is 106.
RGB:
(76,39,106)
(30%,15%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 106 of 255 = 42%

76
39
106

R + G + B ~ 29%. #4C276A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 39 + 106 = 221 (100%)
R 76 of 221 ~ 34.39%
G 39 of 221 ~ 17.65%
B 106 of 221 ~ 47.96%

%34.39
%17.65
%47.96

CMYK color model

#4C276A color CMYK value is (28,63,0,58).

  • cyan value is 28.30%
  • magenta value is 63.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(28,63,0,58)
C28M63Y0K58 
(28%,63%,0%,58%)
(0.28/0.63/0.00/0.58)	

CMYK percentages

%28.3
%63.21
%0
%58.43

Codes

Color #4C276A in popluar color models

4C276A
RGB7639106
HSL273°46.21%28.43%
HSB/HSV273°63.21%41.57%
CMYK28.30%63.21%0.00%
58.43%

Color #4C276A in popluar number systems.

HEX4C276A
Decimal7639106
Binary10011001001111101010
Octal11447152

Shades and tints

Shades of #4C276A

#4C276A
(76,39,106)
#462461
(70,36,97)
#402158
(64,33,88)
#3A1E4F
(58,30,79)
#341B46
(52,27,70)
#2E183D
(46,24,61)
#281534
(40,21,52)
#22122B
(34,18,43)
#1C0F22
(28,15,34)
#160C19
(22,12,25)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C276A

#4C276A
(76,39,106)
#5C3A77
(92,58,119)
#6C4D84
(108,77,132)
#7C6091
(124,96,145)
#8C739E
(140,115,158)
#9C86AB
(156,134,171)
#AC99B8
(172,153,184)
#BCACC5
(188,172,197)
#CCBFD2
(204,191,210)
#DCD2DF
(220,210,223)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C276A; }

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

This text font color is #4C276A.


Background Color

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

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

This div background color is #4C276A.


Border color

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

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

This div border color is #4C276A.


Opacity

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

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

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

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

This text has shadow with #4C276A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C276A on black background.


Color preview on white background

This text has color #4C276A on white background.



Black color preview on #4C276A background

This text has black color on #4C276A background.


White color preview on #4C276A background

This text has white color on #4C276A background.