COLOR #4C1654

HEX: #4C1654
RGB: (76,22,84)

Color info

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

RGB color model

#4C1654 color RGB value is (76,22,84).

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

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 84 of 255 = 33%

76
22
84

R + G + B ~ 24%. #4C1654 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 84 = 182 (100%)
R 76 of 182 ~ 41.76%
G 22 of 182 ~ 12.09%
B 84 of 182 ~ 46.15%

%41.76
%12.09
%46.15

CMYK color model

#4C1654 color CMYK value is (10,74,0,67).

  • cyan value is 9.52%
  • magenta value is 73.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(10,74,0,67)
C10M74Y0K67 
(10%,74%,0%,67%)
(0.10/0.74/0.00/0.67)	

CMYK percentages

%9.52
%73.81
%0
%67.06

Codes

Color #4C1654 in popluar color models

4C1654
RGB762284
HSL292°58.49%20.78%
HSB/HSV292°73.81%32.94%
CMYK9.52%73.81%0.00%
67.06%

Color #4C1654 in popluar number systems.

HEX4C1654
Decimal762284
Binary1001100101101010100
Octal11426124

Shades and tints

Shades of #4C1654

#4C1654
(76,22,84)
#46144D
(70,20,77)
#401246
(64,18,70)
#3A103F
(58,16,63)
#340E38
(52,14,56)
#2E0C31
(46,12,49)
#280A2A
(40,10,42)
#220823
(34,8,35)
#1C061C
(28,6,28)
#160415
(22,4,21)
#10020E
(16,2,14)
#000000
(0,0,0)

Tints of #4C1654

#4C1654
(76,22,84)
#5C2B63
(92,43,99)
#6C4072
(108,64,114)
#7C5581
(124,85,129)
#8C6A90
(140,106,144)
#9C7F9F
(156,127,159)
#AC94AE
(172,148,174)
#BCA9BD
(188,169,189)
#CCBECC
(204,190,204)
#DCD3DB
(220,211,219)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1654; }

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

This text font color is #4C1654.


Background Color

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

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

This div background color is #4C1654.


Border color

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

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

This div border color is #4C1654.


Opacity

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

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

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

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

This text has shadow with #4C1654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1654 on black background.


Color preview on white background

This text has color #4C1654 on white background.



Black color preview on #4C1654 background

This text has black color on #4C1654 background.


White color preview on #4C1654 background

This text has white color on #4C1654 background.