COLOR #4A421F

HEX: #4A421F
RGB: (74,66,31)

Color info

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

RGB color model

#4A421F color RGB value is (74,66,31).

  • red value is 74;
  • green value is 66;
  • blue value is 31.
RGB:
(74,66,31)
(29%,26%,12%)

RGB channels and saturation

R 74 of 255 = 29%
G 66 of 255 = 26%
B 31 of 255 = 12%

74
66
31

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

Portions of RGB colors in percentages

R + G + B =
74 + 66 + 31 = 171 (100%)
R 74 of 171 ~ 43.27%
G 66 of 171 ~ 38.6%
B 31 of 171 ~ 18.13%

%43.27
%38.6
%18.13

CMYK color model

#4A421F color CMYK value is (0,11,58,71).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 58.11%
  • key color value is 70.98%
CMYK:
(0,11,58,71)
C0M11Y58K71 
(0%,11%,58%,71%)
(0.00/0.11/0.58/0.71)	

CMYK percentages

%0
%10.81
%58.11
%70.98

Codes

Color #4A421F in popluar color models

4A421F
RGB746631
HSL49°40.95%20.59%
HSB/HSV49°58.11%29.02%
CMYK0.00%10.81%58.11%
70.98%

Color #4A421F in popluar number systems.

HEX4A421F
Decimal746631
Binary1001010100001011111
Octal11210237

Shades and tints

Shades of #4A421F

#4A421F
(74,66,31)
#443C1D
(68,60,29)
#3E361B
(62,54,27)
#383019
(56,48,25)
#322A17
(50,42,23)
#2C2415
(44,36,21)
#261E13
(38,30,19)
#201811
(32,24,17)
#1A120F
(26,18,15)
#140C0D
(20,12,13)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #4A421F

#4A421F
(74,66,31)
#5A5333
(90,83,51)
#6A6447
(106,100,71)
#7A755B
(122,117,91)
#8A866F
(138,134,111)
#9A9783
(154,151,131)
#AAA897
(170,168,151)
#BAB9AB
(186,185,171)
#CACABF
(202,202,191)
#DADBD3
(218,219,211)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A421F; }

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

This text font color is #4A421F.


Background Color

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

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

This div background color is #4A421F.


Border color

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

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

This div border color is #4A421F.


Opacity

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

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

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

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

This text has shadow with #4A421F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A421F on black background.


Color preview on white background

This text has color #4A421F on white background.



Black color preview on #4A421F background

This text has black color on #4A421F background.


White color preview on #4A421F background

This text has white color on #4A421F background.