COLOR #4C2D3F

HEX: #4C2D3F
RGB: (76,45,63)

Color info

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

RGB color model

#4C2D3F color RGB value is (76,45,63).

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

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 63 of 255 = 25%

76
45
63

R + G + B ~ 24%. #4C2D3F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 63 = 184 (100%)
R 76 of 184 ~ 41.3%
G 45 of 184 ~ 24.46%
B 63 of 184 ~ 34.24%

%41.3
%24.46
%34.24

CMYK color model

#4C2D3F color CMYK value is (0,41,17,70).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 17.11%
  • key color value is 70.20%
CMYK:
(0,41,17,70)
C0M41Y17K70 
(0%,41%,17%,70%)
(0.00/0.41/0.17/0.70)	

CMYK percentages

%0
%40.79
%17.11
%70.2

Codes

Color #4C2D3F in popluar color models

4C2D3F
RGB764563
HSL325°25.62%23.73%
HSB/HSV325°40.79%29.80%
CMYK0.00%40.79%17.11%
70.20%

Color #4C2D3F in popluar number systems.

HEX4C2D3F
Decimal764563
Binary1001100101101111111
Octal1145577

Shades and tints

Shades of #4C2D3F

#4C2D3F
(76,45,63)
#46293A
(70,41,58)
#402535
(64,37,53)
#3A2130
(58,33,48)
#341D2B
(52,29,43)
#2E1926
(46,25,38)
#281521
(40,21,33)
#22111C
(34,17,28)
#1C0D17
(28,13,23)
#160912
(22,9,18)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C2D3F

#4C2D3F
(76,45,63)
#5C4050
(92,64,80)
#6C5361
(108,83,97)
#7C6672
(124,102,114)
#8C7983
(140,121,131)
#9C8C94
(156,140,148)
#AC9FA5
(172,159,165)
#BCB2B6
(188,178,182)
#CCC5C7
(204,197,199)
#DCD8D8
(220,216,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2D3F; }

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

This text font color is #4C2D3F.


Background Color

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

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

This div background color is #4C2D3F.


Border color

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

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

This div border color is #4C2D3F.


Opacity

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

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

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

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

This text has shadow with #4C2D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D3F on black background.


Color preview on white background

This text has color #4C2D3F on white background.



Black color preview on #4C2D3F background

This text has black color on #4C2D3F background.


White color preview on #4C2D3F background

This text has white color on #4C2D3F background.