COLOR #4A3C16

HEX: #4A3C16
RGB: (74,60,22)

Color info

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

RGB color model

#4A3C16 color RGB value is (74,60,22).

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

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 22 of 255 = 9%

74
60
22

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

Portions of RGB colors in percentages

R + G + B =
74 + 60 + 22 = 156 (100%)
R 74 of 156 ~ 47.44%
G 60 of 156 ~ 38.46%
B 22 of 156 ~ 14.1%

%47.44
%38.46
%14.1

CMYK color model

#4A3C16 color CMYK value is (0,19,70,71).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 70.27%
  • key color value is 70.98%
CMYK:
(0,19,70,71)
C0M19Y70K71 
(0%,19%,70%,71%)
(0.00/0.19/0.70/0.71)	

CMYK percentages

%0
%18.92
%70.27
%70.98

Codes

Color #4A3C16 in popluar color models

4A3C16
RGB746022
HSL44°54.17%18.82%
HSB/HSV44°70.27%29.02%
CMYK0.00%18.92%70.27%
70.98%

Color #4A3C16 in popluar number systems.

HEX4A3C16
Decimal746022
Binary100101011110010110
Octal1127426

Shades and tints

Shades of #4A3C16

#4A3C16
(74,60,22)
#443714
(68,55,20)
#3E3212
(62,50,18)
#382D10
(56,45,16)
#32280E
(50,40,14)
#2C230C
(44,35,12)
#261E0A
(38,30,10)
#201908
(32,25,8)
#1A1406
(26,20,6)
#140F04
(20,15,4)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #4A3C16

#4A3C16
(74,60,22)
#5A4D2B
(90,77,43)
#6A5E40
(106,94,64)
#7A6F55
(122,111,85)
#8A806A
(138,128,106)
#9A917F
(154,145,127)
#AAA294
(170,162,148)
#BAB3A9
(186,179,169)
#CAC4BE
(202,196,190)
#DAD5D3
(218,213,211)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3C16; }

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

This text font color is #4A3C16.


Background Color

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

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

This div background color is #4A3C16.


Border color

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

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

This div border color is #4A3C16.


Opacity

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

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

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

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

This text has shadow with #4A3C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3C16 on black background.


Color preview on white background

This text has color #4A3C16 on white background.



Black color preview on #4A3C16 background

This text has black color on #4A3C16 background.


White color preview on #4A3C16 background

This text has white color on #4A3C16 background.