COLOR #A53C60

HEX: #A53C60
RGB: (165,60,96)

Color info

#A53C60 contains mainly red color. Web safe color of #A53C60 is #993366 (or #936).

RGB color model

#A53C60 color RGB value is (165,60,96).

  • red value is 165;
  • green value is 60;
  • blue value is 96.
RGB:
(165,60,96)
(65%,24%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 60 of 255 = 24%
B 96 of 255 = 38%

165
60
96

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

Portions of RGB colors in percentages

R + G + B =
165 + 60 + 96 = 321 (100%)
R 165 of 321 ~ 51.4%
G 60 of 321 ~ 18.69%
B 96 of 321 ~ 29.91%

%51.4
%18.69
%29.91

CMYK color model

#A53C60 color CMYK value is (0,64,42,35).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK:
(0,64,42,35)
C0M64Y42K35 
(0%,64%,42%,35%)
(0.00/0.64/0.42/0.35)	

CMYK percentages

%0
%63.64
%41.82
%35.29

Codes

Color #A53C60 in popluar color models

A53C60
RGB1656096
HSL339°46.67%44.12%
HSB/HSV339°63.64%64.71%
CMYK0.00%63.64%41.82%
35.29%

Color #A53C60 in popluar number systems.

HEXA53C60
Decimal1656096
Binary101001011111001100000
Octal24574140

Shades and tints

Shades of #A53C60

#A53C60
(165,60,96)
#963758
(150,55,88)
#873250
(135,50,80)
#782D48
(120,45,72)
#692840
(105,40,64)
#5A2338
(90,35,56)
#4B1E30
(75,30,48)
#3C1928
(60,25,40)
#2D1420
(45,20,32)
#1E0F18
(30,15,24)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #A53C60

#A53C60
(165,60,96)
#AD4D6E
(173,77,110)
#B55E7C
(181,94,124)
#BD6F8A
(189,111,138)
#C58098
(197,128,152)
#CD91A6
(205,145,166)
#D5A2B4
(213,162,180)
#DDB3C2
(221,179,194)
#E5C4D0
(229,196,208)
#EDD5DE
(237,213,222)
#F5E6EC
(245,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53C60 color. Also use rgb(165,60,96) instead hex code.

Text Font Color

.myTextColor { color: #A53C60; }

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

This text font color is #A53C60.


Background Color

.myBgColor { background-color: #A53C60; }

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

This div background color is #A53C60.


Border color

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

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

This div border color is #A53C60.


Opacity

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

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

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

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

This text has shadow with #A53C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53C60 on black background.


Color preview on white background

This text has color #A53C60 on white background.



Black color preview on #A53C60 background

This text has black color on #A53C60 background.


White color preview on #A53C60 background

This text has white color on #A53C60 background.