COLOR #A45C53

HEX: #A45C53
RGB: (164,92,83)

Color info

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

RGB color model

#A45C53 color RGB value is (164,92,83).

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

RGB channels and saturation

R 164 of 255 = 64%
G 92 of 255 = 36%
B 83 of 255 = 33%

164
92
83

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

Portions of RGB colors in percentages

R + G + B =
164 + 92 + 83 = 339 (100%)
R 164 of 339 ~ 48.38%
G 92 of 339 ~ 27.14%
B 83 of 339 ~ 24.48%

%48.38
%27.14
%24.48

CMYK color model

#A45C53 color CMYK value is (0,44,49,36).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 49.39%
  • key color value is 35.69%
CMYK:
(0,44,49,36)
C0M44Y49K36 
(0%,44%,49%,36%)
(0.00/0.44/0.49/0.36)	

CMYK percentages

%0
%43.9
%49.39
%35.69

Codes

Color #A45C53 in popluar color models

A45C53
RGB1649283
HSL32.79%48.43%
HSB/HSV49.39%64.31%
CMYK0.00%43.90%49.39%
35.69%

Color #A45C53 in popluar number systems.

HEXA45C53
Decimal1649283
Binary1010010010111001010011
Octal244134123

Shades and tints

Shades of #A45C53

#A45C53
(164,92,83)
#96544C
(150,84,76)
#884C45
(136,76,69)
#7A443E
(122,68,62)
#6C3C37
(108,60,55)
#5E3430
(94,52,48)
#502C29
(80,44,41)
#422422
(66,36,34)
#341C1B
(52,28,27)
#261414
(38,20,20)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #A45C53

#A45C53
(164,92,83)
#AC6A62
(172,106,98)
#B47871
(180,120,113)
#BC8680
(188,134,128)
#C4948F
(196,148,143)
#CCA29E
(204,162,158)
#D4B0AD
(212,176,173)
#DCBEBC
(220,190,188)
#E4CCCB
(228,204,203)
#ECDADA
(236,218,218)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45C53; }

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

This text font color is #A45C53.


Background Color

.myBgColor { background-color: #A45C53; }

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

This div background color is #A45C53.


Border color

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

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

This div border color is #A45C53.


Opacity

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

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

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

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

This text has shadow with #A45C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45C53 on black background.


Color preview on white background

This text has color #A45C53 on white background.



Black color preview on #A45C53 background

This text has black color on #A45C53 background.


White color preview on #A45C53 background

This text has white color on #A45C53 background.