COLOR #A4737E

HEX: #A4737E
RGB: (164,115,126)

Color info

#A4737E contains red, green and blue colors in about the same proportion. Web safe color of #A4737E is #996666 (or #966).

RGB color model

#A4737E color RGB value is (164,115,126).

  • red value is 164;
  • green value is 115;
  • blue value is 126.
RGB:
(164,115,126)
(64%,45%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 126 of 255 = 49%

164
115
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 115 + 126 = 405 (100%)
R 164 of 405 ~ 40.49%
G 115 of 405 ~ 28.4%
B 126 of 405 ~ 31.11%

%40.49
%28.4
%31.11

CMYK color model

#A4737E color CMYK value is (0,30,23,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,30,23,36)
C0M30Y23K36 
(0%,30%,23%,36%)
(0.00/0.30/0.23/0.36)	

CMYK percentages

%0
%29.88
%23.17
%35.69

Codes

Color #A4737E in popluar color models

A4737E
RGB164115126
HSL347°21.21%54.71%
HSB/HSV347°29.88%64.31%
CMYK0.00%29.88%23.17%
35.69%

Color #A4737E in popluar number systems.

HEXA4737E
Decimal164115126
Binary1010010011100111111110
Octal244163176

Shades and tints

Shades of #A4737E

#A4737E
(164,115,126)
#966973
(150,105,115)
#885F68
(136,95,104)
#7A555D
(122,85,93)
#6C4B52
(108,75,82)
#5E4147
(94,65,71)
#50373C
(80,55,60)
#422D31
(66,45,49)
#342326
(52,35,38)
#26191B
(38,25,27)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A4737E

#A4737E
(164,115,126)
#AC7F89
(172,127,137)
#B48B94
(180,139,148)
#BC979F
(188,151,159)
#C4A3AA
(196,163,170)
#CCAFB5
(204,175,181)
#D4BBC0
(212,187,192)
#DCC7CB
(220,199,203)
#E4D3D6
(228,211,214)
#ECDFE1
(236,223,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4737E color. Also use rgb(164,115,126) instead hex code.

Text Font Color

.myTextColor { color: #A4737E; }

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

This text font color is #A4737E.


Background Color

.myBgColor { background-color: #A4737E; }

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

This div background color is #A4737E.


Border color

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

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

This div border color is #A4737E.


Opacity

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

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

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

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

This text has shadow with #A4737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4737E on black background.


Color preview on white background

This text has color #A4737E on white background.



Black color preview on #A4737E background

This text has black color on #A4737E background.


White color preview on #A4737E background

This text has white color on #A4737E background.