COLOR #4A3328

HEX: #4A3328 RGB: (74,51,40)

Color info

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

RGB color model

#4A3328 color RGB value is (74,51,40).

RGB: (74,51,40) (29%, 20%, 16%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 40 of 255 = 16%

74
51
40

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

Portions of RGB colors in percentages

R + G + B = 74 + 51 + 40 = 165 (100%)
R 74 of 165 ~ 44.85%
G 51 of 165 ~ 30.91%
B 40 of 165 ~ 24.24'%

%44.85
%30.91
%24.24

CMYK color model

#4A3328 color CMYK value is (0,31,46,71).

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

CMYK: (0,31,46,71)
C0M31Y46K71 (0%, 31%, 46%, 71%)
(0.00 / 0.31 / 0.46 / 0.71)

CMYK percentages

%0
%31.08
%45.95
%70.98

Codes

Color #4A3328 in popluar color models

4A 33 28
RGB 74 51 40
HSL 19° 29.82% 22.35%
HSB/HSV 19° 45.95% 29.02%
CMYK 0.00% 31.08% 45.95%
70.98%

Color #4A3328 in popluar number systems.

HEX 4A 33 28
Decimal 74 51 40
Binary 1001010 110011 101000
Octal 112 63 50

Shades and tints

Shades of #4A3328

#4A3328
(74,51,40)
#442F25
(68,47,37)
#3E2B22
(62,43,34)
#38271F
(56,39,31)
#32231C
(50,35,28)
#2C1F19
(44,31,25)
#261B16
(38,27,22)
#201713
(32,23,19)
#1A1310
(26,19,16)
#140F0D
(20,15,13)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #4A3328

#4A3328
(74,51,40)
#5A453B
(90,69,59)
#6A574E
(106,87,78)
#7A6961
(122,105,97)
#8A7B74
(138,123,116)
#9A8D87
(154,141,135)
#AA9F9A
(170,159,154)
#BAB1AD
(186,177,173)
#CAC3C0
(202,195,192)
#DAD5D3
(218,213,211)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3328; }

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

This text font color is #4A3328.

Background Color

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

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

This div background color is #4A3328.

Border color

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

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

This div border color is #4A3328.

Opacity

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

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

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

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

This text has shadow with #4A3328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3328.

Preview

Color preview on black background

This text has color #4A3328 on black background.


Color preview on white background

This text has color #4A3328 on white background.


Black color preview on #4A3328 background

This text has black color on #4A3328 background.


White color preview on #4A3328 background

This text has white color on #4A3328 background.


Related colors

Complementary color

Complementary color for #hex is #B5CCD7.


I love getcolorcode.com

Triadic colors

1 #284A33 and #33284A with #4A3328 are triadic colors.

2 #28334A and #334A28 with #4A3328 are triadic colors.