COLOR #4C1E32

HEX: #4C1E32
RGB: (76,30,50)

Color info

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

RGB color model

#4C1E32 color RGB value is (76,30,50).

  • red value is 76;
  • green value is 30;
  • blue value is 50.
RGB:
(76,30,50)
(30%,12%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 30 of 255 = 12%
B 50 of 255 = 20%

76
30
50

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

Portions of RGB colors in percentages

R + G + B =
76 + 30 + 50 = 156 (100%)
R 76 of 156 ~ 48.72%
G 30 of 156 ~ 19.23%
B 50 of 156 ~ 32.05%

%48.72
%19.23
%32.05

CMYK color model

#4C1E32 color CMYK value is (0,61,34,70).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 34.21%
  • key color value is 70.20%
CMYK:
(0,61,34,70)
C0M61Y34K70 
(0%,61%,34%,70%)
(0.00/0.61/0.34/0.70)	

CMYK percentages

%0
%60.53
%34.21
%70.2

Codes

Color #4C1E32 in popluar color models

4C1E32
RGB763050
HSL334°43.40%20.78%
HSB/HSV334°60.53%29.80%
CMYK0.00%60.53%34.21%
70.20%

Color #4C1E32 in popluar number systems.

HEX4C1E32
Decimal763050
Binary100110011110110010
Octal1143662

Shades and tints

Shades of #4C1E32

#4C1E32
(76,30,50)
#461C2E
(70,28,46)
#401A2A
(64,26,42)
#3A1826
(58,24,38)
#341622
(52,22,34)
#2E141E
(46,20,30)
#28121A
(40,18,26)
#221016
(34,16,22)
#1C0E12
(28,14,18)
#160C0E
(22,12,14)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C1E32

#4C1E32
(76,30,50)
#5C3244
(92,50,68)
#6C4656
(108,70,86)
#7C5A68
(124,90,104)
#8C6E7A
(140,110,122)
#9C828C
(156,130,140)
#AC969E
(172,150,158)
#BCAAB0
(188,170,176)
#CCBEC2
(204,190,194)
#DCD2D4
(220,210,212)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1E32; }

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

This text font color is #4C1E32.


Background Color

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

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

This div background color is #4C1E32.


Border color

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

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

This div border color is #4C1E32.


Opacity

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

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

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

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

This text has shadow with #4C1E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1E32 on black background.


Color preview on white background

This text has color #4C1E32 on white background.



Black color preview on #4C1E32 background

This text has black color on #4C1E32 background.


White color preview on #4C1E32 background

This text has white color on #4C1E32 background.