COLOR #4C1647

HEX: #4C1647
RGB: (76,22,71)

Color info

#4C1647 contains red, green and blue colors in about the same proportion. Web safe color of #4C1647 is #330033 (or #303).

RGB color model

#4C1647 color RGB value is (76,22,71).

  • red value is 76;
  • green value is 22;
  • blue value is 71.
RGB:
(76,22,71)
(30%,9%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 71 of 255 = 28%

76
22
71

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

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 71 = 169 (100%)
R 76 of 169 ~ 44.97%
G 22 of 169 ~ 13.02%
B 71 of 169 ~ 42.01%

%44.97
%13.02
%42.01

CMYK color model

#4C1647 color CMYK value is (0,71,7,70).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 6.58%
  • key color value is 70.20%
CMYK:
(0,71,7,70)
C0M71Y7K70 
(0%,71%,7%,70%)
(0.00/0.71/0.07/0.70)	

CMYK percentages

%0
%71.05
%6.58
%70.2

Codes

Color #4C1647 in popluar color models

4C1647
RGB762271
HSL306°55.10%19.22%
HSB/HSV306°71.05%29.80%
CMYK0.00%71.05%6.58%
70.20%

Color #4C1647 in popluar number systems.

HEX4C1647
Decimal762271
Binary1001100101101000111
Octal11426107

Shades and tints

Shades of #4C1647

#4C1647
(76,22,71)
#461441
(70,20,65)
#40123B
(64,18,59)
#3A1035
(58,16,53)
#340E2F
(52,14,47)
#2E0C29
(46,12,41)
#280A23
(40,10,35)
#22081D
(34,8,29)
#1C0617
(28,6,23)
#160411
(22,4,17)
#10020B
(16,2,11)
#000000
(0,0,0)

Tints of #4C1647

#4C1647
(76,22,71)
#5C2B57
(92,43,87)
#6C4067
(108,64,103)
#7C5577
(124,85,119)
#8C6A87
(140,106,135)
#9C7F97
(156,127,151)
#AC94A7
(172,148,167)
#BCA9B7
(188,169,183)
#CCBEC7
(204,190,199)
#DCD3D7
(220,211,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1647 color. Also use rgb(76,22,71) instead hex code.

Text Font Color

.myTextColor { color: #4C1647; }

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

This text font color is #4C1647.


Background Color

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

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

This div background color is #4C1647.


Border color

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

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

This div border color is #4C1647.


Opacity

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

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

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

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

This text has shadow with #4C1647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1647 on black background.


Color preview on white background

This text has color #4C1647 on white background.



Black color preview on #4C1647 background

This text has black color on #4C1647 background.


White color preview on #4C1647 background

This text has white color on #4C1647 background.