COLOR #4A3424

HEX: #4A3424
RGB: (74,52,36)

Color info

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

RGB color model

#4A3424 color RGB value is (74,52,36).

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

RGB channels and saturation

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

74
52
36

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

Portions of RGB colors in percentages

R + G + B =
74 + 52 + 36 = 162 (100%)
R 74 of 162 ~ 45.68%
G 52 of 162 ~ 32.1%
B 36 of 162 ~ 22.22%

%45.68
%32.1
%22.22

CMYK color model

#4A3424 color CMYK value is (0,30,51,71).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 51.35%
  • key color value is 70.98%
CMYK:
(0,30,51,71)
C0M30Y51K71 
(0%,30%,51%,71%)
(0.00/0.30/0.51/0.71)	

CMYK percentages

%0
%29.73
%51.35
%70.98

Codes

Color #4A3424 in popluar color models

4A3424
RGB745236
HSL25°34.55%21.57%
HSB/HSV25°51.35%29.02%
CMYK0.00%29.73%51.35%
70.98%

Color #4A3424 in popluar number systems.

HEX4A3424
Decimal745236
Binary1001010110100100100
Octal1126444

Shades and tints

Shades of #4A3424

#4A3424
(74,52,36)
#443021
(68,48,33)
#3E2C1E
(62,44,30)
#38281B
(56,40,27)
#322418
(50,36,24)
#2C2015
(44,32,21)
#261C12
(38,28,18)
#20180F
(32,24,15)
#1A140C
(26,20,12)
#141009
(20,16,9)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #4A3424

#4A3424
(74,52,36)
#5A4637
(90,70,55)
#6A584A
(106,88,74)
#7A6A5D
(122,106,93)
#8A7C70
(138,124,112)
#9A8E83
(154,142,131)
#AAA096
(170,160,150)
#BAB2A9
(186,178,169)
#CAC4BC
(202,196,188)
#DAD6CF
(218,214,207)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3424; }

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

This text font color is #4A3424.


Background Color

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

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

This div background color is #4A3424.


Border color

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

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

This div border color is #4A3424.


Opacity

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

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

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

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

This text has shadow with #4A3424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3424 on black background.


Color preview on white background

This text has color #4A3424 on white background.



Black color preview on #4A3424 background

This text has black color on #4A3424 background.


White color preview on #4A3424 background

This text has white color on #4A3424 background.