COLOR #A52D4D

HEX: #A52D4D RGB: (165,45,77)

Color info

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

RGB color model

#A52D4D color RGB value is (165,45,77).

RGB: (165,45,77) (65%, 18%, 30%)

RGB channels and saturation

R 165 of 255 = 65%
G 45 of 255 = 18%
B 77 of 255 = 30%

165
45
77

R + G + B ~ 38%. #A52D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 45 + 77 = 287 (100%)
R 165 of 287 ~ 57.49%
G 45 of 287 ~ 15.68%
B 77 of 287 ~ 26.83'%

%57.49
%15.68
%26.83

CMYK color model

#A52D4D color CMYK value is (0,73,53,35).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 53.33%
  • key color value is 35.29%
CMYK: (0,73,53,35) C0M73Y53K35 (0%,73%,53%,35%) (0.00/0.73/0.53/0.35) 

CMYK percentages

%0
%72.73
%53.33
%35.29

Codes

Color #A52D4D in popluar color models

A5 2D 4D
RGB 165 45 77
HSL 344° 57.14% 41.18%
HSB/HSV 344° 72.73% 64.71%
CMYK 0.00% 72.73% 53.33%
35.29%

Color #A52D4D in popluar number systems.

HEX A5 2D 4D
Decimal 165 45 77
Binary 10100101 101101 1001101
Octal 245 55 115

Shades and tints

Shades of #A52D4D

#A52D4D
(165,45,77)
#962946
(150,41,70)
#87253F
(135,37,63)
#782138
(120,33,56)
#691D31
(105,29,49)
#5A192A
(90,25,42)
#4B1523
(75,21,35)
#3C111C
(60,17,28)
#2D0D15
(45,13,21)
#1E090E
(30,9,14)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #A52D4D

#A52D4D
(165,45,77)
#AD405D
(173,64,93)
#B5536D
(181,83,109)
#BD667D
(189,102,125)
#C5798D
(197,121,141)
#CD8C9D
(205,140,157)
#D59FAD
(213,159,173)
#DDB2BD
(221,178,189)
#E5C5CD
(229,197,205)
#EDD8DD
(237,216,221)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52D4D color. Also use rgb(165,45,77) instead hex code.

Text Font Color

.myTextColor { color: #A52D4D; }

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

This text font color is #A52D4D.

Background Color

.myBgColor { background-color: #A52D4D; }

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

This div background color is #A52D4D.

Border color

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

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

This div border color is #A52D4D.

Opacity

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

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

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

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

This text has shadow with #A52D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A52D4D.

Preview

Color preview on black background

This text has color #A52D4D on black background.


Color preview on white background

This text has color #A52D4D on white background.


Black color preview on #A52D4D background

This text has black color on #A52D4D background.


White color preview on #A52D4D background

This text has white color on #A52D4D background.


Related colors

Complementary color

Complementary color for #hex is #5AD2B2.


I love getcolorcode.com

Triadic colors

1 #4DA52D and #2D4DA5 with #A52D4D are triadic colors.

2 #4D2DA5 and #2DA54D with #A52D4D are triadic colors.