COLOR #4A3616

HEX: #4A3616
RGB: (74,54,22)

Color info

#4A3616 contains red, green and blue colors in about the same proportion. Web safe color of #4A3616 is #333300 (or #330).

RGB color model

#4A3616 color RGB value is (74,54,22).

  • red value is 74;
  • green value is 54;
  • blue value is 22.
RGB:
(74,54,22)
(29%,21%,9%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 22 of 255 = 9%

74
54
22

R + G + B ~ 20%. #4A3616 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 22 = 150 (100%)
R 74 of 150 ~ 49.33%
G 54 of 150 ~ 36%
B 22 of 150 ~ 14.67%

%49.33
%36
%14.67

CMYK color model

#4A3616 color CMYK value is (0,27,70,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 70.27%
  • key color value is 70.98%
CMYK:
(0,27,70,71)
C0M27Y70K71 
(0%,27%,70%,71%)
(0.00/0.27/0.70/0.71)	

CMYK percentages

%0
%27.03
%70.27
%70.98

Codes

Color #4A3616 in popluar color models

4A3616
RGB745422
HSL37°54.17%18.82%
HSB/HSV37°70.27%29.02%
CMYK0.00%27.03%70.27%
70.98%

Color #4A3616 in popluar number systems.

HEX4A3616
Decimal745422
Binary100101011011010110
Octal1126626

Shades and tints

Shades of #4A3616

#4A3616
(74,54,22)
#443214
(68,50,20)
#3E2E12
(62,46,18)
#382A10
(56,42,16)
#32260E
(50,38,14)
#2C220C
(44,34,12)
#261E0A
(38,30,10)
#201A08
(32,26,8)
#1A1606
(26,22,6)
#141204
(20,18,4)
#0E0E02
(14,14,2)
#000000
(0,0,0)

Tints of #4A3616

#4A3616
(74,54,22)
#5A482B
(90,72,43)
#6A5A40
(106,90,64)
#7A6C55
(122,108,85)
#8A7E6A
(138,126,106)
#9A907F
(154,144,127)
#AAA294
(170,162,148)
#BAB4A9
(186,180,169)
#CAC6BE
(202,198,190)
#DAD8D3
(218,216,211)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3616; }

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

This text font color is #4A3616.


Background Color

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

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

This div background color is #4A3616.


Border color

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

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

This div border color is #4A3616.


Opacity

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

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

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

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

This text has shadow with #4A3616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3616 on black background.


Color preview on white background

This text has color #4A3616 on white background.



Black color preview on #4A3616 background

This text has black color on #4A3616 background.


White color preview on #4A3616 background

This text has white color on #4A3616 background.