COLOR #4A1209

HEX: #4A1209
RGB: (74,18,9)

Color info

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

RGB color model

#4A1209 color RGB value is (74,18,9).

  • red value is 74;
  • green value is 18;
  • blue value is 9.
RGB:
(74,18,9)
(29%,7%,4%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 9 of 255 = 4%

74
18
9

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

Portions of RGB colors in percentages

R + G + B =
74 + 18 + 9 = 101 (100%)
R 74 of 101 ~ 73.27%
G 18 of 101 ~ 17.82%
B 9 of 101 ~ 8.91%

%73.27
%17.82

CMYK color model

#4A1209 color CMYK value is (0,76,88,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 87.84%
  • key color value is 70.98%
CMYK:
(0,76,88,71)
C0M76Y88K71 
(0%,76%,88%,71%)
(0.00/0.76/0.88/0.71)	

CMYK percentages

%0
%75.68
%87.84
%70.98

Codes

Color #4A1209 in popluar color models

4A1209
RGB74189
HSL78.31%16.27%
HSB/HSV87.84%29.02%
CMYK0.00%75.68%87.84%
70.98%

Color #4A1209 in popluar number systems.

HEX4A1209
Decimal74189
Binary1001010100101001
Octal1122211

Shades and tints

Shades of #4A1209

#4A1209
(74,18,9)
#441109
(68,17,9)
#3E1009
(62,16,9)
#380F09
(56,15,9)
#320E09
(50,14,9)
#2C0D09
(44,13,9)
#260C09
(38,12,9)
#200B09
(32,11,9)
#1A0A09
(26,10,9)
#140909
(20,9,9)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #4A1209

#4A1209
(74,18,9)
#5A271F
(90,39,31)
#6A3C35
(106,60,53)
#7A514B
(122,81,75)
#8A6661
(138,102,97)
#9A7B77
(154,123,119)
#AA908D
(170,144,141)
#BAA5A3
(186,165,163)
#CABAB9
(202,186,185)
#DACFCF
(218,207,207)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1209; }

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

This text font color is #4A1209.


Background Color

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

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

This div background color is #4A1209.


Border color

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

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

This div border color is #4A1209.


Opacity

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

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

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

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

This text has shadow with #4A1209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1209 on black background.


Color preview on white background

This text has color #4A1209 on white background.



Black color preview on #4A1209 background

This text has black color on #4A1209 background.


White color preview on #4A1209 background

This text has white color on #4A1209 background.