COLOR #4C2161

HEX: #4C2161
RGB: (76,33,97)

Color info

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

RGB color model

#4C2161 color RGB value is (76,33,97).

  • red value is 76;
  • green value is 33;
  • blue value is 97.
RGB:
(76,33,97)
(30%,13%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 97 of 255 = 38%

76
33
97

R + G + B ~ 27%. #4C2161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 33 + 97 = 206 (100%)
R 76 of 206 ~ 36.89%
G 33 of 206 ~ 16.02%
B 97 of 206 ~ 47.09%

%36.89
%16.02
%47.09

CMYK color model

#4C2161 color CMYK value is (22,66,0,62).

  • cyan value is 21.65%
  • magenta value is 65.98%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(22,66,0,62)
C22M66Y0K62 
(22%,66%,0%,62%)
(0.22/0.66/0.00/0.62)	

CMYK percentages

%21.65
%65.98
%0
%61.96

Codes

Color #4C2161 in popluar color models

4C2161
RGB763397
HSL280°49.23%25.49%
HSB/HSV280°65.98%38.04%
CMYK21.65%65.98%0.00%
61.96%

Color #4C2161 in popluar number systems.

HEX4C2161
Decimal763397
Binary10011001000011100001
Octal11441141

Shades and tints

Shades of #4C2161

#4C2161
(76,33,97)
#461E59
(70,30,89)
#401B51
(64,27,81)
#3A1849
(58,24,73)
#341541
(52,21,65)
#2E1239
(46,18,57)
#280F31
(40,15,49)
#220C29
(34,12,41)
#1C0921
(28,9,33)
#160619
(22,6,25)
#100311
(16,3,17)
#000000
(0,0,0)

Tints of #4C2161

#4C2161
(76,33,97)
#5C356F
(92,53,111)
#6C497D
(108,73,125)
#7C5D8B
(124,93,139)
#8C7199
(140,113,153)
#9C85A7
(156,133,167)
#AC99B5
(172,153,181)
#BCADC3
(188,173,195)
#CCC1D1
(204,193,209)
#DCD5DF
(220,213,223)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2161 color. Also use rgb(76,33,97) instead hex code.

Text Font Color

.myTextColor { color: #4C2161; }

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

This text font color is #4C2161.


Background Color

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

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

This div background color is #4C2161.


Border color

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

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

This div border color is #4C2161.


Opacity

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

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

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

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

This text has shadow with #4C2161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2161 on black background.


Color preview on white background

This text has color #4C2161 on white background.



Black color preview on #4C2161 background

This text has black color on #4C2161 background.


White color preview on #4C2161 background

This text has white color on #4C2161 background.