COLOR #4A3214

HEX: #4A3214
RGB: (74,50,20)

Color info

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

RGB color model

#4A3214 color RGB value is (74,50,20).

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

RGB channels and saturation

R 74 of 255 = 29%
G 50 of 255 = 20%
B 20 of 255 = 8%

74
50
20

R + G + B ~ 19%. #4A3214 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 50 + 20 = 144 (100%)
R 74 of 144 ~ 51.39%
G 50 of 144 ~ 34.72%
B 20 of 144 ~ 13.89%

%51.39
%34.72
%13.89

CMYK color model

#4A3214 color CMYK value is (0,32,73,71).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 72.97%
  • key color value is 70.98%
CMYK:
(0,32,73,71)
C0M32Y73K71 
(0%,32%,73%,71%)
(0.00/0.32/0.73/0.71)	

CMYK percentages

%0
%32.43
%72.97
%70.98

Codes

Color #4A3214 in popluar color models

4A3214
RGB745020
HSL33°57.45%18.43%
HSB/HSV33°72.97%29.02%
CMYK0.00%32.43%72.97%
70.98%

Color #4A3214 in popluar number systems.

HEX4A3214
Decimal745020
Binary100101011001010100
Octal1126224

Shades and tints

Shades of #4A3214

#4A3214
(74,50,20)
#442E13
(68,46,19)
#3E2A12
(62,42,18)
#382611
(56,38,17)
#322210
(50,34,16)
#2C1E0F
(44,30,15)
#261A0E
(38,26,14)
#20160D
(32,22,13)
#1A120C
(26,18,12)
#140E0B
(20,14,11)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #4A3214

#4A3214
(74,50,20)
#5A4429
(90,68,41)
#6A563E
(106,86,62)
#7A6853
(122,104,83)
#8A7A68
(138,122,104)
#9A8C7D
(154,140,125)
#AA9E92
(170,158,146)
#BAB0A7
(186,176,167)
#CAC2BC
(202,194,188)
#DAD4D1
(218,212,209)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3214; }

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

This text font color is #4A3214.


Background Color

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

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

This div background color is #4A3214.


Border color

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

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

This div border color is #4A3214.


Opacity

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

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

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

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

This text has shadow with #4A3214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3214 on black background.


Color preview on white background

This text has color #4A3214 on white background.



Black color preview on #4A3214 background

This text has black color on #4A3214 background.


White color preview on #4A3214 background

This text has white color on #4A3214 background.