COLOR #4C2031

HEX: #4C2031 RGB: (76,32,49)

Color info

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

RGB color model

#4C2031 color RGB value is (76,32,49).

RGB: (76,32,49) (30%, 13%, 19%)

RGB channels and saturation

R 76 of 255 = 30%
G 32 of 255 = 13%
B 49 of 255 = 19%

76
32
49

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

Portions of RGB colors in percentages

R + G + B = 76 + 32 + 49 = 157 (100%)
R 76 of 157 ~ 48.41%
G 32 of 157 ~ 20.38%
B 49 of 157 ~ 31.21'%

%48.41
%20.38
%31.21

CMYK color model

#4C2031 color CMYK value is (0,58,36,70).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 35.53%
  • key color value is 70.20%

CMYK: (0,58,36,70)
C0M58Y36K70 (0%, 58%, 36%, 70%)
(0.00 / 0.58 / 0.36 / 0.70)

CMYK percentages

%0
%57.89
%35.53
%70.2

Codes

Color #4C2031 in popluar color models

4C 20 31
RGB 76 32 49
HSL 337° 40.74% 21.18%
HSB/HSV 337° 57.89% 29.80%
CMYK 0.00% 57.89% 35.53%
70.20%

Color #4C2031 in popluar number systems.

HEX 4C 20 31
Decimal 76 32 49
Binary 1001100 100000 110001
Octal 114 40 61

Shades and tints

Shades of #4C2031

#4C2031
(76,32,49)
#461E2D
(70,30,45)
#401C29
(64,28,41)
#3A1A25
(58,26,37)
#341821
(52,24,33)
#2E161D
(46,22,29)
#281419
(40,20,25)
#221215
(34,18,21)
#1C1011
(28,16,17)
#160E0D
(22,14,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C2031

#4C2031
(76,32,49)
#5C3443
(92,52,67)
#6C4855
(108,72,85)
#7C5C67
(124,92,103)
#8C7079
(140,112,121)
#9C848B
(156,132,139)
#AC989D
(172,152,157)
#BCACAF
(188,172,175)
#CCC0C1
(204,192,193)
#DCD4D3
(220,212,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2031 color. Also use rgb(76,32,49) instead hex code.

Text Font Color

.myTextColor { color: #4C2031; }

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

This text font color is #4C2031.

Background Color

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

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

This div background color is #4C2031.

Border color

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

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

This div border color is #4C2031.

Opacity

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

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

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

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

This text has shadow with #4C2031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2031.

Preview

Color preview on black background

This text has color #4C2031 on black background.


Color preview on white background

This text has color #4C2031 on white background.


Black color preview on #4C2031 background

This text has black color on #4C2031 background.


White color preview on #4C2031 background

This text has white color on #4C2031 background.


Related colors

Complementary color

Complementary color for #hex is #B3DFCE.


I love getcolorcode.com

Triadic colors

1 #314C20 and #20314C with #4C2031 are triadic colors.

2 #31204C and #204C31 with #4C2031 are triadic colors.