COLOR #4A3F14

HEX: #4A3F14
RGB: (74,63,20)

Color info

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

RGB color model

#4A3F14 color RGB value is (74,63,20).

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

RGB channels and saturation

R 74 of 255 = 29%
G 63 of 255 = 25%
B 20 of 255 = 8%

74
63
20

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

Portions of RGB colors in percentages

R + G + B =
74 + 63 + 20 = 157 (100%)
R 74 of 157 ~ 47.13%
G 63 of 157 ~ 40.13%
B 20 of 157 ~ 12.74%

%47.13
%40.13
%12.74

CMYK color model

#4A3F14 color CMYK value is (0,15,73,71).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 72.97%
  • key color value is 70.98%
CMYK:
(0,15,73,71)
C0M15Y73K71 
(0%,15%,73%,71%)
(0.00/0.15/0.73/0.71)	

CMYK percentages

%0
%14.86
%72.97
%70.98

Codes

Color #4A3F14 in popluar color models

4A3F14
RGB746320
HSL48°57.45%18.43%
HSB/HSV48°72.97%29.02%
CMYK0.00%14.86%72.97%
70.98%

Color #4A3F14 in popluar number systems.

HEX4A3F14
Decimal746320
Binary100101011111110100
Octal1127724

Shades and tints

Shades of #4A3F14

#4A3F14
(74,63,20)
#443A13
(68,58,19)
#3E3512
(62,53,18)
#383011
(56,48,17)
#322B10
(50,43,16)
#2C260F
(44,38,15)
#26210E
(38,33,14)
#201C0D
(32,28,13)
#1A170C
(26,23,12)
#14120B
(20,18,11)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A3F14

#4A3F14
(74,63,20)
#5A5029
(90,80,41)
#6A613E
(106,97,62)
#7A7253
(122,114,83)
#8A8368
(138,131,104)
#9A947D
(154,148,125)
#AAA592
(170,165,146)
#BAB6A7
(186,182,167)
#CAC7BC
(202,199,188)
#DAD8D1
(218,216,209)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3F14; }

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

This text font color is #4A3F14.


Background Color

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

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

This div background color is #4A3F14.


Border color

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

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

This div border color is #4A3F14.


Opacity

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

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

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

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

This text has shadow with #4A3F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3F14 on black background.


Color preview on white background

This text has color #4A3F14 on white background.



Black color preview on #4A3F14 background

This text has black color on #4A3F14 background.


White color preview on #4A3F14 background

This text has white color on #4A3F14 background.