COLOR #4C2440

HEX: #4C2440
RGB: (76,36,64)

Color info

#4C2440 contains red, green and blue colors in about the same proportion. Web safe color of #4C2440 is #333333 (or #333).

RGB color model

#4C2440 color RGB value is (76,36,64).

  • red value is 76;
  • green value is 36;
  • blue value is 64.
RGB:
(76,36,64)
(30%,14%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 36 of 255 = 14%
B 64 of 255 = 25%

76
36
64

R + G + B ~ 23%. #4C2440 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 36 + 64 = 176 (100%)
R 76 of 176 ~ 43.18%
G 36 of 176 ~ 20.45%
B 64 of 176 ~ 36.36%

%43.18
%20.45
%36.36

CMYK color model

#4C2440 color CMYK value is (0,53,16,70).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 15.79%
  • key color value is 70.20%
CMYK:
(0,53,16,70)
C0M53Y16K70 
(0%,53%,16%,70%)
(0.00/0.53/0.16/0.70)	

CMYK percentages

%0
%52.63
%15.79
%70.2

Codes

Color #4C2440 in popluar color models

4C2440
RGB763664
HSL318°35.71%21.96%
HSB/HSV318°52.63%29.80%
CMYK0.00%52.63%15.79%
70.20%

Color #4C2440 in popluar number systems.

HEX4C2440
Decimal763664
Binary10011001001001000000
Octal11444100

Shades and tints

Shades of #4C2440

#4C2440
(76,36,64)
#46213B
(70,33,59)
#401E36
(64,30,54)
#3A1B31
(58,27,49)
#34182C
(52,24,44)
#2E1527
(46,21,39)
#281222
(40,18,34)
#220F1D
(34,15,29)
#1C0C18
(28,12,24)
#160913
(22,9,19)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #4C2440

#4C2440
(76,36,64)
#5C3751
(92,55,81)
#6C4A62
(108,74,98)
#7C5D73
(124,93,115)
#8C7084
(140,112,132)
#9C8395
(156,131,149)
#AC96A6
(172,150,166)
#BCA9B7
(188,169,183)
#CCBCC8
(204,188,200)
#DCCFD9
(220,207,217)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2440 color. Also use rgb(76,36,64) instead hex code.

Text Font Color

.myTextColor { color: #4C2440; }

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

This text font color is #4C2440.


Background Color

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

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

This div background color is #4C2440.


Border color

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

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

This div border color is #4C2440.


Opacity

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

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

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

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

This text has shadow with #4C2440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2440 on black background.


Color preview on white background

This text has color #4C2440 on white background.



Black color preview on #4C2440 background

This text has black color on #4C2440 background.


White color preview on #4C2440 background

This text has white color on #4C2440 background.