COLOR #4C2961

HEX: #4C2961
RGB: (76,41,97)

Color info

#4C2961 contains red, green and blue colors in about the same proportion. Web safe color of #4C2961 is #333366 (or #336).

RGB color model

#4C2961 color RGB value is (76,41,97).

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

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 97 of 255 = 38%

76
41
97

R + G + B ~ 28%. #4C2961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 97 = 214 (100%)
R 76 of 214 ~ 35.51%
G 41 of 214 ~ 19.16%
B 97 of 214 ~ 45.33%

%35.51
%19.16
%45.33

CMYK color model

#4C2961 color CMYK value is (22,58,0,62).

  • cyan value is 21.65%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(22,58,0,62)
C22M58Y0K62 
(22%,58%,0%,62%)
(0.22/0.58/0.00/0.62)	

CMYK percentages

%21.65
%57.73
%0
%61.96

Codes

Color #4C2961 in popluar color models

4C2961
RGB764197
HSL278°40.58%27.06%
HSB/HSV278°57.73%38.04%
CMYK21.65%57.73%0.00%
61.96%

Color #4C2961 in popluar number systems.

HEX4C2961
Decimal764197
Binary10011001010011100001
Octal11451141

Shades and tints

Shades of #4C2961

#4C2961
(76,41,97)
#462659
(70,38,89)
#402351
(64,35,81)
#3A2049
(58,32,73)
#341D41
(52,29,65)
#2E1A39
(46,26,57)
#281731
(40,23,49)
#221429
(34,20,41)
#1C1121
(28,17,33)
#160E19
(22,14,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C2961

#4C2961
(76,41,97)
#5C3C6F
(92,60,111)
#6C4F7D
(108,79,125)
#7C628B
(124,98,139)
#8C7599
(140,117,153)
#9C88A7
(156,136,167)
#AC9BB5
(172,155,181)
#BCAEC3
(188,174,195)
#CCC1D1
(204,193,209)
#DCD4DF
(220,212,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2961; }

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

This text font color is #4C2961.


Background Color

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

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

This div background color is #4C2961.


Border color

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

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

This div border color is #4C2961.


Opacity

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

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

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

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

This text has shadow with #4C2961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2961 on black background.


Color preview on white background

This text has color #4C2961 on white background.



Black color preview on #4C2961 background

This text has black color on #4C2961 background.


White color preview on #4C2961 background

This text has white color on #4C2961 background.