COLOR #4C2332

HEX: #4C2332 RGB: (76,35,50)

Color info

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

RGB color model

#4C2332 color RGB value is (76,35,50).

RGB: (76,35,50) (30%, 14%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 50 of 255 = 20%

76
35
50

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

Portions of RGB colors in percentages

R + G + B = 76 + 35 + 50 = 161 (100%)
R 76 of 161 ~ 47.2%
G 35 of 161 ~ 21.74%
B 50 of 161 ~ 31.06'%

%47.2
%21.74
%31.06

CMYK color model

#4C2332 color CMYK value is (0,54,34,70).

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

CMYK: (0,54,34,70)
C0M54Y34K70 (0%, 54%, 34%, 70%)
(0.00 / 0.54 / 0.34 / 0.70)

CMYK percentages

%0
%53.95
%34.21
%70.2

Codes

Color #4C2332 in popluar color models

4C 23 32
RGB 76 35 50
HSL 338° 36.94% 21.76%
HSB/HSV 338° 53.95% 29.80%
CMYK 0.00% 53.95% 34.21%
70.20%

Color #4C2332 in popluar number systems.

HEX 4C 23 32
Decimal 76 35 50
Binary 1001100 100011 110010
Octal 114 43 62

Shades and tints

Shades of #4C2332

#4C2332
(76,35,50)
#46202E
(70,32,46)
#401D2A
(64,29,42)
#3A1A26
(58,26,38)
#341722
(52,23,34)
#2E141E
(46,20,30)
#28111A
(40,17,26)
#220E16
(34,14,22)
#1C0B12
(28,11,18)
#16080E
(22,8,14)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #4C2332

#4C2332
(76,35,50)
#5C3744
(92,55,68)
#6C4B56
(108,75,86)
#7C5F68
(124,95,104)
#8C737A
(140,115,122)
#9C878C
(156,135,140)
#AC9B9E
(172,155,158)
#BCAFB0
(188,175,176)
#CCC3C2
(204,195,194)
#DCD7D4
(220,215,212)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2332; }

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

This text font color is #4C2332.

Background Color

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

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

This div background color is #4C2332.

Border color

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

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

This div border color is #4C2332.

Opacity

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

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

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

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

This text has shadow with #4C2332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2332.

Preview

Color preview on black background

This text has color #4C2332 on black background.


Color preview on white background

This text has color #4C2332 on white background.


Black color preview on #4C2332 background

This text has black color on #4C2332 background.


White color preview on #4C2332 background

This text has white color on #4C2332 background.


Related colors

Complementary color

Complementary color for #hex is #B3DCCD.


I love getcolorcode.com

Triadic colors

1 #324C23 and #23324C with #4C2332 are triadic colors.

2 #32234C and #234C32 with #4C2332 are triadic colors.