COLOR #A44C6B

HEX: #A44C6B
RGB: (164,76,107)

Color info

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

RGB color model

#A44C6B color RGB value is (164,76,107).

  • red value is 164;
  • green value is 76;
  • blue value is 107.
RGB:
(164,76,107)
(64%,30%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 76 of 255 = 30%
B 107 of 255 = 42%

164
76
107

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

Portions of RGB colors in percentages

R + G + B =
164 + 76 + 107 = 347 (100%)
R 164 of 347 ~ 47.26%
G 76 of 347 ~ 21.9%
B 107 of 347 ~ 30.84%

%47.26
%21.9
%30.84

CMYK color model

#A44C6B color CMYK value is (0,54,35,36).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(0,54,35,36)
C0M54Y35K36 
(0%,54%,35%,36%)
(0.00/0.54/0.35/0.36)	

CMYK percentages

%0
%53.66
%34.76
%35.69

Codes

Color #A44C6B in popluar color models

A44C6B
RGB16476107
HSL339°36.67%47.06%
HSB/HSV339°53.66%64.31%
CMYK0.00%53.66%34.76%
35.69%

Color #A44C6B in popluar number systems.

HEXA44C6B
Decimal16476107
Binary1010010010011001101011
Octal244114153

Shades and tints

Shades of #A44C6B

#A44C6B
(164,76,107)
#964662
(150,70,98)
#884059
(136,64,89)
#7A3A50
(122,58,80)
#6C3447
(108,52,71)
#5E2E3E
(94,46,62)
#502835
(80,40,53)
#42222C
(66,34,44)
#341C23
(52,28,35)
#26161A
(38,22,26)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A44C6B

#A44C6B
(164,76,107)
#AC5C78
(172,92,120)
#B46C85
(180,108,133)
#BC7C92
(188,124,146)
#C48C9F
(196,140,159)
#CC9CAC
(204,156,172)
#D4ACB9
(212,172,185)
#DCBCC6
(220,188,198)
#E4CCD3
(228,204,211)
#ECDCE0
(236,220,224)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A44C6B; }

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

This text font color is #A44C6B.


Background Color

.myBgColor { background-color: #A44C6B; }

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

This div background color is #A44C6B.


Border color

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

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

This div border color is #A44C6B.


Opacity

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

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

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

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

This text has shadow with #A44C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44C6B on black background.


Color preview on white background

This text has color #A44C6B on white background.



Black color preview on #A44C6B background

This text has black color on #A44C6B background.


White color preview on #A44C6B background

This text has white color on #A44C6B background.