COLOR #4C1251

HEX: #4C1251
RGB: (76,18,81)

Color info

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

RGB color model

#4C1251 color RGB value is (76,18,81).

  • red value is 76;
  • green value is 18;
  • blue value is 81.
RGB:
(76,18,81)
(30%,7%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 81 of 255 = 32%

76
18
81

R + G + B ~ 23%. #4C1251 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 18 + 81 = 175 (100%)
R 76 of 175 ~ 43.43%
G 18 of 175 ~ 10.29%
B 81 of 175 ~ 46.29%

%43.43
%10.29
%46.29

CMYK color model

#4C1251 color CMYK value is (6,78,0,68).

  • cyan value is 6.17%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(6,78,0,68)
C6M78Y0K68 
(6%,78%,0%,68%)
(0.06/0.78/0.00/0.68)	

CMYK percentages

%6.17
%77.78
%0
%68.24

Codes

Color #4C1251 in popluar color models

4C1251
RGB761881
HSL295°63.64%19.41%
HSB/HSV295°77.78%31.76%
CMYK6.17%77.78%0.00%
68.24%

Color #4C1251 in popluar number systems.

HEX4C1251
Decimal761881
Binary1001100100101010001
Octal11422121

Shades and tints

Shades of #4C1251

#4C1251
(76,18,81)
#46114A
(70,17,74)
#401043
(64,16,67)
#3A0F3C
(58,15,60)
#340E35
(52,14,53)
#2E0D2E
(46,13,46)
#280C27
(40,12,39)
#220B20
(34,11,32)
#1C0A19
(28,10,25)
#160912
(22,9,18)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C1251

#4C1251
(76,18,81)
#5C2760
(92,39,96)
#6C3C6F
(108,60,111)
#7C517E
(124,81,126)
#8C668D
(140,102,141)
#9C7B9C
(156,123,156)
#AC90AB
(172,144,171)
#BCA5BA
(188,165,186)
#CCBAC9
(204,186,201)
#DCCFD8
(220,207,216)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1251 color. Also use rgb(76,18,81) instead hex code.

Text Font Color

.myTextColor { color: #4C1251; }

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

This text font color is #4C1251.


Background Color

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

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

This div background color is #4C1251.


Border color

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

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

This div border color is #4C1251.


Opacity

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

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

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

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

This text has shadow with #4C1251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1251 on black background.


Color preview on white background

This text has color #4C1251 on white background.



Black color preview on #4C1251 background

This text has black color on #4C1251 background.


White color preview on #4C1251 background

This text has white color on #4C1251 background.