COLOR #4C2132

HEX: #4C2132 RGB: (76,33,50)

Color info

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

RGB color model

#4C2132 color RGB value is (76,33,50).

RGB: (76,33,50) (30%, 13%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 33 of 255 = 13%
B 50 of 255 = 20%

76
33
50

R + G + B ~ 21%. #4C2132 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 33 + 50 = 159 (100%)
R 76 of 159 ~ 47.8%
G 33 of 159 ~ 20.75%
B 50 of 159 ~ 31.45'%

%47.8
%20.75
%31.45

CMYK color model

#4C2132 color CMYK value is (0,57,34,70).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 34.21%
  • key color value is 70.20%

CMYK: (0,57,34,70)
C0M57Y34K70 (0%, 57%, 34%, 70%)
(0.00 / 0.57 / 0.34 / 0.70)

CMYK percentages

%0
%56.58
%34.21
%70.2

Codes

Color #4C2132 in popluar color models

4C 21 32
RGB 76 33 50
HSL 336° 39.45% 21.37%
HSB/HSV 336° 56.58% 29.80%
CMYK 0.00% 56.58% 34.21%
70.20%

Color #4C2132 in popluar number systems.

HEX 4C 21 32
Decimal 76 33 50
Binary 1001100 100001 110010
Octal 114 41 62

Shades and tints

Shades of #4C2132

#4C2132
(76,33,50)
#461E2E
(70,30,46)
#401B2A
(64,27,42)
#3A1826
(58,24,38)
#341522
(52,21,34)
#2E121E
(46,18,30)
#280F1A
(40,15,26)
#220C16
(34,12,22)
#1C0912
(28,9,18)
#16060E
(22,6,14)
#10030A
(16,3,10)
#000000
(0,0,0)

Tints of #4C2132

#4C2132
(76,33,50)
#5C3544
(92,53,68)
#6C4956
(108,73,86)
#7C5D68
(124,93,104)
#8C717A
(140,113,122)
#9C858C
(156,133,140)
#AC999E
(172,153,158)
#BCADB0
(188,173,176)
#CCC1C2
(204,193,194)
#DCD5D4
(220,213,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2132 color. Also use rgb(76,33,50) instead hex code.

Text Font Color

.myTextColor { color: #4C2132; }

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

This text font color is #4C2132.

Background Color

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

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

This div background color is #4C2132.

Border color

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

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

This div border color is #4C2132.

Opacity

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

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

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

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

This text has shadow with #4C2132 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2132.

Preview

Color preview on black background

This text has color #4C2132 on black background.


Color preview on white background

This text has color #4C2132 on white background.


Black color preview on #4C2132 background

This text has black color on #4C2132 background.


White color preview on #4C2132 background

This text has white color on #4C2132 background.


Related colors

Complementary color

Complementary color for #hex is #B3DECD.


I love getcolorcode.com

Triadic colors

1 #324C21 and #21324C with #4C2132 are triadic colors.

2 #32214C and #214C32 with #4C2132 are triadic colors.