COLOR #A44F5E

HEX: #A44F5E
RGB: (164,79,94)

Color info

#A44F5E contains mainly red color. Web safe color of #A44F5E is #996666 (or #966).

RGB color model

#A44F5E color RGB value is (164,79,94).

  • red value is 164;
  • green value is 79;
  • blue value is 94.
RGB:
(164,79,94)
(64%,31%,37%)

RGB channels and saturation

R 164 of 255 = 64%
G 79 of 255 = 31%
B 94 of 255 = 37%

164
79
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 79 + 94 = 337 (100%)
R 164 of 337 ~ 48.66%
G 79 of 337 ~ 23.44%
B 94 of 337 ~ 27.89%

%48.66
%23.44
%27.89

CMYK color model

#A44F5E color CMYK value is (0,52,43,36).

  • cyan value is 0.00%
  • magenta value is 51.83%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,52,43,36)
C0M52Y43K36 
(0%,52%,43%,36%)
(0.00/0.52/0.43/0.36)	

CMYK percentages

%0
%51.83
%42.68
%35.69

Codes

Color #A44F5E in popluar color models

A44F5E
RGB1647994
HSL349°34.98%47.65%
HSB/HSV349°51.83%64.31%
CMYK0.00%51.83%42.68%
35.69%

Color #A44F5E in popluar number systems.

HEXA44F5E
Decimal1647994
Binary1010010010011111011110
Octal244117136

Shades and tints

Shades of #A44F5E

#A44F5E
(164,79,94)
#964856
(150,72,86)
#88414E
(136,65,78)
#7A3A46
(122,58,70)
#6C333E
(108,51,62)
#5E2C36
(94,44,54)
#50252E
(80,37,46)
#421E26
(66,30,38)
#34171E
(52,23,30)
#261016
(38,16,22)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #A44F5E

#A44F5E
(164,79,94)
#AC5F6C
(172,95,108)
#B46F7A
(180,111,122)
#BC7F88
(188,127,136)
#C48F96
(196,143,150)
#CC9FA4
(204,159,164)
#D4AFB2
(212,175,178)
#DCBFC0
(220,191,192)
#E4CFCE
(228,207,206)
#ECDFDC
(236,223,220)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44F5E color. Also use rgb(164,79,94) instead hex code.

Text Font Color

.myTextColor { color: #A44F5E; }

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

This text font color is #A44F5E.


Background Color

.myBgColor { background-color: #A44F5E; }

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

This div background color is #A44F5E.


Border color

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

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

This div border color is #A44F5E.


Opacity

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

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

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

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

This text has shadow with #A44F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44F5E on black background.


Color preview on white background

This text has color #A44F5E on white background.



Black color preview on #A44F5E background

This text has black color on #A44F5E background.


White color preview on #A44F5E background

This text has white color on #A44F5E background.