COLOR #4C2C62

HEX: #4C2C62
RGB: (76,44,98)

Color info

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

RGB color model

#4C2C62 color RGB value is (76,44,98).

  • red value is 76;
  • green value is 44;
  • blue value is 98.
RGB:
(76,44,98)
(30%,17%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 44 of 255 = 17%
B 98 of 255 = 38%

76
44
98

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

Portions of RGB colors in percentages

R + G + B =
76 + 44 + 98 = 218 (100%)
R 76 of 218 ~ 34.86%
G 44 of 218 ~ 20.18%
B 98 of 218 ~ 44.95%

%34.86
%20.18
%44.95

CMYK color model

#4C2C62 color CMYK value is (22,55,0,62).

  • cyan value is 22.45%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(22,55,0,62)
C22M55Y0K62 
(22%,55%,0%,62%)
(0.22/0.55/0.00/0.62)	

CMYK percentages

%22.45
%55.1
%0
%61.57

Codes

Color #4C2C62 in popluar color models

4C2C62
RGB764498
HSL276°38.03%27.84%
HSB/HSV276°55.10%38.43%
CMYK22.45%55.10%0.00%
61.57%

Color #4C2C62 in popluar number systems.

HEX4C2C62
Decimal764498
Binary10011001011001100010
Octal11454142

Shades and tints

Shades of #4C2C62

#4C2C62
(76,44,98)
#46285A
(70,40,90)
#402452
(64,36,82)
#3A204A
(58,32,74)
#341C42
(52,28,66)
#2E183A
(46,24,58)
#281432
(40,20,50)
#22102A
(34,16,42)
#1C0C22
(28,12,34)
#16081A
(22,8,26)
#100412
(16,4,18)
#000000
(0,0,0)

Tints of #4C2C62

#4C2C62
(76,44,98)
#5C3F70
(92,63,112)
#6C527E
(108,82,126)
#7C658C
(124,101,140)
#8C789A
(140,120,154)
#9C8BA8
(156,139,168)
#AC9EB6
(172,158,182)
#BCB1C4
(188,177,196)
#CCC4D2
(204,196,210)
#DCD7E0
(220,215,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2C62 color. Also use rgb(76,44,98) instead hex code.

Text Font Color

.myTextColor { color: #4C2C62; }

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

This text font color is #4C2C62.


Background Color

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

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

This div background color is #4C2C62.


Border color

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

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

This div border color is #4C2C62.


Opacity

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

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

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

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

This text has shadow with #4C2C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2C62 on black background.


Color preview on white background

This text has color #4C2C62 on white background.



Black color preview on #4C2C62 background

This text has black color on #4C2C62 background.


White color preview on #4C2C62 background

This text has white color on #4C2C62 background.