COLOR #A44D4A

HEX: #A44D4A
RGB: (164,77,74)

Color info

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

RGB color model

#A44D4A color RGB value is (164,77,74).

  • red value is 164;
  • green value is 77;
  • blue value is 74.
RGB:
(164,77,74)
(64%,30%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 77 of 255 = 30%
B 74 of 255 = 29%

164
77
74

R + G + B ~ 41%. #A44D4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 77 + 74 = 315 (100%)
R 164 of 315 ~ 52.06%
G 77 of 315 ~ 24.44%
B 74 of 315 ~ 23.49%

%52.06
%24.44
%23.49

CMYK color model

#A44D4A color CMYK value is (0,53,55,36).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 54.88%
  • key color value is 35.69%
CMYK:
(0,53,55,36)
C0M53Y55K36 
(0%,53%,55%,36%)
(0.00/0.53/0.55/0.36)	

CMYK percentages

%0
%53.05
%54.88
%35.69

Codes

Color #A44D4A in popluar color models

A44D4A
RGB1647774
HSL37.82%46.67%
HSB/HSV54.88%64.31%
CMYK0.00%53.05%54.88%
35.69%

Color #A44D4A in popluar number systems.

HEXA44D4A
Decimal1647774
Binary1010010010011011001010
Octal244115112

Shades and tints

Shades of #A44D4A

#A44D4A
(164,77,74)
#964644
(150,70,68)
#883F3E
(136,63,62)
#7A3838
(122,56,56)
#6C3132
(108,49,50)
#5E2A2C
(94,42,44)
#502326
(80,35,38)
#421C20
(66,28,32)
#34151A
(52,21,26)
#260E14
(38,14,20)
#18070E
(24,7,14)
#000000
(0,0,0)

Tints of #A44D4A

#A44D4A
(164,77,74)
#AC5D5A
(172,93,90)
#B46D6A
(180,109,106)
#BC7D7A
(188,125,122)
#C48D8A
(196,141,138)
#CC9D9A
(204,157,154)
#D4ADAA
(212,173,170)
#DCBDBA
(220,189,186)
#E4CDCA
(228,205,202)
#ECDDDA
(236,221,218)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44D4A; }

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

This text font color is #A44D4A.


Background Color

.myBgColor { background-color: #A44D4A; }

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

This div background color is #A44D4A.


Border color

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

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

This div border color is #A44D4A.


Opacity

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

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

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

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

This text has shadow with #A44D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44D4A on black background.


Color preview on white background

This text has color #A44D4A on white background.



Black color preview on #A44D4A background

This text has black color on #A44D4A background.


White color preview on #A44D4A background

This text has white color on #A44D4A background.