COLOR #4A411E

HEX: #4A411E
RGB: (74,65,30)

Color info

#4A411E contains red, green and blue colors in about the same proportion. Web safe color of #4A411E is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 30 of 255 = 12%

74
65
30

R + G + B ~ 22%. #4A411E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 30 = 169 (100%)
R 74 of 169 ~ 43.79%
G 65 of 169 ~ 38.46%
B 30 of 169 ~ 17.75%

%43.79
%38.46
%17.75

CMYK color model

#4A411E color CMYK value is (0,12,59,71).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(0,12,59,71)
C0M12Y59K71 
(0%,12%,59%,71%)
(0.00/0.12/0.59/0.71)	

CMYK percentages

%0
%12.16
%59.46
%70.98

Codes

Color #4A411E in popluar color models

4A411E
RGB746530
HSL48°42.31%20.39%
HSB/HSV48°59.46%29.02%
CMYK0.00%12.16%59.46%
70.98%

Color #4A411E in popluar number systems.

HEX4A411E
Decimal746530
Binary1001010100000111110
Octal11210136

Shades and tints

Shades of #4A411E

#4A411E
(74,65,30)
#443C1C
(68,60,28)
#3E371A
(62,55,26)
#383218
(56,50,24)
#322D16
(50,45,22)
#2C2814
(44,40,20)
#262312
(38,35,18)
#201E10
(32,30,16)
#1A190E
(26,25,14)
#14140C
(20,20,12)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #4A411E

#4A411E
(74,65,30)
#5A5232
(90,82,50)
#6A6346
(106,99,70)
#7A745A
(122,116,90)
#8A856E
(138,133,110)
#9A9682
(154,150,130)
#AAA796
(170,167,150)
#BAB8AA
(186,184,170)
#CAC9BE
(202,201,190)
#DADAD2
(218,218,210)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A411E; }

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

This text font color is #4A411E.


Background Color

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

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

This div background color is #4A411E.


Border color

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

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

This div border color is #4A411E.


Opacity

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

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

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

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

This text has shadow with #4A411E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A411E on black background.


Color preview on white background

This text has color #4A411E on white background.



Black color preview on #4A411E background

This text has black color on #4A411E background.


White color preview on #4A411E background

This text has white color on #4A411E background.