COLOR #4C1320

HEX: #4C1320
RGB: (76,19,32)

Color info

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

RGB color model

#4C1320 color RGB value is (76,19,32).

  • red value is 76;
  • green value is 19;
  • blue value is 32.
RGB:
(76,19,32)
(30%,7%,13%)

RGB channels and saturation

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

76
19
32

R + G + B ~ 17%. #4C1320 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 19 + 32 = 127 (100%)
R 76 of 127 ~ 59.84%
G 19 of 127 ~ 14.96%
B 32 of 127 ~ 25.2%

%59.84
%14.96
%25.2

CMYK color model

#4C1320 color CMYK value is (0,75,58,70).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(0,75,58,70)
C0M75Y58K70 
(0%,75%,58%,70%)
(0.00/0.75/0.58/0.70)	

CMYK percentages

%0
%75
%57.89
%70.2

Codes

Color #4C1320 in popluar color models

4C1320
RGB761932
HSL346°60.00%18.63%
HSB/HSV346°75.00%29.80%
CMYK0.00%75.00%57.89%
70.20%

Color #4C1320 in popluar number systems.

HEX4C1320
Decimal761932
Binary100110010011100000
Octal1142340

Shades and tints

Shades of #4C1320

#4C1320
(76,19,32)
#46121E
(70,18,30)
#40111C
(64,17,28)
#3A101A
(58,16,26)
#340F18
(52,15,24)
#2E0E16
(46,14,22)
#280D14
(40,13,20)
#220C12
(34,12,18)
#1C0B10
(28,11,16)
#160A0E
(22,10,14)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #4C1320

#4C1320
(76,19,32)
#5C2834
(92,40,52)
#6C3D48
(108,61,72)
#7C525C
(124,82,92)
#8C6770
(140,103,112)
#9C7C84
(156,124,132)
#AC9198
(172,145,152)
#BCA6AC
(188,166,172)
#CCBBC0
(204,187,192)
#DCD0D4
(220,208,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1320; }

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

This text font color is #4C1320.


Background Color

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

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

This div background color is #4C1320.


Border color

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

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

This div border color is #4C1320.


Opacity

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

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

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

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

This text has shadow with #4C1320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1320 on black background.


Color preview on white background

This text has color #4C1320 on white background.



Black color preview on #4C1320 background

This text has black color on #4C1320 background.


White color preview on #4C1320 background

This text has white color on #4C1320 background.