COLOR #A52E31

HEX: #A52E31
RGB: (165,46,49)

Color info

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

RGB color model

#A52E31 color RGB value is (165,46,49).

  • red value is 165;
  • green value is 46;
  • blue value is 49.
RGB:
(165,46,49)
(65%,18%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 46 of 255 = 18%
B 49 of 255 = 19%

165
46
49

R + G + B ~ 34%. #A52E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 46 + 49 = 260 (100%)
R 165 of 260 ~ 63.46%
G 46 of 260 ~ 17.69%
B 49 of 260 ~ 18.85%

%63.46
%17.69
%18.85

CMYK color model

#A52E31 color CMYK value is (0,72,70,35).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 70.30%
  • key color value is 35.29%
CMYK:
(0,72,70,35)
C0M72Y70K35 
(0%,72%,70%,35%)
(0.00/0.72/0.70/0.35)	

CMYK percentages

%0
%72.12
%70.3
%35.29

Codes

Color #A52E31 in popluar color models

A52E31
RGB1654649
HSL358°56.40%41.37%
HSB/HSV358°72.12%64.71%
CMYK0.00%72.12%70.30%
35.29%

Color #A52E31 in popluar number systems.

HEXA52E31
Decimal1654649
Binary10100101101110110001
Octal2455661

Shades and tints

Shades of #A52E31

#A52E31
(165,46,49)
#962A2D
(150,42,45)
#872629
(135,38,41)
#782225
(120,34,37)
#691E21
(105,30,33)
#5A1A1D
(90,26,29)
#4B1619
(75,22,25)
#3C1215
(60,18,21)
#2D0E11
(45,14,17)
#1E0A0D
(30,10,13)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #A52E31

#A52E31
(165,46,49)
#AD4143
(173,65,67)
#B55455
(181,84,85)
#BD6767
(189,103,103)
#C57A79
(197,122,121)
#CD8D8B
(205,141,139)
#D5A09D
(213,160,157)
#DDB3AF
(221,179,175)
#E5C6C1
(229,198,193)
#EDD9D3
(237,217,211)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52E31 color. Also use rgb(165,46,49) instead hex code.

Text Font Color

.myTextColor { color: #A52E31; }

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

This text font color is #A52E31.


Background Color

.myBgColor { background-color: #A52E31; }

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

This div background color is #A52E31.


Border color

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

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

This div border color is #A52E31.


Opacity

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

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

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

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

This text has shadow with #A52E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52E31 on black background.


Color preview on white background

This text has color #A52E31 on white background.



Black color preview on #A52E31 background

This text has black color on #A52E31 background.


White color preview on #A52E31 background

This text has white color on #A52E31 background.