COLOR #4A040C

HEX: #4A040C
RGB: (74,4,12)

Color info

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

RGB color model

#4A040C color RGB value is (74,4,12).

  • red value is 74;
  • green value is 4;
  • blue value is 12.
RGB:
(74,4,12)
(29%,2%,5%)

RGB channels and saturation

R 74 of 255 = 29%
G 4 of 255 = 2%
B 12 of 255 = 5%

74
4
12

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

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 12 = 90 (100%)
R 74 of 90 ~ 82.22%
G 4 of 90 ~ 4.44%
B 12 of 90 ~ 13.33%

%82.22
%13.33

CMYK color model

#4A040C color CMYK value is (0,95,84,71).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 83.78%
  • key color value is 70.98%
CMYK:
(0,95,84,71)
C0M95Y84K71 
(0%,95%,84%,71%)
(0.00/0.95/0.84/0.71)	

CMYK percentages

%0
%94.59
%83.78
%70.98

Codes

Color #4A040C in popluar color models

4A040C
RGB74412
HSL353°89.74%15.29%
HSB/HSV353°94.59%29.02%
CMYK0.00%94.59%83.78%
70.98%

Color #4A040C in popluar number systems.

HEX4A040C
Decimal74412
Binary10010101001100
Octal112414

Shades and tints

Shades of #4A040C

#4A040C
(74,4,12)
#44040B
(68,4,11)
#3E040A
(62,4,10)
#380409
(56,4,9)
#320408
(50,4,8)
#2C0407
(44,4,7)
#260406
(38,4,6)
#200405
(32,4,5)
#1A0404
(26,4,4)
#140403
(20,4,3)
#0E0402
(14,4,2)
#000000
(0,0,0)

Tints of #4A040C

#4A040C
(74,4,12)
#5A1A22
(90,26,34)
#6A3038
(106,48,56)
#7A464E
(122,70,78)
#8A5C64
(138,92,100)
#9A727A
(154,114,122)
#AA8890
(170,136,144)
#BA9EA6
(186,158,166)
#CAB4BC
(202,180,188)
#DACAD2
(218,202,210)
#EAE0E8
(234,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A040C color. Also use rgb(74,4,12) instead hex code.

Text Font Color

.myTextColor { color: #4A040C; }

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

This text font color is #4A040C.


Background Color

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

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

This div background color is #4A040C.


Border color

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

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

This div border color is #4A040C.


Opacity

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

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

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

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

This text has shadow with #4A040C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A040C on black background.


Color preview on white background

This text has color #4A040C on white background.



Black color preview on #4A040C background

This text has black color on #4A040C background.


White color preview on #4A040C background

This text has white color on #4A040C background.