COLOR #4A3513

HEX: #4A3513 RGB: (74,53,19)

Color info

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

RGB color model

#4A3513 color RGB value is (74,53,19).

RGB: (74,53,19) (29%, 21%, 7%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 19 of 255 = 7%

74
53
19

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

Portions of RGB colors in percentages

R + G + B = 74 + 53 + 19 = 146 (100%)
R 74 of 146 ~ 50.68%
G 53 of 146 ~ 36.3%
B 19 of 146 ~ 13.01'%

%50.68
%36.3
%13.01

CMYK color model

#4A3513 color CMYK value is (0,28,74,71).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 74.32%
  • key color value is 70.98%

CMYK: (0,28,74,71)
C0M28Y74K71 (0%, 28%, 74%, 71%)
(0.00 / 0.28 / 0.74 / 0.71)

CMYK percentages

%0
%28.38
%74.32
%70.98

Codes

Color #4A3513 in popluar color models

4A 35 13
RGB 74 53 19
HSL 37° 59.14% 18.24%
HSB/HSV 37° 74.32% 29.02%
CMYK 0.00% 28.38% 74.32%
70.98%

Color #4A3513 in popluar number systems.

HEX 4A 35 13
Decimal 74 53 19
Binary 1001010 110101 10011
Octal 112 65 23

Shades and tints

Shades of #4A3513

#4A3513
(74,53,19)
#443112
(68,49,18)
#3E2D11
(62,45,17)
#382910
(56,41,16)
#32250F
(50,37,15)
#2C210E
(44,33,14)
#261D0D
(38,29,13)
#20190C
(32,25,12)
#1A150B
(26,21,11)
#14110A
(20,17,10)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A3513

#4A3513
(74,53,19)
#5A4728
(90,71,40)
#6A593D
(106,89,61)
#7A6B52
(122,107,82)
#8A7D67
(138,125,103)
#9A8F7C
(154,143,124)
#AAA191
(170,161,145)
#BAB3A6
(186,179,166)
#CAC5BB
(202,197,187)
#DAD7D0
(218,215,208)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3513 color. Also use rgb(74,53,19) instead hex code.

Text Font Color

.myTextColor { color: #4A3513; }

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

This text font color is #4A3513.

Background Color

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

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

This div background color is #4A3513.

Border color

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

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

This div border color is #4A3513.

Opacity

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

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

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

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

This text has shadow with #4A3513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3513.

Preview

Color preview on black background

This text has color #4A3513 on black background.


Color preview on white background

This text has color #4A3513 on white background.


Black color preview on #4A3513 background

This text has black color on #4A3513 background.


White color preview on #4A3513 background

This text has white color on #4A3513 background.


Related colors

Complementary color

Complementary color for #hex is #B5CAEC.


I love getcolorcode.com

Triadic colors

1 #134A35 and #35134A with #4A3513 are triadic colors.

2 #13354A and #354A13 with #4A3513 are triadic colors.