COLOR #4C1B32

HEX: #4C1B32 RGB: (76,27,50)

Color info

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

RGB color model

#4C1B32 color RGB value is (76,27,50).

RGB: (76,27,50) (30%, 11%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 27 of 255 = 11%
B 50 of 255 = 20%

76
27
50

R + G + B ~ 20%. #4C1B32 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 27 + 50 = 153 (100%)
R 76 of 153 ~ 49.67%
G 27 of 153 ~ 17.65%
B 50 of 153 ~ 32.68'%

%49.67
%17.65
%32.68

CMYK color model

#4C1B32 color CMYK value is (0,64,34,70).

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

CMYK: (0,64,34,70)
C0M64Y34K70 (0%, 64%, 34%, 70%)
(0.00 / 0.64 / 0.34 / 0.70)

CMYK percentages

%0
%64.47
%34.21
%70.2

Codes

Color #4C1B32 in popluar color models

4C 1B 32
RGB 76 27 50
HSL 332° 47.57% 20.20%
HSB/HSV 332° 64.47% 29.80%
CMYK 0.00% 64.47% 34.21%
70.20%

Color #4C1B32 in popluar number systems.

HEX 4C 1B 32
Decimal 76 27 50
Binary 1001100 11011 110010
Octal 114 33 62

Shades and tints

Shades of #4C1B32

#4C1B32
(76,27,50)
#46192E
(70,25,46)
#40172A
(64,23,42)
#3A1526
(58,21,38)
#341322
(52,19,34)
#2E111E
(46,17,30)
#280F1A
(40,15,26)
#220D16
(34,13,22)
#1C0B12
(28,11,18)
#16090E
(22,9,14)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C1B32

#4C1B32
(76,27,50)
#5C2F44
(92,47,68)
#6C4356
(108,67,86)
#7C5768
(124,87,104)
#8C6B7A
(140,107,122)
#9C7F8C
(156,127,140)
#AC939E
(172,147,158)
#BCA7B0
(188,167,176)
#CCBBC2
(204,187,194)
#DCCFD4
(220,207,212)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1B32; }

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

This text font color is #4C1B32.

Background Color

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

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

This div background color is #4C1B32.

Border color

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

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

This div border color is #4C1B32.

Opacity

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

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

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

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

This text has shadow with #4C1B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1B32.

Preview

Color preview on black background

This text has color #4C1B32 on black background.


Color preview on white background

This text has color #4C1B32 on white background.


Black color preview on #4C1B32 background

This text has black color on #4C1B32 background.


White color preview on #4C1B32 background

This text has white color on #4C1B32 background.


Related colors

Complementary color

Complementary color for #hex is #B3E4CD.


I love getcolorcode.com

Triadic colors

1 #324C1B and #1B324C with #4C1B32 are triadic colors.

2 #321B4C and #1B4C32 with #4C1B32 are triadic colors.