COLOR #4C1403

HEX: #4C1403 RGB: (76,20,3)

Color info

#4C1403 contains mainly red and green colors. Web safe color of #4C1403 is #330000 (or #300).

RGB color model

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

RGB: (76,20,3) (30%, 8%, 1%)

RGB channels and saturation

R 76 of 255 = 30%
G 20 of 255 = 8%
B 3 of 255 = 1%

76
20
3

R + G + B ~ 13%. #4C1403 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 20 + 3 = 99 (100%)
R 76 of 99 ~ 76.77%
G 20 of 99 ~ 20.2%
B 3 of 99 ~ 3.03'%

%76.77
%20.2

CMYK color model

#4C1403 color CMYK value is (0,74,96,70).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 96.05%
  • key color value is 70.20%

CMYK: (0,74,96,70)
C0M74Y96K70 (0%, 74%, 96%, 70%)
(0.00 / 0.74 / 0.96 / 0.70)

CMYK percentages

%0
%73.68
%96.05
%70.2

Codes

Color #4C1403 in popluar color models

4C 14 03
RGB 76 20 3
HSL 14° 92.41% 15.49%
HSB/HSV 14° 96.05% 29.80%
CMYK 0.00% 73.68% 96.05%
70.20%

Color #4C1403 in popluar number systems.

HEX 4C 14 03
Decimal 76 20 3
Binary 1001100 10100 11
Octal 114 24 3

Shades and tints

Shades of #4C1403

#4C1403
(76,20,3)
#461303
(70,19,3)
#401203
(64,18,3)
#3A1103
(58,17,3)
#341003
(52,16,3)
#2E0F03
(46,15,3)
#280E03
(40,14,3)
#220D03
(34,13,3)
#1C0C03
(28,12,3)
#160B03
(22,11,3)
#100A03
(16,10,3)
#000000
(0,0,0)

Tints of #4C1403

#4C1403
(76,20,3)
#5C2919
(92,41,25)
#6C3E2F
(108,62,47)
#7C5345
(124,83,69)
#8C685B
(140,104,91)
#9C7D71
(156,125,113)
#AC9287
(172,146,135)
#BCA79D
(188,167,157)
#CCBCB3
(204,188,179)
#DCD1C9
(220,209,201)
#ECE6DF
(236,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1403; }

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

This text font color is #4C1403.

Background Color

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

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

This div background color is #4C1403.

Border color

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

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

This div border color is #4C1403.

Opacity

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

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

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

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

This text has shadow with #4C1403 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1403.

Preview

Color preview on black background

This text has color #4C1403 on black background.


Color preview on white background

This text has color #4C1403 on white background.


Black color preview on #4C1403 background

This text has black color on #4C1403 background.


White color preview on #4C1403 background

This text has white color on #4C1403 background.


Related colors

Complementary color

Complementary color for #hex is #B3EBFC.


I love getcolorcode.com

Triadic colors

1 #034C14 and #14034C with #4C1403 are triadic colors.

2 #03144C and #144C03 with #4C1403 are triadic colors.