COLOR #4C1A2C

HEX: #4C1A2C
RGB: (76,26,44)

Color info

#4C1A2C contains red, green and blue colors in about the same proportion. Web safe color of #4C1A2C is #330033 (or #303).

RGB color model

#4C1A2C color RGB value is (76,26,44).

  • red value is 76;
  • green value is 26;
  • blue value is 44.
RGB:
(76,26,44)
(30%,10%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 26 of 255 = 10%
B 44 of 255 = 17%

76
26
44

R + G + B ~ 19%. #4C1A2C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 26 + 44 = 146 (100%)
R 76 of 146 ~ 52.05%
G 26 of 146 ~ 17.81%
B 44 of 146 ~ 30.14%

%52.05
%17.81
%30.14

CMYK color model

#4C1A2C color CMYK value is (0,66,42,70).

  • cyan value is 0.00%
  • magenta value is 65.79%
  • yellow value is 42.11%
  • key color value is 70.20%
CMYK:
(0,66,42,70)
C0M66Y42K70 
(0%,66%,42%,70%)
(0.00/0.66/0.42/0.70)	

CMYK percentages

%0
%65.79
%42.11
%70.2

Codes

Color #4C1A2C in popluar color models

4C1A2C
RGB762644
HSL338°49.02%20.00%
HSB/HSV338°65.79%29.80%
CMYK0.00%65.79%42.11%
70.20%

Color #4C1A2C in popluar number systems.

HEX4C1A2C
Decimal762644
Binary100110011010101100
Octal1143254

Shades and tints

Shades of #4C1A2C

#4C1A2C
(76,26,44)
#461828
(70,24,40)
#401624
(64,22,36)
#3A1420
(58,20,32)
#34121C
(52,18,28)
#2E1018
(46,16,24)
#280E14
(40,14,20)
#220C10
(34,12,16)
#1C0A0C
(28,10,12)
#160808
(22,8,8)
#100604
(16,6,4)
#000000
(0,0,0)

Tints of #4C1A2C

#4C1A2C
(76,26,44)
#5C2E3F
(92,46,63)
#6C4252
(108,66,82)
#7C5665
(124,86,101)
#8C6A78
(140,106,120)
#9C7E8B
(156,126,139)
#AC929E
(172,146,158)
#BCA6B1
(188,166,177)
#CCBAC4
(204,186,196)
#DCCED7
(220,206,215)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1A2C color. Also use rgb(76,26,44) instead hex code.

Text Font Color

.myTextColor { color: #4C1A2C; }

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

This text font color is #4C1A2C.


Background Color

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

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

This div background color is #4C1A2C.


Border color

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

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

This div border color is #4C1A2C.


Opacity

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

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

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

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

This text has shadow with #4C1A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1A2C on black background.


Color preview on white background

This text has color #4C1A2C on white background.



Black color preview on #4C1A2C background

This text has black color on #4C1A2C background.


White color preview on #4C1A2C background

This text has white color on #4C1A2C background.