COLOR #4C0403

HEX: #4C0403
RGB: (76,4,3)

Color info

#4C0403 contains mainly red color. Web safe color of #4C0403 is #330000 (or #300).

RGB color model

#4C0403 color RGB value is (76,4,3).

  • red value is 76;
  • green value is 4;
  • blue value is 3.
RGB:
(76,4,3)
(30%,2%,1%)

RGB channels and saturation

R 76 of 255 = 30%
G 4 of 255 = 2%
B 3 of 255 = 1%

76
4
3

R + G + B ~ 11%. #4C0403 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 4 + 3 = 83 (100%)
R 76 of 83 ~ 91.57%
G 4 of 83 ~ 4.82%
B 3 of 83 ~ 3.61%

%91.57

CMYK color model

#4C0403 color CMYK value is (0,95,96,70).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 96.05%
  • key color value is 70.20%
CMYK:
(0,95,96,70)
C0M95Y96K70 
(0%,95%,96%,70%)
(0.00/0.95/0.96/0.70)	

CMYK percentages

%0
%94.74
%96.05
%70.2

Codes

Color #4C0403 in popluar color models

4C0403
RGB7643
HSL92.41%15.49%
HSB/HSV96.05%29.80%
CMYK0.00%94.74%96.05%
70.20%

Color #4C0403 in popluar number systems.

HEX4C0403
Decimal7643
Binary100110010011
Octal11443

Shades and tints

Shades of #4C0403

#4C0403
(76,4,3)
#460403
(70,4,3)
#400403
(64,4,3)
#3A0403
(58,4,3)
#340403
(52,4,3)
#2E0403
(46,4,3)
#280403
(40,4,3)
#220403
(34,4,3)
#1C0403
(28,4,3)
#160403
(22,4,3)
#100403
(16,4,3)
#000000
(0,0,0)

Tints of #4C0403

#4C0403
(76,4,3)
#5C1A19
(92,26,25)
#6C302F
(108,48,47)
#7C4645
(124,70,69)
#8C5C5B
(140,92,91)
#9C7271
(156,114,113)
#AC8887
(172,136,135)
#BC9E9D
(188,158,157)
#CCB4B3
(204,180,179)
#DCCAC9
(220,202,201)
#ECE0DF
(236,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0403; }

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

This text font color is #4C0403.


Background Color

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

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

This div background color is #4C0403.


Border color

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

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

This div border color is #4C0403.


Opacity

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

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

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

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

This text has shadow with #4C0403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0403 on black background.


Color preview on white background

This text has color #4C0403 on white background.



Black color preview on #4C0403 background

This text has black color on #4C0403 background.


White color preview on #4C0403 background

This text has white color on #4C0403 background.