COLOR #4A3D14

HEX: #4A3D14
RGB: (74,61,20)

Color info

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

RGB color model

#4A3D14 color RGB value is (74,61,20).

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

RGB channels and saturation

R 74 of 255 = 29%
G 61 of 255 = 24%
B 20 of 255 = 8%

74
61
20

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

Portions of RGB colors in percentages

R + G + B =
74 + 61 + 20 = 155 (100%)
R 74 of 155 ~ 47.74%
G 61 of 155 ~ 39.35%
B 20 of 155 ~ 12.9%

%47.74
%39.35
%12.9

CMYK color model

#4A3D14 color CMYK value is (0,18,73,71).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 72.97%
  • key color value is 70.98%
CMYK:
(0,18,73,71)
C0M18Y73K71 
(0%,18%,73%,71%)
(0.00/0.18/0.73/0.71)	

CMYK percentages

%0
%17.57
%72.97
%70.98

Codes

Color #4A3D14 in popluar color models

4A3D14
RGB746120
HSL46°57.45%18.43%
HSB/HSV46°72.97%29.02%
CMYK0.00%17.57%72.97%
70.98%

Color #4A3D14 in popluar number systems.

HEX4A3D14
Decimal746120
Binary100101011110110100
Octal1127524

Shades and tints

Shades of #4A3D14

#4A3D14
(74,61,20)
#443813
(68,56,19)
#3E3312
(62,51,18)
#382E11
(56,46,17)
#322910
(50,41,16)
#2C240F
(44,36,15)
#261F0E
(38,31,14)
#201A0D
(32,26,13)
#1A150C
(26,21,12)
#14100B
(20,16,11)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #4A3D14

#4A3D14
(74,61,20)
#5A4E29
(90,78,41)
#6A5F3E
(106,95,62)
#7A7053
(122,112,83)
#8A8168
(138,129,104)
#9A927D
(154,146,125)
#AAA392
(170,163,146)
#BAB4A7
(186,180,167)
#CAC5BC
(202,197,188)
#DAD6D1
(218,214,209)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3D14; }

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

This text font color is #4A3D14.


Background Color

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

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

This div background color is #4A3D14.


Border color

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

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

This div border color is #4A3D14.


Opacity

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

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

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

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

This text has shadow with #4A3D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3D14 on black background.


Color preview on white background

This text has color #4A3D14 on white background.



Black color preview on #4A3D14 background

This text has black color on #4A3D14 background.


White color preview on #4A3D14 background

This text has white color on #4A3D14 background.