COLOR #A44D32

HEX: #A44D32 RGB: (164,77,50)

Color info

#A44D32 contains mainly red color. Web safe color of #A44D32 is #993333 (or #933).

RGB color model

#A44D32 color RGB value is (164,77,50).

RGB: (164,77,50) (64%, 30%, 20%)

RGB channels and saturation

R 164 of 255 = 64%
G 77 of 255 = 30%
B 50 of 255 = 20%

164
77
50

R + G + B ~ 38%. #A44D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 77 + 50 = 291 (100%)
R 164 of 291 ~ 56.36%
G 77 of 291 ~ 26.46%
B 50 of 291 ~ 17.18'%

%56.36
%26.46
%17.18

CMYK color model

#A44D32 color CMYK value is (0,53,70,36).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 69.51%
  • key color value is 35.69%

CMYK: (0,53,70,36)
C0M53Y70K36 (0%, 53%, 70%, 36%)
(0.00 / 0.53 / 0.70 / 0.36)

CMYK percentages

%0
%53.05
%69.51
%35.69

Codes

Color #A44D32 in popluar color models

A4 4D 32
RGB 164 77 50
HSL 14° 53.27% 41.96%
HSB/HSV 14° 69.51% 64.31%
CMYK 0.00% 53.05% 69.51%
35.69%

Color #A44D32 in popluar number systems.

HEX A4 4D 32
Decimal 164 77 50
Binary 10100100 1001101 110010
Octal 244 115 62

Shades and tints

Shades of #A44D32

#A44D32
(164,77,50)
#96462E
(150,70,46)
#883F2A
(136,63,42)
#7A3826
(122,56,38)
#6C3122
(108,49,34)
#5E2A1E
(94,42,30)
#50231A
(80,35,26)
#421C16
(66,28,22)
#341512
(52,21,18)
#260E0E
(38,14,14)
#18070A
(24,7,10)
#000000
(0,0,0)

Tints of #A44D32

#A44D32
(164,77,50)
#AC5D44
(172,93,68)
#B46D56
(180,109,86)
#BC7D68
(188,125,104)
#C48D7A
(196,141,122)
#CC9D8C
(204,157,140)
#D4AD9E
(212,173,158)
#DCBDB0
(220,189,176)
#E4CDC2
(228,205,194)
#ECDDD4
(236,221,212)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44D32 color. Also use rgb(164,77,50) instead hex code.

Text Font Color

.myTextColor { color: #A44D32; }

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

This text font color is #A44D32.

Background Color

.myBgColor { background-color: #A44D32; }

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

This div background color is #A44D32.

Border color

.myBorderColor { border: 1px solid #A44D32; }

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

This div border color is #A44D32.

Opacity

.myOpacity80 { color: #A44D32; opacity: 0.8; }

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

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

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

This text has shadow with #A44D32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44D32.

Preview

Color preview on black background

This text has color #A44D32 on black background.


Color preview on white background

This text has color #A44D32 on white background.


Black color preview on #A44D32 background

This text has black color on #A44D32 background.


White color preview on #A44D32 background

This text has white color on #A44D32 background.


Related colors

Complementary color

Complementary color for #hex is #5BB2CD.


I love getcolorcode.com

Triadic colors

1 #32A44D and #4D32A4 with #A44D32 are triadic colors.

2 #324DA4 and #4DA432 with #A44D32 are triadic colors.