COLOR #4A3528

HEX: #4A3528 RGB: (74,53,40)

Color info

#4A3528 contains red, green and blue colors in about the same proportion. Web safe color of #4A3528 is #333333 (or #333).

RGB color model

#4A3528 color RGB value is (74,53,40).

RGB: (74,53,40) (29%, 21%, 16%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 40 of 255 = 16%

74
53
40

R + G + B ~ 22%. #4A3528 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 53 + 40 = 167 (100%)
R 74 of 167 ~ 44.31%
G 53 of 167 ~ 31.74%
B 40 of 167 ~ 23.95'%

%44.31
%31.74
%23.95

CMYK color model

#4A3528 color CMYK value is (0,28,46,71).

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

CMYK: (0,28,46,71)
C0M28Y46K71 (0%, 28%, 46%, 71%)
(0.00 / 0.28 / 0.46 / 0.71)

CMYK percentages

%0
%28.38
%45.95
%70.98

Codes

Color #4A3528 in popluar color models

4A 35 28
RGB 74 53 40
HSL 23° 29.82% 22.35%
HSB/HSV 23° 45.95% 29.02%
CMYK 0.00% 28.38% 45.95%
70.98%

Color #4A3528 in popluar number systems.

HEX 4A 35 28
Decimal 74 53 40
Binary 1001010 110101 101000
Octal 112 65 50

Shades and tints

Shades of #4A3528

#4A3528
(74,53,40)
#443125
(68,49,37)
#3E2D22
(62,45,34)
#38291F
(56,41,31)
#32251C
(50,37,28)
#2C2119
(44,33,25)
#261D16
(38,29,22)
#201913
(32,25,19)
#1A1510
(26,21,16)
#14110D
(20,17,13)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A3528

#4A3528
(74,53,40)
#5A473B
(90,71,59)
#6A594E
(106,89,78)
#7A6B61
(122,107,97)
#8A7D74
(138,125,116)
#9A8F87
(154,143,135)
#AAA19A
(170,161,154)
#BAB3AD
(186,179,173)
#CAC5C0
(202,197,192)
#DAD7D3
(218,215,211)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3528; }

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

This text font color is #4A3528.

Background Color

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

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

This div background color is #4A3528.

Border color

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

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

This div border color is #4A3528.

Opacity

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

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

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

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

This text has shadow with #4A3528 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3528.

Preview

Color preview on black background

This text has color #4A3528 on black background.


Color preview on white background

This text has color #4A3528 on white background.


Black color preview on #4A3528 background

This text has black color on #4A3528 background.


White color preview on #4A3528 background

This text has white color on #4A3528 background.


Related colors

Complementary color

Complementary color for #hex is #B5CAD7.


I love getcolorcode.com

Triadic colors

1 #284A35 and #35284A with #4A3528 are triadic colors.

2 #28354A and #354A28 with #4A3528 are triadic colors.