COLOR #A44D75

HEX: #A44D75
RGB: (164,77,117)

Color info

#A44D75 contains mainly red and blue colors. Web safe color of #A44D75 is #993366 (or #936).

RGB color model

#A44D75 color RGB value is (164,77,117).

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

RGB channels and saturation

R 164 of 255 = 64%
G 77 of 255 = 30%
B 117 of 255 = 46%

164
77
117

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

Portions of RGB colors in percentages

R + G + B =
164 + 77 + 117 = 358 (100%)
R 164 of 358 ~ 45.81%
G 77 of 358 ~ 21.51%
B 117 of 358 ~ 32.68%

%45.81
%21.51
%32.68

CMYK color model

#A44D75 color CMYK value is (0,53,29,36).

  • cyan value is 0.00%
  • magenta value is 53.05%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(0,53,29,36)
C0M53Y29K36 
(0%,53%,29%,36%)
(0.00/0.53/0.29/0.36)	

CMYK percentages

%0
%53.05
%28.66
%35.69

Codes

Color #A44D75 in popluar color models

A44D75
RGB16477117
HSL332°36.10%47.25%
HSB/HSV332°53.05%64.31%
CMYK0.00%53.05%28.66%
35.69%

Color #A44D75 in popluar number systems.

HEXA44D75
Decimal16477117
Binary1010010010011011110101
Octal244115165

Shades and tints

Shades of #A44D75

#A44D75
(164,77,117)
#96466B
(150,70,107)
#883F61
(136,63,97)
#7A3857
(122,56,87)
#6C314D
(108,49,77)
#5E2A43
(94,42,67)
#502339
(80,35,57)
#421C2F
(66,28,47)
#341525
(52,21,37)
#260E1B
(38,14,27)
#180711
(24,7,17)
#000000
(0,0,0)

Tints of #A44D75

#A44D75
(164,77,117)
#AC5D81
(172,93,129)
#B46D8D
(180,109,141)
#BC7D99
(188,125,153)
#C48DA5
(196,141,165)
#CC9DB1
(204,157,177)
#D4ADBD
(212,173,189)
#DCBDC9
(220,189,201)
#E4CDD5
(228,205,213)
#ECDDE1
(236,221,225)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44D75; }

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

This text font color is #A44D75.


Background Color

.myBgColor { background-color: #A44D75; }

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

This div background color is #A44D75.


Border color

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

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

This div border color is #A44D75.


Opacity

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

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

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

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

This text has shadow with #A44D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44D75 on black background.


Color preview on white background

This text has color #A44D75 on white background.



Black color preview on #A44D75 background

This text has black color on #A44D75 background.


White color preview on #A44D75 background

This text has white color on #A44D75 background.