COLOR #A53C49

HEX: #A53C49 RGB: (165,60,73)

Color info

#A53C49 contains mainly red color. Web safe color of #A53C49 is #993333 (or #933).

RGB color model

#A53C49 color RGB value is (165,60,73).

RGB: (165,60,73) (65%, 24%, 29%)

RGB channels and saturation

R 165 of 255 = 65%
G 60 of 255 = 24%
B 73 of 255 = 29%

165
60
73

R + G + B ~ 39%. #A53C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 60 + 73 = 298 (100%)
R 165 of 298 ~ 55.37%
G 60 of 298 ~ 20.13%
B 73 of 298 ~ 24.5'%

%55.37
%20.13
%24.5

CMYK color model

#A53C49 color CMYK value is (0,64,56,35).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 55.76%
  • key color value is 35.29%

CMYK: (0,64,56,35)
C0M64Y56K35 (0%, 64%, 56%, 35%)
(0.00 / 0.64 / 0.56 / 0.35)

CMYK percentages

%0
%63.64
%55.76
%35.29

Codes

Color #A53C49 in popluar color models

A5 3C 49
RGB 165 60 73
HSL 353° 46.67% 44.12%
HSB/HSV 353° 63.64% 64.71%
CMYK 0.00% 63.64% 55.76%
35.29%

Color #A53C49 in popluar number systems.

HEX A5 3C 49
Decimal 165 60 73
Binary 10100101 111100 1001001
Octal 245 74 111

Shades and tints

Shades of #A53C49

#A53C49
(165,60,73)
#963743
(150,55,67)
#87323D
(135,50,61)
#782D37
(120,45,55)
#692831
(105,40,49)
#5A232B
(90,35,43)
#4B1E25
(75,30,37)
#3C191F
(60,25,31)
#2D1419
(45,20,25)
#1E0F13
(30,15,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #A53C49

#A53C49
(165,60,73)
#AD4D59
(173,77,89)
#B55E69
(181,94,105)
#BD6F79
(189,111,121)
#C58089
(197,128,137)
#CD9199
(205,145,153)
#D5A2A9
(213,162,169)
#DDB3B9
(221,179,185)
#E5C4C9
(229,196,201)
#EDD5D9
(237,213,217)
#F5E6E9
(245,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A53C49; }

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

This text font color is #A53C49.

Background Color

.myBgColor { background-color: #A53C49; }

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

This div background color is #A53C49.

Border color

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

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

This div border color is #A53C49.

Opacity

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

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

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

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

This text has shadow with #A53C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53C49.

Preview

Color preview on black background

This text has color #A53C49 on black background.


Color preview on white background

This text has color #A53C49 on white background.


Black color preview on #A53C49 background

This text has black color on #A53C49 background.


White color preview on #A53C49 background

This text has white color on #A53C49 background.


Related colors

Complementary color

Complementary color for #hex is #5AC3B6.


I love getcolorcode.com

Triadic colors

1 #49A53C and #3C49A5 with #A53C49 are triadic colors.

2 #493CA5 and #3CA549 with #A53C49 are triadic colors.