COLOR #4C2855

HEX: #4C2855
RGB: (76,40,85)

Color info

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

RGB color model

#4C2855 color RGB value is (76,40,85).

  • red value is 76;
  • green value is 40;
  • blue value is 85.
RGB:
(76,40,85)
(30%,16%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 85 of 255 = 33%

76
40
85

R + G + B ~ 26%. #4C2855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 85 = 201 (100%)
R 76 of 201 ~ 37.81%
G 40 of 201 ~ 19.9%
B 85 of 201 ~ 42.29%

%37.81
%19.9
%42.29

CMYK color model

#4C2855 color CMYK value is (11,53,0,67).

  • cyan value is 10.59%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(11,53,0,67)
C11M53Y0K67 
(11%,53%,0%,67%)
(0.11/0.53/0.00/0.67)	

CMYK percentages

%10.59
%52.94
%0
%66.67

Codes

Color #4C2855 in popluar color models

4C2855
RGB764085
HSL288°36.00%24.51%
HSB/HSV288°52.94%33.33%
CMYK10.59%52.94%0.00%
66.67%

Color #4C2855 in popluar number systems.

HEX4C2855
Decimal764085
Binary10011001010001010101
Octal11450125

Shades and tints

Shades of #4C2855

#4C2855
(76,40,85)
#46254E
(70,37,78)
#402247
(64,34,71)
#3A1F40
(58,31,64)
#341C39
(52,28,57)
#2E1932
(46,25,50)
#28162B
(40,22,43)
#221324
(34,19,36)
#1C101D
(28,16,29)
#160D16
(22,13,22)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C2855

#4C2855
(76,40,85)
#5C3B64
(92,59,100)
#6C4E73
(108,78,115)
#7C6182
(124,97,130)
#8C7491
(140,116,145)
#9C87A0
(156,135,160)
#AC9AAF
(172,154,175)
#BCADBE
(188,173,190)
#CCC0CD
(204,192,205)
#DCD3DC
(220,211,220)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2855 color. Also use rgb(76,40,85) instead hex code.

Text Font Color

.myTextColor { color: #4C2855; }

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

This text font color is #4C2855.


Background Color

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

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

This div background color is #4C2855.


Border color

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

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

This div border color is #4C2855.


Opacity

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

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

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

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

This text has shadow with #4C2855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2855 on black background.


Color preview on white background

This text has color #4C2855 on white background.



Black color preview on #4C2855 background

This text has black color on #4C2855 background.


White color preview on #4C2855 background

This text has white color on #4C2855 background.