COLOR #4A3224

HEX: #4A3224
RGB: (74,50,36)

Color info

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

RGB color model

#4A3224 color RGB value is (74,50,36).

  • red value is 74;
  • green value is 50;
  • blue value is 36.
RGB:
(74,50,36)
(29%,20%,14%)

RGB channels and saturation

R 74 of 255 = 29%
G 50 of 255 = 20%
B 36 of 255 = 14%

74
50
36

R + G + B ~ 21%. #4A3224 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 50 + 36 = 160 (100%)
R 74 of 160 ~ 46.25%
G 50 of 160 ~ 31.25%
B 36 of 160 ~ 22.5%

%46.25
%31.25
%22.5

CMYK color model

#4A3224 color CMYK value is (0,32,51,71).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 51.35%
  • key color value is 70.98%
CMYK:
(0,32,51,71)
C0M32Y51K71 
(0%,32%,51%,71%)
(0.00/0.32/0.51/0.71)	

CMYK percentages

%0
%32.43
%51.35
%70.98

Codes

Color #4A3224 in popluar color models

4A3224
RGB745036
HSL22°34.55%21.57%
HSB/HSV22°51.35%29.02%
CMYK0.00%32.43%51.35%
70.98%

Color #4A3224 in popluar number systems.

HEX4A3224
Decimal745036
Binary1001010110010100100
Octal1126244

Shades and tints

Shades of #4A3224

#4A3224
(74,50,36)
#442E21
(68,46,33)
#3E2A1E
(62,42,30)
#38261B
(56,38,27)
#322218
(50,34,24)
#2C1E15
(44,30,21)
#261A12
(38,26,18)
#20160F
(32,22,15)
#1A120C
(26,18,12)
#140E09
(20,14,9)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #4A3224

#4A3224
(74,50,36)
#5A4437
(90,68,55)
#6A564A
(106,86,74)
#7A685D
(122,104,93)
#8A7A70
(138,122,112)
#9A8C83
(154,140,131)
#AA9E96
(170,158,150)
#BAB0A9
(186,176,169)
#CAC2BC
(202,194,188)
#DAD4CF
(218,212,207)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3224; }

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

This text font color is #4A3224.


Background Color

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

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

This div background color is #4A3224.


Border color

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

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

This div border color is #4A3224.


Opacity

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

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

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

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

This text has shadow with #4A3224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3224 on black background.


Color preview on white background

This text has color #4A3224 on white background.



Black color preview on #4A3224 background

This text has black color on #4A3224 background.


White color preview on #4A3224 background

This text has white color on #4A3224 background.