COLOR #4C040A

HEX: #4C040A
RGB: (76,4,10)

Color info

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

RGB color model

#4C040A color RGB value is (76,4,10).

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

RGB channels and saturation

R 76 of 255 = 30%
G 4 of 255 = 2%
B 10 of 255 = 4%

76
4
10

R + G + B ~ 12%. #4C040A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 4 + 10 = 90 (100%)
R 76 of 90 ~ 84.44%
G 4 of 90 ~ 4.44%
B 10 of 90 ~ 11.11%

%84.44
%11.11

CMYK color model

#4C040A color CMYK value is (0,95,87,70).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 86.84%
  • key color value is 70.20%
CMYK:
(0,95,87,70)
C0M95Y87K70 
(0%,95%,87%,70%)
(0.00/0.95/0.87/0.70)	

CMYK percentages

%0
%94.74
%86.84
%70.2

Codes

Color #4C040A in popluar color models

4C040A
RGB76410
HSL355°90.00%15.69%
HSB/HSV355°94.74%29.80%
CMYK0.00%94.74%86.84%
70.20%

Color #4C040A in popluar number systems.

HEX4C040A
Decimal76410
Binary10011001001010
Octal114412

Shades and tints

Shades of #4C040A

#4C040A
(76,4,10)
#46040A
(70,4,10)
#40040A
(64,4,10)
#3A040A
(58,4,10)
#34040A
(52,4,10)
#2E040A
(46,4,10)
#28040A
(40,4,10)
#22040A
(34,4,10)
#1C040A
(28,4,10)
#16040A
(22,4,10)
#10040A
(16,4,10)
#000000
(0,0,0)

Tints of #4C040A

#4C040A
(76,4,10)
#5C1A20
(92,26,32)
#6C3036
(108,48,54)
#7C464C
(124,70,76)
#8C5C62
(140,92,98)
#9C7278
(156,114,120)
#AC888E
(172,136,142)
#BC9EA4
(188,158,164)
#CCB4BA
(204,180,186)
#DCCAD0
(220,202,208)
#ECE0E6
(236,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C040A; }

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

This text font color is #4C040A.


Background Color

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

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

This div background color is #4C040A.


Border color

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

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

This div border color is #4C040A.


Opacity

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

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

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

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

This text has shadow with #4C040A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C040A on black background.


Color preview on white background

This text has color #4C040A on white background.



Black color preview on #4C040A background

This text has black color on #4C040A background.


White color preview on #4C040A background

This text has white color on #4C040A background.