COLOR #4A041E

HEX: #4A041E
RGB: (74,4,30)

Color info

#4A041E contains mainly red and blue colors. Web safe color of #4A041E is #330033 (or #303).

RGB color model

#4A041E color RGB value is (74,4,30).

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

RGB channels and saturation

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

74
4
30

R + G + B ~ 14%. #4A041E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 30 = 108 (100%)
R 74 of 108 ~ 68.52%
G 4 of 108 ~ 3.7%
B 30 of 108 ~ 27.78%

%68.52
%27.78

CMYK color model

#4A041E color CMYK value is (0,95,59,71).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(0,95,59,71)
C0M95Y59K71 
(0%,95%,59%,71%)
(0.00/0.95/0.59/0.71)	

CMYK percentages

%0
%94.59
%59.46
%70.98

Codes

Color #4A041E in popluar color models

4A041E
RGB74430
HSL338°89.74%15.29%
HSB/HSV338°94.59%29.02%
CMYK0.00%94.59%59.46%
70.98%

Color #4A041E in popluar number systems.

HEX4A041E
Decimal74430
Binary100101010011110
Octal112436

Shades and tints

Shades of #4A041E

#4A041E
(74,4,30)
#44041C
(68,4,28)
#3E041A
(62,4,26)
#380418
(56,4,24)
#320416
(50,4,22)
#2C0414
(44,4,20)
#260412
(38,4,18)
#200410
(32,4,16)
#1A040E
(26,4,14)
#14040C
(20,4,12)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #4A041E

#4A041E
(74,4,30)
#5A1A32
(90,26,50)
#6A3046
(106,48,70)
#7A465A
(122,70,90)
#8A5C6E
(138,92,110)
#9A7282
(154,114,130)
#AA8896
(170,136,150)
#BA9EAA
(186,158,170)
#CAB4BE
(202,180,190)
#DACAD2
(218,202,210)
#EAE0E6
(234,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A041E; }

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

This text font color is #4A041E.


Background Color

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

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

This div background color is #4A041E.


Border color

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

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

This div border color is #4A041E.


Opacity

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

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

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

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

This text has shadow with #4A041E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A041E on black background.


Color preview on white background

This text has color #4A041E on white background.



Black color preview on #4A041E background

This text has black color on #4A041E background.


White color preview on #4A041E background

This text has white color on #4A041E background.