COLOR #A45372

HEX: #A45372
RGB: (164,83,114)

Color info

#A45372 contains mainly red and blue colors. Web safe color of #A45372 is #996666 (or #966).

RGB color model

#A45372 color RGB value is (164,83,114).

  • red value is 164;
  • green value is 83;
  • blue value is 114.
RGB:
(164,83,114)
(64%,33%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 83 of 255 = 33%
B 114 of 255 = 45%

164
83
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 83 + 114 = 361 (100%)
R 164 of 361 ~ 45.43%
G 83 of 361 ~ 22.99%
B 114 of 361 ~ 31.58%

%45.43
%22.99
%31.58

CMYK color model

#A45372 color CMYK value is (0,49,30,36).

  • cyan value is 0.00%
  • magenta value is 49.39%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,49,30,36)
C0M49Y30K36 
(0%,49%,30%,36%)
(0.00/0.49/0.30/0.36)	

CMYK percentages

%0
%49.39
%30.49
%35.69

Codes

Color #A45372 in popluar color models

A45372
RGB16483114
HSL337°32.79%48.43%
HSB/HSV337°49.39%64.31%
CMYK0.00%49.39%30.49%
35.69%

Color #A45372 in popluar number systems.

HEXA45372
Decimal16483114
Binary1010010010100111110010
Octal244123162

Shades and tints

Shades of #A45372

#A45372
(164,83,114)
#964C68
(150,76,104)
#88455E
(136,69,94)
#7A3E54
(122,62,84)
#6C374A
(108,55,74)
#5E3040
(94,48,64)
#502936
(80,41,54)
#42222C
(66,34,44)
#341B22
(52,27,34)
#261418
(38,20,24)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #A45372

#A45372
(164,83,114)
#AC627E
(172,98,126)
#B4718A
(180,113,138)
#BC8096
(188,128,150)
#C48FA2
(196,143,162)
#CC9EAE
(204,158,174)
#D4ADBA
(212,173,186)
#DCBCC6
(220,188,198)
#E4CBD2
(228,203,210)
#ECDADE
(236,218,222)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45372 color. Also use rgb(164,83,114) instead hex code.

Text Font Color

.myTextColor { color: #A45372; }

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

This text font color is #A45372.


Background Color

.myBgColor { background-color: #A45372; }

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

This div background color is #A45372.


Border color

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

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

This div border color is #A45372.


Opacity

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

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

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

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

This text has shadow with #A45372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45372 on black background.


Color preview on white background

This text has color #A45372 on white background.



Black color preview on #A45372 background

This text has black color on #A45372 background.


White color preview on #A45372 background

This text has white color on #A45372 background.