COLOR #A52744

HEX: #A52744
RGB: (165,39,68)

Color info

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

RGB color model

#A52744 color RGB value is (165,39,68).

  • red value is 165;
  • green value is 39;
  • blue value is 68.
RGB:
(165,39,68)
(65%,15%,27%)

RGB channels and saturation

R 165 of 255 = 65%
G 39 of 255 = 15%
B 68 of 255 = 27%

165
39
68

R + G + B ~ 36%. #A52744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 39 + 68 = 272 (100%)
R 165 of 272 ~ 60.66%
G 39 of 272 ~ 14.34%
B 68 of 272 ~ 25%

%60.66
%14.34
%25

CMYK color model

#A52744 color CMYK value is (0,76,59,35).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 58.79%
  • key color value is 35.29%
CMYK:
(0,76,59,35)
C0M76Y59K35 
(0%,76%,59%,35%)
(0.00/0.76/0.59/0.35)	

CMYK percentages

%0
%76.36
%58.79
%35.29

Codes

Color #A52744 in popluar color models

A52744
RGB1653968
HSL346°61.76%40.00%
HSB/HSV346°76.36%64.71%
CMYK0.00%76.36%58.79%
35.29%

Color #A52744 in popluar number systems.

HEXA52744
Decimal1653968
Binary101001011001111000100
Octal24547104

Shades and tints

Shades of #A52744

#A52744
(165,39,68)
#96243E
(150,36,62)
#872138
(135,33,56)
#781E32
(120,30,50)
#691B2C
(105,27,44)
#5A1826
(90,24,38)
#4B1520
(75,21,32)
#3C121A
(60,18,26)
#2D0F14
(45,15,20)
#1E0C0E
(30,12,14)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #A52744

#A52744
(165,39,68)
#AD3A55
(173,58,85)
#B54D66
(181,77,102)
#BD6077
(189,96,119)
#C57388
(197,115,136)
#CD8699
(205,134,153)
#D599AA
(213,153,170)
#DDACBB
(221,172,187)
#E5BFCC
(229,191,204)
#EDD2DD
(237,210,221)
#F5E5EE
(245,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52744 color. Also use rgb(165,39,68) instead hex code.

Text Font Color

.myTextColor { color: #A52744; }

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

This text font color is #A52744.


Background Color

.myBgColor { background-color: #A52744; }

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

This div background color is #A52744.


Border color

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

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

This div border color is #A52744.


Opacity

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

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

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

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

This text has shadow with #A52744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52744 on black background.


Color preview on white background

This text has color #A52744 on white background.



Black color preview on #A52744 background

This text has black color on #A52744 background.


White color preview on #A52744 background

This text has white color on #A52744 background.