COLOR #4C2D4F

HEX: #4C2D4F
RGB: (76,45,79)

Color info

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

RGB color model

#4C2D4F color RGB value is (76,45,79).

  • red value is 76;
  • green value is 45;
  • blue value is 79.
RGB: (76,45,79) (30%,18%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 79 of 255 = 31%

76
45
79

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

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 79 = 200 (100%)
R 76 of 200 ~ 38%
G 45 of 200 ~ 22.5%
B 79 of 200 ~ 39.5%

%38
%22.5
%39.5

CMYK color model

#4C2D4F color CMYK value is (4,43,0,69).

  • cyan value is 3.80%
  • magenta value is 43.04%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (4,43,0,69) C4M43Y0K69 (4%,43%,0%,69%) (0.04/0.43/0.00/0.69)

CMYK percentages

%3.8
%43.04
%0
%69.02

Codes

Color #4C2D4F in popluar color models

4C2D4F
RGB764579
HSL295°27.42%24.31%
HSB/HSV295°43.04%30.98%
CMYK3.80%43.04%0.00%
69.02%

Color #4C2D4F in popluar number systems.

HEX4C2D4F
Decimal764579
Binary10011001011011001111
Octal11455117

Shades and tints

Shades of #4C2D4F

#4C2D4F
(76,45,79)
#462948
(70,41,72)
#402541
(64,37,65)
#3A213A
(58,33,58)
#341D33
(52,29,51)
#2E192C
(46,25,44)
#281525
(40,21,37)
#22111E
(34,17,30)
#1C0D17
(28,13,23)
#160910
(22,9,16)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #4C2D4F

#4C2D4F
(76,45,79)
#5C405F
(92,64,95)
#6C536F
(108,83,111)
#7C667F
(124,102,127)
#8C798F
(140,121,143)
#9C8C9F
(156,140,159)
#AC9FAF
(172,159,175)
#BCB2BF
(188,178,191)
#CCC5CF
(204,197,207)
#DCD8DF
(220,216,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2D4F color. Also use rgb(76,45,79) instead hex code.

Text Font Color

.myTextColor { color: #4C2D4F; }

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

This text font color is #4C2D4F.


Background Color

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

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

This div background color is #4C2D4F.


Border color

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

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

This div border color is #4C2D4F.


Opacity

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

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

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

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

This text has shadow with #4C2D4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C2D4F on black background.


Color preview on white background

This text has color #4C2D4F on white background.



Black color preview on #4C2D4F background

This text has black color on #4C2D4F background.


White color preview on #4C2D4F background

This text has white color on #4C2D4F background.