COLOR #A44C38

HEX: #A44C38 RGB: (164,76,56)

Color info

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

RGB color model

#A44C38 color RGB value is (164,76,56).

RGB: (164,76,56) (64%, 30%, 22%)

RGB channels and saturation

R 164 of 255 = 64%
G 76 of 255 = 30%
B 56 of 255 = 22%

164
76
56

R + G + B ~ 39%. #A44C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 76 + 56 = 296 (100%)
R 164 of 296 ~ 55.41%
G 76 of 296 ~ 25.68%
B 56 of 296 ~ 18.92'%

%55.41
%25.68
%18.92

CMYK color model

#A44C38 color CMYK value is (0,54,66,36).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 65.85%
  • key color value is 35.69%
CMYK: (0,54,66,36) C0M54Y66K36 (0%,54%,66%,36%) (0.00/0.54/0.66/0.36) 

CMYK percentages

%0
%53.66
%65.85
%35.69

Codes

Color #A44C38 in popluar color models

A4 4C 38
RGB 164 76 56
HSL 11° 49.09% 43.14%
HSB/HSV 11° 65.85% 64.31%
CMYK 0.00% 53.66% 65.85%
35.69%

Color #A44C38 in popluar number systems.

HEX A4 4C 38
Decimal 164 76 56
Binary 10100100 1001100 111000
Octal 244 114 70

Shades and tints

Shades of #A44C38

#A44C38
(164,76,56)
#964633
(150,70,51)
#88402E
(136,64,46)
#7A3A29
(122,58,41)
#6C3424
(108,52,36)
#5E2E1F
(94,46,31)
#50281A
(80,40,26)
#422215
(66,34,21)
#341C10
(52,28,16)
#26160B
(38,22,11)
#181006
(24,16,6)
#000000
(0,0,0)

Tints of #A44C38

#A44C38
(164,76,56)
#AC5C4A
(172,92,74)
#B46C5C
(180,108,92)
#BC7C6E
(188,124,110)
#C48C80
(196,140,128)
#CC9C92
(204,156,146)
#D4ACA4
(212,172,164)
#DCBCB6
(220,188,182)
#E4CCC8
(228,204,200)
#ECDCDA
(236,220,218)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44C38 color. Also use rgb(164,76,56) instead hex code.

Text Font Color

.myTextColor { color: #A44C38; }

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

This text font color is #A44C38.

Background Color

.myBgColor { background-color: #A44C38; }

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

This div background color is #A44C38.

Border color

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

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

This div border color is #A44C38.

Opacity

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

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

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

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

This text has shadow with #A44C38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44C38.

Preview

Color preview on black background

This text has color #A44C38 on black background.


Color preview on white background

This text has color #A44C38 on white background.


Black color preview on #A44C38 background

This text has black color on #A44C38 background.


White color preview on #A44C38 background

This text has white color on #A44C38 background.


Related colors

Complementary color

Complementary color for #hex is #5BB3C7.


I love getcolorcode.com

Triadic colors

1 #38A44C and #4C38A4 with #A44C38 are triadic colors.

2 #384CA4 and #4CA438 with #A44C38 are triadic colors.